All Versions
88
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.70.0 Changes
- Server: create subcommand for wiping an organization's data
- Server: internal code improvements
- Libs/Java: fix issue with automatic region detection not working
-
v0.69.0 Changes
- Server: ensure QueueTasks are deleted after acknowledgement
- ๐ Server: better handling of failures in streaming responses
- โก๏ธ Server: update event-type schemas validation to be stricter
- โฑ Libs/Kotlin: support configuring retry schedule
- ๐ Libs: fix metadata field in Go and Python
-
v0.68.1 Changes
- โก๏ธ Server: update the event-type CRUD endpoints to be more strict about the schema type.
- Server: fix typo in error messages for unimplemented errors.
- Libs/Java: fix issue with creating multiple Svix instances in parallel.
-
v0.68.0 Changes
- 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.
-
v0.67.0 Changes
- ๐ฒ Server: include idempotency key in log spans.
- Server: correct trace ID handling in tracing spans.
-
v0.66.0 Changes
- ๐ท Server: add unique IDs when tracing worker tasks.
- Server: allow enabling extra tracing for db operations.
- ๐ฒ Server: ensure tracing spans are recorded for all log levels.
- ๐ Server: reduce idempotency key lock time from 20s to 5s.
- Libs: expose endpoint stats function.
-
v0.65.1 Changes
- Server: fix validation errors to be more informative.
- ๐ฐ Server: more strict message payload validation to match the libs.
- ๐ Server: fix issue with messages being signed with expired keys in some situations (not a security concern, just superfluous data being sent).
- ๐ Server: attach a unique ID to a request (used in logs) when none is provided in headers.
- Libs/Python: fix typo in Python lib causing auto-detection of EU servers to fail.
- Libs/C#: make logger optional when creating SvixClient.
-
v0.65.0 Changes
- ๐ Server: support "upsert" of entities on PUT methods.
- โก๏ธ Server: support PATCH methods on entities for partial updates.
- Server: allow overriding redis_dsn for separate queue and cache DSNs.
- ๐ Libs: support "upsert" of entities on PUT methods.
- ๐ Libs/Ruby: fix region auto-detection.
-
v0.64.2 Changes
- ๐ฐ Server: change the dashboard authentication payload to note that the server is self hosted.
- ๐ฐ Libs/JavaScript: fix issue when signing/verifying payloads with high Unicode codepoints (e.g. some new emoji)
-
v0.64.1 Changes
- Libs/Go: export missing
svix.NullableString
utility.
- Libs/Go: export missing