Product updates
Get the latest updates on features, fixes and improvements.
852 results
Jan 12, 2026
- New
- Aiven for Apache Kafka® Connect
Oracle Debezium source connector available (Early availability)
The Oracle Debezium source connector is available for Aiven for Apache Kafka® Connect as an Early availability feature. The connector streams change data from Oracle databases to Apache Kafka using Debezium and Oracle LogMiner.
Supported functionality:
- Change data capture (CDC) for Oracle tables using LogMiner.
- Row-level inserts, updates, and deletes.
- Integration with Schema Registry and Avro serialization.
Limitations:
- Large initial snapshots are not supported. The connector streams ongoing changes only.
- Exactly-once delivery is not supported.
To learn how to configure and use the connector, see the Oracle Debezium source connector documentation.
Jan 8, 2026
- New
- Aiven Terraform provider
Aiven Provider for Terraform version 4.49.0 now available
This version of the Aiven Terraform Provider introduces a new
aiven_service_listdata source that lets you list all services in a project, making service discovery and management easier.
Other notable improvements in this release:- Enhanced Kafka topic handling with retry logic for 404 errors from the
KafkaTopicListV2endpoint - Added
mysql_user_config.migration.reestablish_replicationfield for Aiven for MySQL services to skip dump-restore and start replication directly - Improved error handling for resources that weren't properly removing from state when deleted externally
Additionally, the
termination_protectionfield foraiven_mysql_databasehas been deprecated in favor of using Terraform's built-inprevent_destroylifecycle rule.
For more details on all changes and fixes, view the complete Aiven Provider for Terraform changelog.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
- For complete information on Valkey JSON commands and usage examples, visit the Valkey™ JSON documentation.
- For information on Aiven for Valkey, visit:
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
S3Queuetable engineAzureQueuetable engine- New query analyzer
- Improved
JOINperformance - Data types:
JSON,Variant,Dynamic - Refreshable materialized view
- New
generateSerialIDfunction
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
- Improved
- Aiven for Apache Kafka®
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 notesDec 12, 2025
- Security
- Aiven for Apache Kafka®
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_urlis added automatically to the allowed list. You can explicitly allow additional URLs by settingsasl_oauthbearer_allowed_urls.URLs that are not included in either
sasl_oauthbearer_allowed_urlsorsasl_oauthbearer_jwks_endpoint_urlare 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:sasl_oauthbearer_allowed_urlsconfiguration reference: Advanced parameters for Aiven for Apache Kafka®- CVE-2025-27817: NVD - CVE-2025-27817
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, andaiven_valkey_user. You can now manage passwords for these service users securely without storing them in your state file by using the newpassword_woandpassword_wo_versionfields.Additionally, a new
aiven_organization_user_group_member_listdata 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.