Releases: Tinkoff/stream-client
Releases · Tinkoff/stream-client
v1.4.1
Misc
- improve logging for connection pool and conservative strategy
- fixed linkage for few translation units;
v1.4.0
Features
- Implement logger facility and support user-defined overriding - (#19)
1.3.0
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
Features
- http/base_socket: Use dynamic allocator for transfered data
v1.1.14
Bug Fixes
- connection_pool: Fix wrong error message "Too many open descriptors"
v1.1.13
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
Bug Fixes
- connector::base_connector: fix resolving thread spooling if attemts failed
Misc
- Fix github 'lint' action on PRs
v1.1.11
Bug Fixes
- connector::base_connector: fix UB in dealing with boolean flag
Misc
- Add thread/address/UB sanitizers build to CI
v1.1.10
Bug Fixes
- connector::base_connection_pool: fix UB in dealing with boolean flag
Misc
- Add github actions
- Update README
- Lint the code