Large rework of relay structure was done, to fix several long-standing problems and to make code cleaner.
New features so far
- shared_pool feature by @rkhapov in #1261
- pool_pin_on_listen option by @rkhapov in #1270
- trixie-slim for docker image by @rkhapov in #1290
- expose routing_clients metric in SHOW LISTS and Prometheus exporter by @evkuzin in #1295
- Structured version info for Prometheus metrics by @evkuzin in #1296
- introduce cancel timeout to prevent odyssey coroutine leaking by @evkuzin in #1299
- e2k build support by @rkhapov in #1308
- relay refactor by @rkhapov in #1291
- server_drop_on_cached_plan_error option by @rkhapov in #1312
- add NOTICE when awaiting connection from pool by @rkhapov in #1314
Full Changelog: v1.5.1-rc3...v1.5.1-rc4