Skip to content

Releases: The127/Keyline

v0.3.12

18 Apr 22:03
9949d2e

Choose a tag to compare

What's Changed

Bug Fixes

  • Honor system:system-admin tokens from the initial virtual server across all virtual servers (#268)

    Previously, tokens signed by the initial VS were validated against the requested VS's signing key, causing 401 errors whenever a system-admin used their token on any non-initial VS endpoint. The authentication middleware now falls back to the initial VS's signing key when validation fails.

Tests

  • Add e2e tests for system:system-admin cross-VS token authentication (#269)

    Covers: VS creation, cross-VS endpoint authentication, admin creating apps in a new VS, and negative test for unprivileged users.

What's Changed

  • feat: honor system:system-admin tokens from the initial VS across all virtual servers by @The127 in #268
  • test: add e2e tests for system:system-admin cross-VS token authentication by @The127 in #269

Full Changelog: v0.3.10...v0.3.12

v0.3.11

18 Apr 20:40

Choose a tag to compare

Full Changelog: v0.3.10...v0.3.11

v0.3.10

18 Apr 18:20
ac72b85

Choose a tag to compare

What's Changed

  • feat: add role client, PatchRole and DeleteRole endpoints by @The127 in #266

Full Changelog: v0.3.9...v0.3.10

v0.3.9

18 Apr 17:45
39e9e79

Choose a tag to compare

What's Changed

  • fix: client and routing bug fixes by @The127 in #264
  • refactor: nest ApplicationClient under ProjectClient by @The127 in #265

Full Changelog: v0.3.8...v0.3.9

v0.3.8

18 Apr 16:58

Choose a tag to compare

Full Changelog: v0.3.7...v0.3.8

v0.3.7

18 Apr 16:52

Choose a tag to compare

Full Changelog: v0.3.6...v0.3.7

v0.3.6

18 Apr 16:49

Choose a tag to compare

Full Changelog: v0.3.5...v0.3.6

v0.3.5

18 Apr 15:42
747b4df

Choose a tag to compare

What's Changed

  • refactor: add yaml struct tags to config types by @The127 in #263

Full Changelog: v0.3.4...v0.3.5

v0.3.4

18 Apr 15:31
d7e9469

Choose a tag to compare

What's Changed

  • refactor: move config package from internal to public by @The127 in #262

Full Changelog: v0.3.3...v0.3.4

v0.3.3

18 Apr 14:49
1881d3b

Choose a tag to compare

fix: build binary to unambiguous path in Containerfile — the binary is now correctly placed at /app/api instead of /app/api/api

What's Changed

  • fix: build binary to unambiguous path in Containerfile by @The127 in #261

Full Changelog: v0.3.2...v0.3.3