Skip to main content

Changelog

0.2.0 (2026-01-13)

Features

  • ui: add time precision to grant date inputs (#39) (e465e2c)

Bug Fixes

  • deps: update module github.com/knadh/koanf/parsers/toml to v2 (#35) (7c56f99)
  • deps: update module github.com/knadh/koanf/parsers/toml to v2 (#37) (767bcc8)
  • deps: update module github.com/knadh/koanf/providers/env to v2 (#38) (bfe821c)

0.1.0 (2026-01-12)

Features

  • config: add configurable log level with strict sloglint compliance (#31) (51fa451)

Bug Fixes

  • deps: update module golang.org/x/crypto to v0.47.0 (#34) (c18a454)

Performance Improvements

  • auth: extend AuthCache to API key and web session verification (#32) (fa21f84)

0.0.2 (2026-01-11)

Bug Fixes

  • use PAT for release-please to trigger release workflow (#28) (1566de4)

0.0.1 (2026-01-11)

Bug Fixes

  • ui: handle 401 errors by redirecting to login page (#24) (b8d205c)

Performance Improvements

  • auth: implement password verification cache and configurable hash parameters (#25) (ea0dd0b), closes #22