Skip to content

v0.28.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@matthewhartstonge matthewhartstonge released this 18 Oct 02:02
· 68 commits to main since this release
4a142a2

馃殺 v0.28.0 - 2021-10-18

Added

  • mongo: adds support for mongodb+srv connection strings.
  • mongo: binds in a default TLS Config if ssl=true and a TLS config has not been provided.
  • storage: adds Expirer interface to enable stores to add support for configuring record expiration.
  • mongo: implements storage.Expirer interface to enable TTL based expiry on tokens.

Changed

  • mongo: migrated internal use of isDup(err) to mongo.IsDuplicateKeyError(err).

Removed

  • mongo: removed internal isDup(err) function.

Changes: v0.27.0...v0.28.0