Skip to content

Releases: allisson/secrets

v0.27.0

06 Mar 12:01
4f6920f

Choose a tag to compare

Changelog

  • 176b801 conductor(setup): Add conductor setup files (#103)
  • 4f6920f docs(release): Prepare documentation for v0.27.0 (#110)
  • d0b208b feat(auth): implement token revocation and purge mechanism (#106)
  • ffe9896 feat(http): Implement HTTP request body size limit middleware (#105)
  • c113137 feat(secrets): Implement global secret value size limit (#107)
  • 093f398 feat(secrets): Implement strict secret path validation (#109)
  • e3018fe feat(transit): implement AEAD context support in transit engine (#104)
  • 49800af refactor: improve tokenization module (#102)
  • fa206cf refactor: remove dead code and optimize slice allocation in transit module (#101)

v0.26.0

04 Mar 17:34
6de0a36

Choose a tag to compare

Changelog

  • 6de0a36 feat: add purge commands for transit and tokenization keys (#99)

v0.25.0

04 Mar 01:15
f544536

Choose a tag to compare

Changelog

  • c715979 chore: add security scanning tools to CI and development workflow (#93)
  • d5751e7 feat: add secret purge command and improve server configuration (#95)
  • 5ffa980 feat: implement cursor-based pagination (#96)
  • 6fb09bc refactor(test): separate integration tests (#94)

v0.24.0

03 Mar 11:32
9548b21

Choose a tag to compare

Changelog

  • 9548b21 feat(tokenization): introduce secure deterministic tokenization (#92)

v0.23.0

03 Mar 01:38
c877a54

Choose a tag to compare

Changelog

  • 6cf8d0f feat(config): add configuration validation (#82)
  • 21f8d4e refactor(cli): standardize command implementation and reduce boilerplate (#80)
  • f79bd7c refactor(crypto): move KMSService to domain and improve key security (#83)
  • be85b72 refactor(database): improve transaction management and connection pool settings (#84)
  • ee3ba7b refactor(http): improve middleware, metrics server, and error wrapping (#85)
  • f058368 refactor(httputil): improve error handling (#86)
  • e6211ec refactor(internal): inject context into DI container (#81)
  • 84dd6e5 refactor(tokenization): remove unused TxManager and improve test utilities (#88)
  • 87aecb8 refactor(transit): improve security, atomicity, and validation rules (#89)
  • c64abf6 refactor: improve metrics provider, secret security and domain logic (#87)
  • c877a54 release: v0.23.0 (#91)

v0.22.1

28 Feb 21:45
e31e82c

Choose a tag to compare

Changelog

  • e31e82c fix(build): Correct build metadata injection in Goreleaser (#79)

v0.22.0

28 Feb 21:18
0569366

Choose a tag to compare

Changelog

v0.21.0

28 Feb 15:22
19788b8

Choose a tag to compare

Changelog

  • 19788b8 feat(cli): Release v0.21.0 and refactor command structure (#77)

v0.20.0

28 Feb 11:35
62b4caf

Choose a tag to compare

Changelog

  • 62b4caf ci(workflows): Update Go version to 1.26.0 in release workflow (#76)
  • dc23afd feat: Upgrade to Go 1.26.0 and update documentation (#74)

v0.19.0

27 Feb 00:26
d9c74b6

Choose a tag to compare

Changelog

  • d9c74b6 feat: remove legacy plaintext master key mode (#72)