Posted on 2026-07-14 by Yandex
Related Open Source
We are excited to announce a new release of the Odyssey — advanced multi-threaded connection pooler for PostgreSQL and Apache Cloudberry.
A lot of new small features have been implemented, alongside extended protocol support refactoring - many violations fixed, and
overall performance of pipelining improved.
New features:
- simple shared pools support
- pool_pin_on_listen option for transaction pooling
- improvements of balancing
- cpu_affinity support
- build with aws-lc support
- SSLKEYLOGFILE support
- support for queue time metrics: avg_wait_time / total_wait_time
- poll server on attach for transparent failed backends closing
- NOTICE with queue time via pool_notice_after_waiting_ms option
- server_drop_on_cached_plan_error option
- improvements of prometheus metrics exporter
Bug fixes
- recheck pool size after server creation
- better cancel support: wait for PG to close the cancel-connection and fix race
- auth_query fixes
- correct Close support in Extended protocol
- DEALLOCATE ALL support
- correct COPY support in extended protocol
More on pages:
We are already preparing the 1.5.2 with even more features and fixes, stay tuned! :)
Facts Only
* Odyssey version 1.5.1 was released on 2026-07-14 by Yandex.
* New features include simple shared pools support and poolpinonlisten for transaction pooling.
* Improvements were made to balancing algorithms.
* cpuaffinity support was added.
* Build support for aws-lc and SSLKEYLOGFILE were implemented.
* Support for queue time metrics (avgwaittime / totalwaittime) was introduced.
* The system supports polling the server on attach to handle failed backends closing.
* Options added include serverdroponcachedplanerror and poolnoticeafterwaitingms for queue time notices.
* The prometheus metrics exporter received improvements.
* Bug fixes included rechecking pool size after server creation, better cancel support, authquery fixes, correct Close support in Extended protocol, DEALLOCATE ALL support, and correct COPY support in the extended protocol.
Executive Summary
Full Take
Sentinel — Human
The text exhibits the tone and structure consistent with a software development announcement, suggesting human authorship from the project team.
