Version 1.5.1 will be aimed at fixing problems, refactoring and adding uncomplicated new functionality.
This release candidate can significantly help you with large packets passing Odyssey with TLS enabled.
Fixes
- graceful termination little fixes by @rkhapov in #1212
- wait for pg to process cancel by @rkhapov in #1215
- return server connection to pool in frontend setup by @rkhapov in #1219
- fix hangling server ACTIVE connection by @rkhapov in #1221
- use client_login_timeout during startup by @rkhapov in #1222
- set NONBLOCK on accept() and socket() by @rkhapov in #1223
- set CLOEXEC to epoll by @rkhapov in #1224
- recheck pool size after server creation by @rkhapov in #1225
- restore config example by @rkhapov in #1228
- machinarium: fix include of mm header by @mikhailnov in #1227
- fix escaped chars by @ilya-maltsev in #1229
- fix memory leak in sync_point_deploy_msg by @uyghfjhh in #1230
- fix O(n^2) tls writev by @rkhapov in #1231
- send FATAL with description when graceful shutdown by @rkhapov in #1232
- cancel race fix by @rkhapov in #1216
New Contributors
- @mikhailnov made their first contribution in #1227
- @uyghfjhh made their first contribution in #1230
Full Changelog: v1.5.0...v1.5.1-rc1