What bytebase/dbhub shipped
Generated by FoxPlug from public activity — not affiliated with Dbhub.
Week of September 14, 2026
What shipped
- v1.3.0 released with Oracle connector support, per-source PostgreSQL pool sizing, and fixes for max_rows application on comment-prefixed and CTE queries [0]. Release
- Oracle connector now includes health_check support to monitor connection pool status [1]. Pull request #435
- Oracle added to README and architecture documentation [2]. Pull request #434
- Oracle connector implemented with Testcontainers integration tests using the freely redistributable gvenzl/oracle-free 23ai image [3]. Pull request #433
- Fixed DSN redaction to prevent raw passwords from appearing in error messages and startup logs [4]. Pull request #431
- PostgreSQL sources now support pool_max_connections option to configure per-source connection limits from 1 to 1000 [6]. Pull request #427
- v1.2.5 released with recoverable AWS IAM refresh failures [7]. Release
- AWS IAM refresh failures no longer delete sources, allowing tools to retry on the next refresh tick [8]. Pull request #425
- PostgreSQL and MariaDB connectors now attach error listeners to connection pools to prevent crashes from dropped idle connections [10]. Pull request #423
Why it matters
Oracle support is now production-ready with health checks and integration tests. Recent fixes address critical stability issues with connection pool handling and credential exposure, while new configuration options let operators tune PostgreSQL performance per source.
Changelog entry
- feat: Oracle connector with Testcontainers integration [0] Release
- feat: health_check support for Oracle sources [1] Pull request #435
- docs: Oracle added to README and architecture documentation [2] Pull request #434
- feat(postgres): pool_max_connections option for per-source configuration [6] Pull request #427
- fix: prevent raw DSN from appearing in error messages [4] Pull request #431
- fix: apply max_rows limit to comment-prefixed and CTE queries [5] Pull request #429
- fix: AWS IAM refresh failures now recoverable instead of removing sources [8] Pull request #425
- fix(postgres,mariadb): attach pool error listeners to prevent crashes [10] Pull request #423
v1.3.0: Oracle connector with health_check support, PostgreSQL per-source pool sizing, DSN redaction fix, and max_rows applied to CTEs and comments.
v1.3.0 introduces Oracle database support with health monitoring and Testcontainers integration tests. PostgreSQL sources now allow per-source connection pool configuration. Security improvements prevent raw DSN exposure in errors. Stability fixes address connection pool error handling across PostgreSQL and MariaDB, and make AWS IAM refresh failures recoverable.