Releases: nuts-foundation/go-stoabs
Releases · nuts-foundation/go-stoabs
v1.2.0
What's Changed
- Now uses Go 1.19
- Adds ErrDatabase error that is wraps every error thrown by the underlying database, when the DB cannot be reached, and context errors #25
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Adds Wrap() to Redis adapter, which allows to use a pre-created Redis client. This way the library is more flexible, without having to explictly support every available Redis client (e.g. failover, sentinel).