Skip to content

v0.0.10

Latest
Compare
Choose a tag to compare
@Flowneee Flowneee released this 03 Oct 20:55
· 2 commits to master since this release

Full Changelog: v0.0.9...v0.0.10

[0.0.10] - 2023-10-04

Added

  • internal_simultaneous_requests_threshold parameter to builder, which allow to customize maximum number of simultaneously created requests, which connection can effectively handle.

Changed

  • Rewritten internal logic of connection to Tarantool, which improved performance separated reading and writing to socket into separate tasks.

Fixed

  • Increased size of internal channel between dispatcher and connection, which should significantly increase performance (previously it was degrading rapidly with a lot of concurrent requests).