Skip to content

Releases: bearlike/simple-secrets-manager

v1.2.0

16 Apr 23:02
bec8ca1
Compare
Choose a tag to compare

What's Changed

  • Added support for password policy
  • Bug fix for #4. HTTP response codes are now returned as expected.
  • Connection is now a singleton class
  • Error handling for 404 and 500 responses.
  • Bump version to 1.2.0 by @bearlike in #8

Full Changelog: v1.1.2...v1.2.0

v1.1.2

10 Apr 19:23
57d1a82
Compare
Choose a tag to compare

What's Changed

  • Improved code quality and stability by @bearlike in #7

Full Changelog: v1.1.1...v1.1.2

v1.1.1

09 Apr 01:52
06ab81f
Compare
Choose a tag to compare

What's Changed

  • Bug fix for regular expression checks in kv engine by @bearlike in #6
  • Minor updates to docs and build triggers.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Apr 15:45
Compare
Choose a tag to compare

What's Changed

  • Added userpass authentication method by @bearlike in #3
  • Added userpass authentication method.
  • /auth/userpass/register and /auth/userpass/delete endpoints.
  • /auth/tokens endpoints require userpass authentication

Full Changelog: v1.0.0...v1.1.0

v1.0.0

07 Apr 15:41
Compare
Choose a tag to compare

What's Changed

  • Added Token authentication and codebase optimization by @bearlike in #1
  • Pipeline to build multi-arch image and updated documentation by @bearlike in #2