aerospike / aerospike-client-go

Aerospike Client Go
Apache License 2.0
429 stars 199 forks source link

Update Changelogs to clearly #368

Closed bubunyo closed 1 year ago

bubunyo commented 2 years ago

For version v3.0.0 release on June 8 2020,

ClientPolicy.LinearizeRead == true

is no longer available. My understanding is the option has been removed and can be replaced with

policy.ReadModeSC = as.ReadModeSCLinearize

Can this be made more clear in the change logs.

khaf commented 2 years ago

Sorry this has caused confusion. Will try to do better in the future. I have updated the changelog and it will be reflected in the repo for the next release.