aerospike / aerospike-client-java

Aerospike Java Client Library
Other
236 stars 212 forks source link

Change log for major-version updates. #104

Closed harshvladha closed 6 years ago

harshvladha commented 6 years ago

Hi,

Where can I find the change log between major versions like 4.0 to 4.1 ?

BrianNichols commented 6 years ago

Release notes are located here: https://www.aerospike.com/download/client/java/notes.html

For source code changes, checkout 4.0 and 4.1 in separate repos and diff them.

harshvladha commented 6 years ago

Thanks @BrianNichols