Product updates

Get the latest updates on features, fixes and improvements.

810 results

  • Aug 22, 2025

    New

    Aiven for OpenSearch®

    Aiven Console

    Aiven API

    Restore Aiven for OpenSearch® snapshots in the Aiven Console or API

    What’s new

    You can now restore Aiven for OpenSearch® snapshots using the Aiven console or API.

    How to get access

    This feature is currently in limited availability (LA). To gain access and start using it, reach out to Aiven Support or your account team.

    How to use it

    Once enabled, you can find instructions on how to restore Aiven for OpenSearch® snapshots in our documentation.

  • Aug 19, 2025

    Aiven for PostgreSQL® upgraded to 17.6, 16.10, 15.14, 14.19, and 13.22

    Aiven for PostgreSQL® has been upgraded to latest minor versions 17.6, 16.10, 15.14, 14.19, and 13.22, which contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.

    See PostgreSQL release notes for more details about the PostgreSQL® minor releases.

  • Aug 19, 2025

    Improved

    Microsoft Azure

    Azure Private Link supported in qatar-central on Aiven

    Azure Private Link is now available in the the azure-qatar-central cloud region on the Aiven Platform.

    See all Azure cloud regions, where the Azure Private Link early availability feature is supported on Aiven.

  • Aug 19, 2025

    TimescaleDB 2.21.3 for Aiven for PostgreSQL® released

    TimescaleDB extension version 2.21.3 is now available for Aiven for PostgreSQL®. This release introduces bug fix #8471 Fix MERGE behavior with updated values. Upgrade to 2.21.3 at your earliest convenience to make sure you use the most robust and secure version available.

    See the release notes for all TimescaleDB releases.

  • Aug 7, 2025

    PostgreSQL Anonymizer now available for Aiven for PostgreSQL®

    Aiven for PostgreSQL® now supports the postgresql_anonymizer extension, which masks or replaces personally identifiable information (PII) or commercially sensitive data in a PostgreSQL database.

    PostgreSQL Anonymizer enables you to:

    • Comply with privacy regulations: By masking or replacing sensitive data (PII).
    • Safely use data in non-production environments: You can work with realistic, yet anonymized, datasets.
    • Apply various masking strategies: Including static (permanent), dynamic (real-time, role-based), and anonymous data dumps.
    • Define masking rules directly in SQL: Making it a declarative and integral part of the database schema.
    • Generate fake but realistic data: For more effective testing and development.

    Learn how to use postgresql_anonymizer on Aiven in Extensions on Aiven for PostgreSQL® > Utilities.

  • Aug 6, 2025

    Aiven for MySQL® incremental backups (limited availability)

    Aiven for MySQL® now supports incremental backups. This feature extends our existing base backup functionality, allowing you to back up only the changes made since your last full backup.

    Key benefits

    • Reduced DDL lock times: For large databases, full backups can cause prolonged DDL (Data Definition Language) locks. Incremental backups significantly reduce this lock duration, especially when there haven't been many changes.
    • Efficient storage: Databases with fewer changes will benefit from less storage consumption, as incremental backups only store the differences.

    Aiven for MySQL® incremental backups is a limited availability feature. For access, contact your account team. For more information, see our documentation.

  • Aug 1, 2025

    Improved

    Aiven for Apache Kafka® Connect

    BigQuery connector for Apache Kafka® version 2.7.0

    The BigQuery connector for Apache Kafka has been upgraded to version 2.7.0. This release includes improvements to reliability, configuration flexibility, and Debezium compatibility.

    • Deprecated the GCS-based batch loading feature. This will be removed in a future release.
    • Deprecated the legacy partition decorator syntax. Scheduled for removal in version 3.0.0.
    • Added user-agent and version headers to outgoing requests to improve observability.
    • Improved reliability by retrying getTable() calls with backoff before failure.
    • Added optional support for converting Debezium VariableScaleDecimal types to BigDecimal, preserving precision for PostgreSQL NUMERIC fields.
    • Added a configuration option to extract the GCP project ID from the service account key file, useful in multi-project setups.

    For more information, refer to the GitHub release notes for the BigQuery connector for Apache Kafka.

  • Jul 24, 2025

    PostgreSQL 17 now default for new services

    We've updated the default PostgreSQL version to PostgreSQL 17 for all new Aiven for PostgreSQL® service creations. You'll see PostgreSQL 17 as the default version across the Aiven Console, Aiven API, Aiven CLI, Aiven Provider for Terraform, and Aiven Operator for Kubernetes® when creating new Aiven for PostgreSQL services.

    For details on PostgreSQL version support lifecycles on the Aiven Platform, consult our Aiven for PostgreSQL end-of-life documentation.

  • Jul 23, 2025

    Improved

    Aiven for Apache Kafka® Connect

    Iceberg sink connector updated with security and stability fixes

    The Iceberg sink connector for Aiven for Apache Kafka® Connect has been upgraded to use Apache Iceberg 1.9.1, which includes upstream bug fixes, performance improvements, and critical security updates.

    This version includes:

    • Dependency updates and security fixes, including a fix for CVE-2025-46762.
    • Fix for a race condition that could cause connector startup failures when using slow JDBC catalogs.
    • Improved support for STS AssumeRole authentication with cloud object storage.

    For more details, see the Apache Iceberg 1.9.1 release notes.
    To learn how to use the connector, see the Iceberg sink connector documentation.