* Libs/Javascript: Fix method naming consistency * Add oauth support to javascript
1.22.0
* Server: Don't require trailing slash at the end of request paths * Server: Improve testing performance and reduce redundant test runs * Server: Improve performance of `/api/v1/openapi.json` route * Server: Upgrade dependencies and improve code formatting * Server: Upgrade to Docker Compose v2 * Libs/Ruby: Add PATCH endpoints
1.21.0
* Server: Improve error information on failed assertions in Redis module * Server: Use omniqueue for Redis queue implementation * Server: Upgrade OpenTelemetry dependencies * Bridge: Upgrade dependencies * Libs/Rust: Print more detailed error messages for generic errors
1.20.0
* Server and Bridge: Performance improvements in test setup * Libs/C: don't serialize nulls in PATCH endpoints * Libs/Rust: Make API method Future implement Send/Sync
1.19.0
* Libs/Python: Make request timeout and retries configurable * Libs/Rust: Make request timeout configurable
1.18.0
* Server: upgrade dependencies * Server: adopt omniqueue as a queue backend * Libs/C: **[Breaking]** Return iterator information in list endpoints. Changes the return type of list endpoints. * Libs/Java: don't serialize nulls in PATCH endpoint methods * Libs/Rust: upgrade and clean up dependencies * Libs/Rust: switch from reqwest to hyper 1.0