Skip to content

Releases: Tinkoff/stream-client

v1.4.2

05 May 11:20
f2e5d0f
Compare
Choose a tag to compare

Misc

  • fixed use sesison pool

v1.4.1

22 Feb 15:53
Compare
Choose a tag to compare

Misc

  • improve logging for connection pool and conservative strategy
  • fixed linkage for few translation units;

v1.4.0

17 Feb 22:00
Compare
Choose a tag to compare

Features

  • Implement logger facility and support user-defined overriding - (#19)

1.3.0

16 Feb 18:13
Compare
Choose a tag to compare

Features

  • Support pool refill strategy and implement conservative and greedy (default) - (#20), (#24)

Misc

  • cmake: Use system googletest library if found
  • cmake: Mute googletest warning
  • workflow: Check .ipp files with clang-format

v1.2.0

24 Nov 17:42
Compare
Choose a tag to compare

Features

  • http/base_socket: Use dynamic allocator for transfered data

v1.1.14

23 Nov 18:00
Compare
Choose a tag to compare

Bug Fixes

  • connection_pool: Fix wrong error message "Too many open descriptors"

v1.1.13

17 Nov 13:22
Compare
Choose a tag to compare

Bug Fixes

  • connector: Fix data race for random generator
  • tests/timeout: Remove time check for zero timeout

Misc

  • change googletest GIT_TAG to main
  • workflow: Explicitly install openssl with brew
  • readme: Add n.suboch to maintainers list

v1.1.12

24 Sep 20:39
Compare
Choose a tag to compare

Bug Fixes

  • connector::base_connector: fix resolving thread spooling if attemts failed

Misc

  • Fix github 'lint' action on PRs

v1.1.11

20 Aug 16:16
Compare
Choose a tag to compare

Bug Fixes

  • connector::base_connector: fix UB in dealing with boolean flag

Misc

  • Add thread/address/UB sanitizers build to CI

v1.1.10

17 Aug 10:26
Compare
Choose a tag to compare

Bug Fixes

  • connector::base_connection_pool: fix UB in dealing with boolean flag

Misc

  • Add github actions
  • Update README
  • Lint the code