Skip to content

Latest commit

 

History

History
92 lines (49 loc) · 5.09 KB

CHANGELOG.md

File metadata and controls

92 lines (49 loc) · 5.09 KB

Changelog

1.4.1 (2024-12-12)

Bug Fixes

  • crash after changing TOKEN_SECRET #55 (23c17b7)
  • deps: bump actions/cache from 3 to 4 (67fa4d5)
  • deps: bump docker/build-push-action from 5 to 6 (3f923c0)

1.4.0 (2024-01-03)

Features

  • add nginx forward auth route for nginx support (0e0a0d8)

Miscellaneous Tasks

  • remove unnecessary print statement (2ddba9a)

1.3.4 (2023-12-27)

CI/CD

  • use tag version instead of commit sha on binary archive names (cc8913e)

1.3.3 (2023-12-27)

CI/CD

  • fix binary release artifact attachments (03ebe99)

1.3.2 (2023-12-27)

CI/CD

  • add multi-build step for compiling binaries (fdd52e8)
  • disable macos build when cross-compiling (fe6178f)
  • remove windows from cross-compile builds (6c2bd59)
  • rename build steps and configure build binaries step to trigger on release and add release artifacts (c03b480)

1.3.1 (2023-11-02)

Bug Fixes

  • handle error from jwt manipulation (2267fcc)
  • handle error from jwt manipulation (#40) (150a3c9)

CI/CD

  • update release workflow to publish to dockerhub on release creation (947601d)

1.3.0 (2023-11-02)

Features

  • rate limiter (0a4202b)
  • respect x-forwarded-proto for location header redirection (6e064bc)
  • skip/redirect login when cookie is present (ef322a9)

Refactor

  • clean up ending return statement in login wrapper (ebd72d5)
  • move config to it's own mod (b8826df)
  • prefer some(..) over is_some/unwrap (8268a7d)

Miscellaneous Tasks

CI/CD

  • add prepare release workflow (78b8381)
  • change dependabot target branch (187ed46)
  • configure dependabot to follow conventional commits (6f58a4e)
  • reorganize workflows and make names consistent (19f75cc)
  • update release pull request title (c3ede33)