v0.4.0
Pre-release
Pre-release
What's Changed
- Add missing ReportsHealth capability by @tigrannajaryan in #110
- Add ability to specify Client capabilities by @tigrannajaryan in #106
- Update client package docs by @srikanthccv in #107
- Don't call OnConnectFailed when failed to connect during shutdown by @cpheps in #113
- Correctly handle status compression on the server side by @tigrannajaryan in #105
- Require that instance_uid is ULID by @tigrannajaryan in #116
- Implement compression for WebSocket client by @tigrannajaryan in #122
- Use ReportsRemoteConfig capability by @tigrannajaryan in #114
- Implement gzip compression for HTTP server by @srikanthccv in #126
- Implement gzip compression for HTTP client by @srikanthccv in #125
- fix: incorrect switch case eval when server response code is 429 by @srikanthccv in #123
- Consistently declare Protobuf enums by @tigrannajaryan in #115
- Change bitfields from enum to uint64 by @tigrannajaryan in #132
- Add Disconnect() method to client connections by @nemoshlag in #129
New Contributors
- @djaglowski made their first contribution in #97
- @srikanthccv made their first contribution in #107
- @nemoshlag made their first contribution in #129
Full Changelog: v0.3.0...v0.4.0