Skip to content

Release Notes

This page details all releases for our DBaaS product, with the most recent updates at the top.


2026-08-17 Feature Release "Provisioned Logs"

What's New

We released "Provisioned Logs" to simplify the integration of DBaaS logs into the SysEleven Observability environment. This enhancement provides customers with greater visibility into their database instances and supports troubleshooting and operational analysis.

New Capabilities

  • Feature Flag Activation: Provisioned Logs must first be enabled through the corresponding DBaaS feature flag.

  • Automatic Log Integration: Once enabled, relevant logs from DBaaS instances are automatically collected and made available through SysEleven Observability.

  • Centralized Log Access: Customers can access and analyze the provisioned logs through their Observability tooling, for example by connecting Grafana.

  • Data Separation: Provisioned DBaaS logs are logically separated from customer-provided observability data.

Documentation

For more details on Provisioned Logs and how to use them, please refer to our documentation.


2026-07-21 Feature Release "PostgreSQL Extensions"

What's New

This release introduces support for PostgreSQL Extensions in our Database-as-a-Service (DBaaS).

Customers can now enable supported PostgreSQL extensions within their database instances, allowing them to extend PostgreSQL with additional functionality such as geospatial processing, advanced indexing, cryptography, or other supported capabilities. The feature is available through the DBaaS Feature Flag framework.

New Capabilities

  • Feature Flag Integration: PostgreSQL Extensions can be enabled through the Feature Flag framework via API, Web UI, or Terraform.

  • Native PostgreSQL Support: Once enabled, supported extensions can be activated using the standard PostgreSQL command:

CREATE EXTENSION extension_name [ VERSION version ];
  • Managed Extension Catalog: Only extensions that are validated and officially supported by us are available, ensuring compatibility and reliable operation within the managed DBaaS platform.

Documentation

A complete list of supported PostgreSQL extensions together with installation instructions can be found in the following documentation.


2025-10-01 Feature Release "Provisioned Metrics"

What's New

We released "Provisioned Metrics" to simplify and speed up the integration of database and host node metrics into the SysEleven Observability environment. This enhancement provides greater visibility into essential system components.

New Capabilities

  • Automatic Integration: Key performance metrics from databases and host nodes are automatically collected and forwarded to a dedicated read-only Observability tenant associated with the project.
  • Flexible Dashboarding: We do not provide pre-provisioned Grafana dashboards, but customers can connect their own Grafana instance to visualize the provisioned metrics.
  • Separation of Metrics: The platform delivers metrics from managed services (like DBaaS) to a separate read-only tenant instead of mixing them with metrics from the project's main Observability tenant. This ensures clean separation for operational use and billing transparency.

2025-06-30 Feature Release "Private Network"

What's New

With this release, DBaaS instances can be accessed through a shared private network. This enables customers to reach their databases over an internal, non-public communication path without exposing them to the public internet.

New Capabilities

  • Shared Private Network Access: DBaaS instances are reachable through a private, shared network segment provided by the platform.

  • No Public Exposure Required: Customers can operate databases without public IP addresses, keeping traffic within the internal infrastructure.

  • Terraform and UI Support: Network configuration is available via API, Web UI, and Terraform.


2025-02-28 Initial Release

What's New

  • Initial Release: We launched the first production-ready version of our Database as a Service (DBaaS), initially focused on PostgreSQL.

Features

  • PostgreSQL Support: Provision and manage PostgreSQL instances via Web UI and API in a self-service environment.

  • Service Integration: The platform provides standardized monitoring, security, and automated backup capabilities for DBaaS instances.