Skip to content

Releases: nuts-foundation/go-stoabs

v1.2.0

30 Sep 12:56
b439144
Compare
Choose a tag to compare

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

29 Sep 12:48
Compare
Choose a tag to compare

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).