Product updates

Get the latest updates on features, fixes and improvements.

748 results

  • Feb 6, 2025

    New

    Oracle Cloud

    New OCI regions supported on the Aiven Platform

    The Aiven Platform now supports the following Oracle Cloud Infrastructure (OCI) Asia-Pacific regions:

    • ap-osaka-1: Japan Central: Osaka
    • ap-seoul-1: South Korea Central: Seoul
    • ap-singapore-1: Singapore: Singapore
    • ap-tokyo-1: Japan East: Tokyo

    See all the supported OCI regions in the documentation.

    The OCI regions support is a limited availability feature. For more information or access, contact your account team.

  • Jan 31, 2025

    Improved

    Aiven for Valkey™

    Aiven for Valkey™ version 8.0

    Aiven for Valkey version 8.0 is now available on the Aiven Platform. It introduces multiple improvements on top of version 7.2. If you upgrade from Aiven for Caching to Aiven for Valkey, your service will run on version 8.0 after the upgrade.

    Highlights

    • Performance improvements
      • Asynchronous I/O Threading: Enables parallel processing of commands and I/O operations, maximizing throughput and minimizing bottlenecks.
      • Intelligent Core Utilization: Distributes I/O tasks across multiple cores based on realtime usage, reducing idle time and improving energy efficiency.
      • Command Batching: Optimizes memory access patterns by prefetching frequently accessed data to minimize CPU cache misses, reducing memory accesses required for dictionary operations.
    • Efficiency improvements
      • Reduction of the memory overhead of keys, allowing you to store more data without any application changes: Keys are now embedded in the main dictionary, eliminating separate key pointers and significantly reducing memory overhead. This results in a 9-10% reduction in overall memory usage for scenarios with 16-byte keys and 8 or 16-byte values, along with performance improvements.
      • Improved Pub/Sub Efficiency: Lightweight cluster messages streamline communication and reduce overhead for faster, more efficient Pub/Sub operations.
    • Replication improvements
      • Reduced Memory Load: By streaming replication data to the replica during the full sync, the primary node experiences significantly less memory pressure. The replica now manages the Client Output Buffer (COB) tracking, reducing the likelihood of COB overruns and enabling larger COB sizes on the replica side.
      • Reduced Parent Process Load: A dedicated connection for RDB transfer frees the primary's parent process from handling this data, allowing it to focus on client queries and improving overall responsiveness.

    See the release notes for more details.

  • Jan 29, 2025

    New

    Aiven for Apache Kafka® Connect

    Multi-version support for Apache Kafka Connect connectors

    Aiven for Apache Kafka Connect® now supports managing connector versions, enabling you to pin specific versions, test upgrades, and prevent compatibility issues caused by automatic updates. Multi-version support is available for dedicated Kafka Connect services. If you pin a deprecated version, the system sends a notification recommending an upgrade to a supported version for optimal performance and stability.

    Currently, only a limited set of plugins and versions is supported. You can manage connector versions using the Aiven API, Aiven CLI, and Terraform. Support for the Aiven Console will be available soon.

    For more information, see Manage connector versions.

  • Jan 14, 2025

    New

    Aiven Terraform provider

    Aiven Provider for Terraform version 4.32.0 now available

    This version supports quotas in Aiven for Apache Kafka® services with the new aiven_kafka_quota resource, enabling better management and control of Kafka resource usage through Terraform. Quotas ensure fair resource allocation, stability, and efficiency in your Kafka clusters.

    The following fields have also been added to the aiven_opensearch resource and data source in this release:

    • opensearch_user_config.opensearch.cluster_routing_allocation_balance_prefer_primary: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes.
    • opensearch_user_config.opensearch.segrep: When set to true, it enables segment replication backpressure, a shard-level rejection mechanism that dynamically rejects indexing requests as replica shards in your cluster fall behind primary shards.

    For more details on fixes and updates, view the complete Aiven Provider for Terraform changelog.

  • Jan 9, 2025

    AI-powered performance insights for Aiven for MySQL

    Aiven's AI Insights feature for Aiven for MySQL® monitors database performance to identify slow queries.

    It delivers actionable insights and optimization recommendations, including query rewrites, index creation or removal suggestions, and more—helping you maintain peak database performance.

    Learn more in our documentation.

  • Jan 8, 2025

    Improved

    Aiven for ClickHouse®

    Local cache for remote files in Aiven for ClickHouse® tiered storage

    Aiven for ClickHouse's tiered storage now features local on-disk cache for remote files. The cache allows to avoid repeated remote fetches, which helps improve query performance and reduce latency.
    Learn more about Aiven for ClickHouse tiered storage’s local cache for remote files in the documentation.

  • Jan 7, 2025

    New

    Aiven API

    Aiven Console

    Aiven Terraform provider

    New granular roles and permissions

    Aiven has launched new roles and permissions that let you give users only the access they need for your organization’s resources, boosting security and efficiency.

    Key highlights of this feature are:

    • Roles and permissions at different levels: Grant access at the organization, unit and project level.
    • Tailored access rules: Assign permissions to individual users or groups, ensuring users only have access they need to do their jobs.
    • Streamlined workflows: There’s a single Aiven API and Aiven Terraform Provider resource to grant roles and permissions following the resource, principal, and action methodology.

    Learn more about the new roles and permissions and get started by granting access to your organization, units, or projects.

  • Dec 18, 2024

    New

    Aiven Terraform provider

    Aiven Provider for Terraform version 4.31.0 now available

    This version includes support for Aiven for AlloyDB, cross-project service integrations, PostgreSQL 17 and Flink 1.20.

    Three new beta Aiven for AlloyDB Omni resources and data sources were added: aiven_alloydbomni, aiven_alloydbomni_database, and aiven_alloydbomni_user. Aiven for AlloyDB Omni is a high-performance PostgreSQL-compatible database featuring a columnar engine and built-in AI capabilities.

    In addition, the aiven_service_integration resource now supports setting source and destination projects, enabling the creation of integrations between services in different projects.

    For more details on fixes and updates, view the complete Aiven Provider for Terraform changelog.

  • Dec 16, 2024

    Improved

    Aiven for ClickHouse®

    Aiven for ClickHouse® query cache

    You can now enable query cache for your Aiven for ClickHouse® queries. Caching query results can help reduce latency and resource consumption as well as improving query performance.
    Learn more about Aiven for ClickHouse query cache in the documentation.