* Server: create subcommand for wiping an organization's data * Server: internal code improvements * Libs/Java: fix issue with automatic region detection not working
0.69.0
* 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
0.68.1
* 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.
0.68.0
* 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.
0.67.0
* Server: include idempotency key in log spans. * Server: correct trace ID handling in tracing spans.
0.66.0
* 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.