Skip to content

Releases: dream11/vertx-aerospike-client

Release v2.0.1 🌈

08 Sep 09:29
92f02b0
Compare
Choose a tag to compare

Changes

  • updated readme and javadoc configuration (#18) @karan-d11

🐛 Bug Fixes

  • fix: remove client instance from shared data on close() (#20) @karan-d11

🧰 Maintenance

  • ci: update and rename draft-and-bump.yml to release-drafter.yml (#21) @akshaypatidar-d11

Release v2.0.0 🌈

30 Jul 07:23
6e40002
Compare
Choose a tag to compare

Changes

  • chore: bump version and update README (#15) @akshaypatidar-d11

🧰 Maintenance

  • Change package name (#16) @akshaypatidar-d11

Release v1.0.0 🌈

29 Jul 13:29
9820a87
Compare
Choose a tag to compare

Changes

  • Non-Blocking Rxified methods
  • Config handling by objects
  • Policy handling through config
  • Added Listeners for all the operations
  • Test cases added
  • Documentation updated