Releases: svix/svix-webhooks
Releases · svix/svix-webhooks
Version 0.53.0
What's Changed
- Python: Breaking The python library is now fully typed! There may be some breaking changes related to this upgrade (including dropping support for Python 2.X). Please check test and check your integration before upgrading to this version. 🤓
- Python: New Async API via SvixAsync! 🚀
- Libs: Remove the prevIterator option from message attempt options (This was added by mistake, never worked and was never meant to work. All iterators should be passed via the iterator option. Sorry for the confusion!)
- Libs: Allow filtering by messages by channel
Version 0.52.0
What's Changed
- build(deps): bump url-parse from 1.5.8 to 1.5.9 in /javascript by @dependabot in #275
- Javascript: Update Templates to conditionally set headers only if defined by @svix-frank in #277
- Libs: Add GetOrCreate function for Application API by @svix-stephanie in #262
- server: upgrade axum/remove deprecrated calls by @jaymell in #283
- server: PATCH Endpoint Headers by @jaymell in #278
- Launch dependencies before server unit tests by @svix-daniel in #286
- Application endpoint cache by @svix-daniel in #282
- Update OpenAPI spec to add msg_id to attempt output. by @tasn in #287
- Bump version & update changelog by @svix-frank in #289
Full Changelog: v0.51.0...v0.52.0
Version 0.51.0
What's Changed
- Libs: Implement Filtering by Channel by @svix-stephanie in #266
- Kotlin & Go: Support filtering by event type by @svix-frank in #270
- Libs: Support Idempotency-Key for Post Commands by @svix-stephanie in #264
- Add additional unit testing by @svix-daniel in #272
- JS: IdempotencyKey, default to empty string by @svix-frank in #273
- Bump version & update changelog by @svix-frank in #271
- Add missing changelog entry and reformat a bit. by @tasn in #276
Full Changelog: v0.50.0...v0.51.0
Version 0.50.0
What's Changed
- README: Include minimum Redis version by @svix-daniel in #265
- build(deps): bump url-parse from 1.5.6 to 1.5.8 in /javascript by @dependabot in #263
- Support custom headers for webhooks in worker threads by @svix-daniel in #267
- Libs: Adds support for StatusCodeClass filtering by @svix-frank in #268
- Bump version & update changelog by @svix-frank in #269
New Contributors
- @svix-daniel made their first contribution in #265
Full Changelog: v0.49.0...v0.50.0
Version 0.49.0
What's Changed
- build(deps): bump url-parse from 1.5.2 to 1.5.6 in /javascript by @dependabot in #252
- CI: Disable rust and SQL in superlinter by @svix-frank in #257
- Implement GET/PUT for Endpoint Headers by @jaymell in #256
- Python: Don't regen requirements.txt by @svix-frank in #260
- Libs: Add support for reverse iteration (
prev_iterator
) & after param in list commands by @tasn in #259 - Bump version & update changelog by @svix-frank in #261
New Contributors
Full Changelog: v0.48.0...v0.49.0
Version 0.48.0
What's Changed
- build(deps): bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #240
- Libs: Bindings for new /attempt/ list API by @svix-frank in #251
- Fix Server CI by @svix-frank in #254
- Bump version & update changelog by @svix-frank in #253
Full Changelog: v0.47.1...v0.48.0
Version 0.47.1
What's Changed
- Server CI: Remove arm builds & set source dir by @svix-frank in #245
- CI: Disable automatic osx builds by @svix-frank in #247
- Bump version & update changelog by @svix-frank in #246
Full Changelog: v0.47.0...v0.47.1
Version 0.47.0 - Initial OSS Release of Svix Server!
What's Changed
- Improve README and split off the special libs README by @tasn in #236
- README: various readme improvements by @tasn in #237
- README: small wording improvements. by @tasn in #238
- Fix input values for Java & Kotlin by @fcjr in #239
- README: improve information about building the server from source. by @tasn in #241
- Add server to version bump script by @svix-frank in #243
- Bump version & update changelog by @svix-frank in #242
Full Changelog: v0.46.0...v0.47.0
Version 0.46.0
What's Changed
- CI: Disable markdown & language lint by @svix-frank in #227
- Python: Add filter by channel for message list APIs by @svix-stephanie in #228
- Create contribution, code of conduct and security files. by @tasn in #226
- Update READMEs by @svix-frank in #229
- Bump OpenAPI Spec by @svix-stephanie in #231
- Python: Add support for idempotency_key by @svix-stephanie in #230
- go: Update module name to svix-webhooks by @svix-frank in #232
- Add issue and pull request templates by @tasn in #233
- Update all references to the old repo URL to the new one. by @tasn in #234
- Bump version & update changelog by @svix-frank in #235
Full Changelog: v0.45.0...v0.46.0
Version 0.45.0
What's Changed
- Update Badge Links by @svix-frank in #222
- Python: Add get-or-create for application by @svix-stephanie in #223
- Bump version & update changelog by @svix-frank in #225
Full Changelog: v0.44.0...v0.45.0