aerospike-client-go
aerospike-client-go copied to clipboard
Update Changelogs to clearly
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.
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.