-
Notifications
You must be signed in to change notification settings - Fork 1
Home
David Choi edited this page Feb 24, 2025
·
8 revisions
Welcome to the mly wiki!
-
main
and symbolicallyv1.0.x
- contains latest. Updateslibtensorflow
requirement to2.17.0
.
-
v0.18.x
- Breaking Changes. Addsingleflight
usage on Aerospike put operations.-
shared/datastore/client.Service.Client
is no longer astruct *github.com/aerospike/aerospike-client-go.Client
but is nowinterface shared/datastore/client.Aero
. This removes a lot of methods that are bound togithub.com/aerospike/aerospike-client-go.Client
.
-
-
v0.17.x
- Addsrecover()
options tov0.16.x
. -
v0.16.x
- Adds AerospikeClientPolicy
optionsv0.15.x
. -
v0.15.x
- Adds Aerospike poolingshared/client.Option
tov0.14.x
. -
v0.14.x
- Adds TLS details to configuration tov0.13.x
. -
v0.13.x
- Adds server-side timeout based batching tov0.12.x
. -
v0.12.x
- AddsEnableCPUProf
andAllowedSubnet
to configuration tov0.11.x
.