Product updates
Get the latest updates on features, fixes and improvements.
866 results
Feb 18, 2026
Aiven for PostgreSQL® upgraded to 18.2, 17.8, 16.12, 15.16, and 14.21
Aiven for PostgreSQL® has been upgraded to latest minor versions 18.2, 17.8, 16.12, 15.16, and 14.21, which contain a variety of fixes to previous versions. This minor version release includes two fixes that have already been announced for the upcoming out-of-cycle release.
See PostgreSQL release notes for more details about the PostgreSQL® minor releases.
Feb 17, 2026
- New
- Aiven Terraform provider
Aiven Provider for Terraform version 4.51.0 now available
This release improves PrivateLink management with enhanced GCP PrivateLink connection approval through the new
psc_connection_idfield inaiven_gcp_privatelink_connection_approval. It lets you select specific connections when multiple PSC connections exist for the same service. Additionally,privatelink_connection_idsupport has been added across all service resources and data sources.Other key improvements in this release include:
- Enhanced Valkey user management: ACL fields (
valkey_acl_categories,valkey_acl_commands,valkey_acl_keys,valkey_acl_channels) can now be updated in-place without forcing resource recreation - Improved Kafka topic handling: Better support for infinite retention with
retention_bytes = -1 - OpenSearch 3.3 support: The latest OpenSearch version is now available
This release also includes various bug fixes for MySQL user password updates, service cloud name handling, and billing group configurations. For complete details on all fixes and updates, view the full Aiven Provider for Terraform changelog.
Feb 13, 2026
IPv6 client connectivity for Aiven for Apache Kafka® (Early availability)
Aiven for Apache Kafka® now supports dual-stack IPv4 and IPv6 connectivity. When enabled, Kafka clients can connect using either IPv4 or IPv6 addresses. The feature is disabled by default and can be enabled by setting the service user configuration
enable_ipv6totrue.
This change may affect existing clients that connect over private network routes. Validate the behavior in a non-production environment before enabling it in production.
For more information, see Enable IPv6 connectivity for Aiven for Apache Kafka®.Feb 10, 2026
- Improved
- Aiven for Apache Kafka® Connect
Google external account credential restrictions for Apache Kafka Connect
Aiven for Apache Kafka Connect validates Google Cloud external account credentials to block unsupported credential sources and requires allow-listing authentication URLs using
gcp_auth_allowed_urls. File- and command-based credential sources are not supported.Impact:
If a connector uses
credential_source.url, configuregcp_auth_allowed_urlsat the Kafka Connect service level. Connectors using file- or command-based credential sources fail validation.
More information:Feb 5, 2026
New high availability architecture for Aiven for PostgreSQL®
We are introducing a redesigned architecture for Aiven for PostgreSQL®. This is a limited availability (LA) feature focusing on improved resilience, faster maintenance, a better upgrade experience, service reliability and performance. Once enabled for a project or an organization, it becomes the default for all new Aiven for PostgreSQL services.
Key changes include:
- Improved backup and startup times: Faster backups lead to shorter maintenance windows and significantly reduced service startup times.
- Enhanced HA handling: The architecture provides greater resilience against network partitions and outages, and a new API allows you to trigger manual switchovers.
- Rapid multi-node deployment: Optimized processes allow for faster startup times for multi-node service plans.
- Streamlined pg_upgrade experience: Standby nodes now upgrade in-place, eliminating the wait times for multi-node services to become fully available after an upgrade.
- Maintenance efficiency: Parallel node provisioning reduces the total time required for maintenance and synchronization for multi-node service plans.
Feb 5, 2026
TimescaleDB 2.25.0 for Aiven for PostgreSQL® released
TimescaleDB extension version 2.25.0 is now available for Aiven for PostgreSQL®. This release introduces performance improvements and bug fixes. Upgrade to 2.25.0 at your earliest convenience to make sure you use the most robust and secure version available.
For details on all TimescaleDB releases, see the release notes.
Feb 2, 2026
TimescaleDB 2.24.0 for Aiven for PostgreSQL® released
TimescaleDB extension version 2.24.0 is now available for Aiven for PostgreSQL®. This release introduces performance improvements and bug fixes. Upgrade to 2.24.0 at your earliest convenience to make sure you use the most robust and secure version available.
For details on all TimescaleDB releases, see the release notes.
Feb 2, 2026
TimescaleDB 2.23.0 and 2.23.1 for Aiven for PostgreSQL® released
TimescaleDB extension versions 2.23.0 and 2.23.1 are now available for Aiven for PostgreSQL®. These release introduce performance improvements and bug fixes. Upgrade to 2.23.0 and 2.23.1 at your earliest convenience to make sure you use the most robust and secure version available.
For details on all TimescaleDB releases, see the release notes.
Jan 27, 2026
- New
- Aiven Terraform provider
Aiven Provider for Terraform version 4.50.0 now available
This version of the Aiven Provider for Terraform introduces automatic backup configuration for Kafka and PostgreSQL services, allowing you to set custom backup intervals and retention periods using the new
backup_interval_hoursandbackup_retention_daysfields.For Aiven for Apache Kafka® MirrorMaker 2, the
follower_fetching_enabledfield was added to theaiven_mirrormaker_replication_flowresource letting you enable rack awareness and follower fetching.For the complete list of changes and technical details, view the full Aiven Provider for Terraform changelog.