Skip to content
David Choi edited this page Feb 24, 2025 · 8 revisions

Welcome to the mly wiki!

Active Development Branches

TensorFlow 2.17.0

  • main and symbolically v1.0.x - contains latest. Updates libtensorflow requirement to 2.17.0.

Tensorflow 2.4.2

  • v0.18.x - Breaking Changes. Add singleflight usage on Aerospike put operations.
    • shared/datastore/client.Service.Client is no longer a struct *github.com/aerospike/aerospike-client-go.Client but is now interface shared/datastore/client.Aero. This removes a lot of methods that are bound to github.com/aerospike/aerospike-client-go.Client.

Deprecated branches (or archived as tags)

  • v0.17.x - Adds recover() options to v0.16.x.
  • v0.16.x - Adds Aerospike ClientPolicy options v0.15.x.
  • v0.15.x - Adds Aerospike pooling shared/client.Option to v0.14.x.
  • v0.14.x - Adds TLS details to configuration to v0.13.x.
  • v0.13.x - Adds server-side timeout based batching to v0.12.x.
  • v0.12.x - Adds EnableCPUProf and AllowedSubnet to configuration to v0.11.x.
Clone this wiki locally