Skip to content

Releases: xraph/keysmith

v1.5.0

16 Apr 15:29

Choose a tag to compare

Changes

  • chore: update dependencies for forge, forgeui, grove, go-utils, and vessel to latest versions (ed20760)

Installation

go get github.com/xraph/keysmith@v1.5.0

Full Changelog: v1.4.1...v1.5.0

v1.4.1

29 Mar 16:15

Choose a tag to compare

Changes

  • chore: update dependencies for forge and grove to v1.4.1 and confy to v0.5.0 (d574e12)

Installation

go get github.com/xraph/keysmith@v1.4.1

Full Changelog: v1.4.0...v1.4.1

v1.4.0

28 Mar 20:33

Choose a tag to compare

Changes

  • chore: update dependencies and fix SQL index conditions for grace_ends (b6fb43d)

Installation

go get github.com/xraph/keysmith@v1.4.0

Full Changelog: v1.3.1...v1.4.0

v1.3.1

14 Mar 15:35

Choose a tag to compare

Changes

  • feat(api): add request schemas for key and policy operations (e53fc50)

Installation

go get github.com/xraph/keysmith@v1.3.1

Full Changelog: v1.3.0...v1.3.1

v1.3.0

12 Mar 19:45

Choose a tag to compare

Changes

  • fix: use context.WithoutCancel for asynchronous last-used timestamp update (d270ded)
  • refactor: reorganize import statements across multiple dashboard components and pages (f05f5db)
  • chore: update dependencies for forge and grove to v1.3.0 (283042e)
  • feat: add StatsWidget for dashboard statistics (2b97e2d)
  • feat(id): enhance ID handling with constructors, parsing, and serialization methods (22c12f7)
  • fix(docs): update PostgreSQL store documentation for DSN usage and configuration options (cdc8135)

Installation

go get github.com/xraph/keysmith@v1.3.0

Full Changelog: v0.1.0...v1.3.0

v0.1.0

25 Feb 14:44

Choose a tag to compare

Changes

  • feat(sqlite): implement key, policy, rotation, scope, and usage models with CRUD operations (5e26c54)

Installation

go get github.com/xraph/keysmith@v0.1.0

Full Changelog: v0.0.1...v0.1.0

v0.0.1

21 Feb 07:33

Choose a tag to compare

Changes

  • Merge branch 'main' of github.com:xraph/keysmith (149e944)
  • feat(golangci): enhance var-naming linter with allowList, blockList, and skipPackageNameChecks options (ab2d1ff)
  • Merge pull request #6 from xraph/dependabot/npm_and_yarn/docs/minor-and-patch-8db44b5f5b (0319a67)
  • chore(ci): upgrade GitHub Actions to v6 for checkout and setup steps feat(docs): add workflow for deploying documentation to GitHub Pages chore(release): update GitHub Actions to v6 for release workflow (f9f1c44)
  • fix(biome): update schema version to 2.4.2 in biome configuration (2888412)
  • feat(makefile): enhance Makefile with detailed help and additional commands (19318e3)
  • chore(ci): update Go version to 1.25.7 in CI and release workflows (b1f67fe)
  • build(deps): bump the minor-and-patch group in /docs with 4 updates (ec26c50)
  • feat(postgres): implement PostgreSQL store with scope and usage tracking (6f6b59a)

Installation

go get github.com/xraph/keysmith@v0.0.1

What's Changed

  • build(deps): bump the minor-and-patch group in /docs with 4 updates by @dependabot[bot] in #6

New Contributors

Full Changelog: https://github.com/xraph/keysmith/commits/v0.0.1