Highlights
- Server: add file/line information to errors for easier debugging.
- Server: update dependencies.
- Libs: add application/endpoint metadata fields.
- Libs/C#: Add netstandard2.0 support.
- Add gitleaks config to ignore test auth tokens.
What's Changed
- Upgrade dependencies of server to avoid yanked version of cpufeatures by @svix-daniel in #649
- Server: Improve error logging by @jaymell in #652
- Bump axum-core from 0.2.7 to 0.2.8 in /server by @dependabot in #655
- Fix Clippy Errors by @svix-gabriel in #656
- Add file/line information to main error type with macros by @svix-gabriel in #653
- Abstract JWT validation logic into separate function by @svix-dylan in #657
- move security error handling to use ctx macro by @svix-gabriel in #658
- Further reorganization of security module by @svix-dylan in #659
- Support cache errors in the ctx! macro by @svix-dylan in #660
- Refactor bearer token parsing by @svix-gabriel in #662
- CSharp-lib: Add netstandard2.0 support by @whyer in #661
- Add gitleaks config file for CI by @svix-dylan in #664
- Add Replay Missing API to libraries by @svix-dylan in #663
- Update the openapi.json file by @svix-gabriel in #665
- Bump version and update changelog. by @tasn in #666
New Contributors
- @svix-gabriel made their first contribution in #656
Full Changelog: v0.67.0...v0.68.0