Product updates

Get the latest updates on features, fixes and improvements.

850 results

  • Dec 18, 2025

    • New
    • Aiven for Valkey™

    Valkey™ JSON module now available on Aiven for Valkey™

    What's new

    The Valkey™ JSON module is now available for all Aiven for Valkey™ services. This module extends Valkey features with advanced JSON data handling capabilities.

    Key features

    • Native JSON storage: Store JSON documents as values directly in Valkey
    • JSONPath queries: Query JSON documents using standard JSONPath syntax
    • Atomic updates: Make atomic updates to JSON elements for consistency

    Configuration

    Enable the module on your existing services by applying a maintenance update.

    Otherwise, no action is required from you:

    • Enabled by default on all new services.
    • No setup required; start using JSON commands immediately.
    • Always available; cannot be turned off.

    Getting started

    • For existing services: Apply a maintenance update to enable and start using the module.
    • For new services: Start using Valkey JSON commands right away.

    Learn more

  • Dec 15, 2025

    • New
    • Aiven for ClickHouse®

    Aiven for ClickHouse® upgraded to 25.3

    Aiven for ClickHouse® has been upgraded from 24.8 to 25.3. This release contains new features, improvements to existing functionality, and fixes on top of the previous version.

    Highlights

    • S3Queue table engine
    • AzureQueue table engine
    • New query analyzer
    • Improved JOIN performance
    • Data types: JSON, Variant, Dynamic
    • Refreshable materialized view
    • New generateSerialID function

    For all the introduced changes, see relevant sections of the ClickHouse changelog (24.9, 24.10, 24.11, 24.12, 25.1, 25.2, 25.3).

  • Dec 12, 2025

    Aiven for Apache Kafka® upgraded to 4.1

    Aiven for Apache Kafka® has been upgraded to version 4.1.1. This update includes various improvements and bug fixes, enhancing the overall performance, security, and reliability of your clusters.

    For details, see Apache Kafka® 4.1.0 and 4.1.1 release notes:
    - Kafka 4.1.0 release notes
    - Kafka 4.1.1 release notes

  • Dec 12, 2025

    Enforce allowed URLs for SASL OAUTHBEARER authentication

    Aiven for Apache Kafka now enforces an allowed list of URLs for SASL OAUTHBEARER authentication to address CVE-2025-27817.

    By default, the value from sasl_oauthbearer_jwks_endpoint_url is added automatically to the allowed list. You can explicitly allow additional URLs by setting sasl_oauthbearer_allowed_urls.

    URLs that are not included in either sasl_oauthbearer_allowed_urls or sasl_oauthbearer_jwks_endpoint_url are now blocked for SASL OAUTHBEARER authentication.

    Although Apache Kafka Connect and Apache Kafka MirrorMaker 2 do not officially support SASL OAUTHBEARER, this change prevents unsupported configurations from bypassing security controls.

    For more information, see:

  • Dec 11, 2025

    • New
    • Aiven Terraform provider

    Aiven Provider for Terraform version 4.48.0 now available

    This version of the Aiven Terraform Provider adds write-only password support to service user resources, including aiven_kafka_user, aiven_mysql_user, aiven_opensearch_user, aiven_pg_user, and aiven_valkey_user. You can now manage passwords for these service users securely without storing them in your state file by using the new password_wo and password_wo_version fields.

    Additionally, a new aiven_organization_user_group_member_list data source has been added. It lists all members of a specific user group, making group and permission management easier.

    This release also includes regular updates to service configurations, integrations, and endpoints. For more details on fixes and updates, view the complete Aiven Provider for Terraform changelog.

  • Dec 10, 2025

    Aiven for Apache Kafka Free Tier now available

    Aiven for Apache Kafka Free Tier now available

    A free tier is now available for Aiven for Apache Kafka. No credit card is required.
    Use it for learning, prototyping, small-scale development, and workloads that fit within the free tier limits.

    Key features

    • Managed Kafka cluster with Karapace Schema Registry and REST Proxy
    • Throughput limits of up to 125 KiB/s for produce traffic and 125 KiB/s for consume traffic
    • Up to 5 topics, each with two partitions
    • Sample data generation and basic monitoring
    • One free Kafka service per organization

    Limitations

    • Free tier services are automatically powered off during extended periods of inactivity and can be reactivated at any time.
    • Kafka Connect, MirrorMaker 2, service integrations, and tiered storage are not available.
    • Data retention is fixed, and no SLA coverage is included.

    You can upgrade to a paid plan at any time to remove limits and enable additional features. To learn more, see the Kafka free tier documentation.

  • Dec 5, 2025

    • New
    • Aiven for Valkey™

    Aiven for Valkey™ clustering: out now in limited availability

    We are excited to announce the launch of Aiven for Valkey™ clustering in limited availability. This managed solution provides scalable, distributed in-memory data storage with built-in high availability.

    Aiven for Valkey clustering automatically partitions your data across multiple nodes (shards), enabling you to handle larger datasets and higher traffic loads than a single-node deployment.

    Key benefits:

    • High availability: Automatic failover, minimal downtime, and replica promotion to maintain service continuity during unexpected failures or maintenance.
    • Scalability & performance: Distribute read and write operations across multiple shards for significantly higher throughput, lower latency, and better load distribution.
    • Compatibility: Fully compatible with existing Valkey cluster-aware client libraries for seamless integration with current applications.
    • Flexible sizing: Supports various instance sizes, including smaller 4 GB RAM instances, allowing for better cost optimization.

    Learn more in the Aiven for Valkey™ clustering documentation.

  • Dec 5, 2025

    Aiven for PostgreSQL® reads failover to primary

    Aiven for PostgreSQL® now supports automatic failover for read-only workloads. When all standby nodes are unavailable, read traffic routed to the HA replica DNS endpoint is automatically redirected to the healthy primary node, ensuring uninterrupted access and minimizing downtime.

    Key highlights:

    • Seamless failover for read-only queries when standbys are unavailable
    • No application-side routing changes required
    • Single, stable connection endpoint for read traffic
    • Easy enable/disable via Console, CLI, API, Terraform, or Kubernetes

    This is a limited availability feature. To learn more, see the feature documentation.

  • Dec 4, 2025

    Support public CA for SASL authentication in Aiven for Apache Kafka

    You can now configure Aiven for Apache Kafka to use a public certificate authority (Let’s Encrypt) for SASL authentication instead of a project-specific CA. This eliminates the need for clients to install and manage certificates when authenticating with username and password.

    When you enable this option, the connection details display the appropriate SASL port for your access route. Public CA support is available for all connection types, including PrivateLink.

    To enable Public CA, use the Aiven Console, Aiven CLI, API, or Terraform. For more information, see Enable public CA for SASL authentication.