Highlights
- Server: add support for encrypting webhook secrets in the database.
- Server: include the error message in the attempt's response for non HTTP errors.
- Server: change the CORS headers to be more strictly compliant.
- Server: wait-for db before attempting to run migrations.
- Server: add retry functionality to Redis cache.
- Libs: update libraries to accept a raw webhook secret.
What's Changed
- Server: add support for encrypting webhook secrets by @tasn in #534
- Server: include the error message in the attempt's response. by @tasn in #550
- Add retry functionality to Redis cache by @svix-daniel in #542
- Server: update tower-http and fix CORS. by @tasn in #552
- Kotlin: add a basic CRUD test. by @tasn in #553
- Server: wait-for db before attempting to run migrations by @tasn in #554
- Implement basic NACK functionality to queue by @svix-daniel in #557
- Update libraries to accept raw webhook secret by @svix-dylan in #555
- Bump version and update changelog. by @tasn in #558
Full Changelog: v0.62.1...v0.63.0