Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBaas changelog v1.50 #215

Merged
merged 3 commits into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion content/en/docs/dbaas/changelog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ weight: 2
alwaysopen: true
---

# V 1.50
## Overview
This release offers upward volume autoscaling, new customer database parameters, improved monitoring in terms of mail notifications and more metrics. It is now possible to create (m)TLS-based sessions where the client can prefetch server certificates. The backup management has been improved disalloving concurrent backup race conditions.

## Changes
* Auto-scale volumes, enabled by default.
* Send email notifications to end user.
* (m)TLS for Mysql/MariaDB, Postgres and Redis.
* Do all DNS queries through ExternalDNS.
* The Terraform provider has been substantially improved.

## Important fixes
* Fixed a problem where multiple concurrent backups were executed.
* There was a problem in removing datastores stuck in creation or modifying state.
* Redis and MSSQL backup restore was not working properly.
* Optimized failover time for Always on.


# V 1.48
## Overview
In this release we introduce MSSQL, the new Openstack V2 instance flavors and volume types giving even better performance and price efficiency.
Expand Down Expand Up @@ -58,4 +76,4 @@ This release introduces configuration management and simplified service access.
* Improved customer error interaction for handling nodes.

## Important fixes
* Corrected a bug that caused the control plane process to restart occasionally.
* Corrected a bug that caused the control plane process to restart occasionally.
Loading