Highlights
- Bridge: Rebuild RabbitMQ producer on error
- Server: Add support for SOCKS5 proxies
- Libs/C#: add GetAppPortalAccess* methods to IAuthentication interface
- Libs/Go: expose with_content for Message.List
- Libs/Go: expose with_msg param on MessageAttempt.ListByEndpoint
- Libs/Go: expose order in Integtation.List and EventType.List
- Libs/Go: return response body for recover/replay
- Libs/Go: expose tag for MessageAttempt list endpoints
- Libs/Javascript: Publish src to npm to make it available for source maps
- Libs/Python: ensure datetimes have a timezone
What's Changed
- Bridge: rebuild rabbitmq producer on error by @svix-onelson in #1382
- Improve clippy helpfulness by @svix-jplatte in #1385
- c# lib: add GetAppPortalAccess* methods to IAuthentication interface by @svix-gabriel in #1386
- Libs(Go): expose
with_content
forMessage.List
by @svix-onelson in #1389 - Libs(Go): expose
with_msg
param onMessageAttempt.ListByEndpoint
by @svix-onelson in #1387 - Libs(Go): expose
order
inIntegtation.List
by @svix-onelson in #1390 - Libs(Go): expose
order
forEventType.List
by @svix-onelson in #1391 - Libs(Go): return response body for recover/replay by @svix-onelson in #1392
- Libs(Go): expose
tag
for severalMessageAttempt
list endpoints by @svix-onelson in #1388 - Libs(Python): ensure datetimes have a TZ by @svix-onelson in #1395
- Add support for SOCKS5 proxies by @svix-jplatte in #1393
- Libs/JS: Publish src to npm to make it available for source maps by @svix-lucho in #1396
- Update OpenAPI spec and regenerate libs by @svix-lucho in #1397
- Bump version to 1.29.0 and update changelog by @svix-lucho in #1398
Full Changelog: v1.28.0...v1.29.0