What's Changed
- Manual primary/replica routing with
/* pgdog_role */
comment. - Forward empty queries to a shard using round robin, instead of intercepting. Works better when using extended protocol.
- Add
server_lifetime
setting to control how long server connections are allowed to exist before being re-created by the connection pool. - Make
configcheck
command work correctly. - Fix dry run mode ignoring query comments for manual routing.
- Fix
SET
queries comments for manual routing. - Don't use host banning when only one target is configured in the load balancer. 🙏 @ryanahall
- Added more JDBC driver examples and tests.
New Contributors
- @ryanahall made their first contribution in #498
Full Changelog: v0.1.7...v0.1.8