Yes...the coming days promise to be most interesting. Most interesting.
Headline changes:
- ed25519 signing keys for Anubis can be stored in the flag
--ed25519-private-key-hex
or envvar
ED25519_PRIVATE_KEY_HEX
- Add the ability to set the cookie domain with the envvar
COOKIE_DOMAIN=techaro.lol
for all domains undertecharo.lol
- Add the ability to set the cookie partitioned flag with the envvar
COOKIE_PARTITIONED=true
Users running Anubis' test suite may run into issues with the integration tests
on Windows hosts. This is a known issue and will be fixed at some point in the
future. In the meantime, use the Windows Subsystem for Linux (WSL).
What's Changed
- build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #74
- fix: installation instructions and example by @ccoors in #75
- Fix docker image CI for pull requests by @Xe in #84
- Cleanup regex by @dennis1248 in #66
- internal/test: introduce integration tests using Playwright by @SyrupThinker in #81
- Refactor and split out things into cmd and lib by @daegalus in #77
- build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by @dependabot in #89
- docs(README): fix mascot link by @jaredallard in #88
- chore: remove built binary and prevent accidental addition again by @jaredallard in #91
- lib: fix default difficulty by @Xe in #96
- docs: minor updates by @soopyc in #98
- Linting and staticcheck fixes. by @daegalus in #101
- cmd/anubis: allow setting key bytes in flag/envvar by @Xe in #97
- fix(docs): Make dark mode diff lines readable by @SlyEcho in #130
- lib/anubis: support setting extended cookie flags by @Xe in #120
- Revert "lib/anubis: support setting extended cookie flags" by @Xe in #134
- Fix broken link to default policy file by @Hans5958 in #137
- Apply bits of the cookie settings PR one by one by @Xe in #140
- version 1.15.0 by @Xe in #144
New Contributors
- @ccoors made their first contribution in #75
- @SyrupThinker made their first contribution in #81
- @daegalus made their first contribution in #77
- @jaredallard made their first contribution in #88
- @SlyEcho made their first contribution in #130
- @Hans5958 made their first contribution in #137
Full Changelog: v1.14.2...v1.15.0