Skip to content

Releases: tiptophelmet/aerospike-url

Remove redundant validations; Improve test coverage

12 Sep 14:33
Compare
Choose a tag to compare

Enhancements

  1. Remove redundant internal validations

What's more

  1. New tests in aerourl & aerofactory packages
  2. Better test coverage - codecov ~98%

What's Changed

Add support for Aerospike namespaces & rename client factory package

24 Aug 22:06
Compare
Choose a tag to compare

Features:

  1. Support Aerospike DB namespace in URL path (namespace is a required part of Aerospike URL connection string)

Enhancements:

  1. DB port validation - must convert from string (parsed from URL) to int

‼️ Breaking change

Version transitioned from v0.1.0 to v1.1.0, as Aerospike client factory package has been renamed from aerospike-url/factory to aerospike-url/aerofactory. New sub-package name helps associate with Aerospike better.

Full Changelog: v0.1.0-alpha...v1.1.0

Parse URL connection string into Aerospike client

22 Aug 17:04
Compare
Choose a tag to compare

🎉 First release of aerospike-url!

Features:

  1. Validation, processing and conversion of a connection string into Aerospike URL
  2. Client policy parsing
  3. Aerospike client factory

Also included:

  • unit tests
  • comments

Full Changelog: