Skip to main content

Changelog

0.4.0 (2026-04-04)

Features

  • proxy: Add a first draft of Oracle support (#75) (908abbb)
  • proxy: Oracle session TNS dump capture (#78) (7e0b45a)

Bug Fixes

  • ci: autoupdate (#57) (bb9b9ad)
  • deps: update dependency openapi-fetch to ^0.16.0 (#68) (567412d)
  • deps: update module github.com/knadh/koanf/v2 to v2.3.2 (#59) (9b57552)
  • deps: update module golang.org/x/crypto to v0.48.0 (#69) (ff7856b)
  • resolve test races, E2E error format, and lint issues (#77) (c95b303)

0.3.0 (2026-01-24)

Features

  • api: add admin password reset endpoint (#51) (529fc92)
  • ui: add quota fields to grant creation form (#49) (626fa90)

Bug Fixes

  • deps: update dependency lucide-react to ^0.563.0 (#48) (e7ca0b6)
  • deps: update module github.com/knadh/koanf/v2 to v2.3.1 (#52) (8b26ec9)
  • deps: update module github.com/urfave/cli/v3 to v3.6.2 (#46) (32684fe)
  • reduce argon2id memory and protect admin in demo mode (#50) (fc90f6d)
  • test: remove flaky toBeDisabled assertions in E2E tests (#54) (2dc8e1a)

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