·
4 commits
to refs/heads/master
since this release
π Highlights
In the last version (9.12.0) the client introduced bigger write and read buffer sizes. The default value was 512KiB.
However, users reported that this is too big for most use cases and can lead to high memory usage.
In this version the default value is changed to 256KiB. The README.md
was updated to reflect the
correct default value and include a note that the default value can be changed.
π Bug Fixes
- fix(options): Add buffer sizes to failover. Update README (#3468)
π§° Maintenance
- fix(options): Add buffer sizes to failover. Update README (#3468)
- chore: update & fix otel example (#3466)
Contributors
We'd like to thank all the contributors who worked on this release!
@ndyakov and @vmihailenco