Managed PostgreSQL
Storage Auto-Scaling
Ubicloud Managed PostgreSQL now automatically scales up storage when disk usage gets high. When your database reaches critical thresholds, the system resizes storage without manual intervention — keeping your database available even during unexpected data growth. Hobby-tier (formerly burstable) databases that hit their storage ceiling are automatically upgraded to the standard tier so they can continue scaling.Transaction-Mode PgBouncer by Default
New PostgreSQL instances now default to PgBouncer’stransaction pool mode, which allows better connection reuse. Existing instances are unaffected — their pool mode has been preserved as session.
Restart Requirement Indicators for Config Parameters

IPv6 (AAAA) Records for Older Databases
A new option in the web console lets you add AAAA DNS records to PostgreSQL databases created before IPv6 support was available, making it easy to enable IPv6 connectivity on older instances.Replication via the postgres User
You can now set up logical or physical replication connections using thepostgres user, simplifying replication configuration for advanced use cases.
Hobby Tier
Burstable PostgreSQL instances have been renamed to “hobby” to better signal that these instances are intended for development, experimentation, and non-production workloads.Failover Testing with /recycle
You can now trigger a failover on your PostgreSQL instance via the new /recycle API endpoint. This lets you test your application’s resilience to failovers in a controlled way. You can find more details in the API documentation.
GitHub Runners
Usage Summary Dashboard

Improved Onboarding Experience
