Releases: tiptophelmet/aerospike-url
Releases · tiptophelmet/aerospike-url
Remove redundant validations; Improve test coverage
Enhancements
- Remove redundant internal validations
What's more
- New tests in aerourl & aerofactory packages
- Better test coverage - codecov ~98%
What's Changed
- Release v1.1.1 by @tiptophelmet in #3
- Changelog: v1.1.0...v1.1.1
Add support for Aerospike namespaces & rename client factory package
Features:
- Support Aerospike DB namespace in URL path (namespace is a required part of Aerospike URL connection string)
Enhancements:
- 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
🎉 First release of aerospike-url!
Features:
- Validation, processing and conversion of a connection string into Aerospike URL
- Client policy parsing
- Aerospike client factory
Also included:
- unit tests
- comments
Full Changelog: