Product updates
Get the latest updates on features, fixes and improvements.
907 results
May 6, 2026
NewAiven for Apache Kafka® ConnectAMQP source connector for Apache Kafka Connect®
Aiven for Apache Kafka Connect® now supports the AMQP source connector.
The AMQP source connector reads messages from AMQP-compatible queues, such as RabbitMQ, and writes them to Apache Kafka® topics. Each source message is serialized as JSON and written as a Kafka record with a generated ULID key.
Key considerations:
- Supports AMQP queues only.
key.convertermust useStringConverter.value.convertermust useStringConverterorJsonConverter.- For single-queue deployments,
tasks.max=1is recommended unless multiple consumers are intentionally configured. - Messages available while the connector is offline can be missed.
For configuration and usage details, see the AMQP source connector documentation.
May 6, 2026
ImprovedAiven for Valkey™Aiven for Valkey™: Version 9 is now the default for new services
We are excited to announce that Valkey 9 is now the default version for all new Aiven for Valkey™ services.
What this means for you:
- New services: When creating a new Aiven for Valkey™ service, the platform will now automatically select version 9 as the default.
- Existing services: Your currently running services on version 8.1 remain unaffected and will continue to operate normally.
See our documentation for the Aiven for Valkey service version lifecycle.
May 6, 2026
NewOracle CloudMore OCI cloud regions supported on Aiven
The Aiven Platform now supports the following Oracle Cloud Infrastructure (OCI) regions:
ap-melbourne-1: Australia, Melbourneeu-milan-1: Italy, Milaneu-turin-1: Italy, Turinme-jeddah-1: Saudi Arabia, Jeddahme-riyadh-1: Saudi Arabia, Riyadh
The OCI regions support is a limited availability feature. For more information or access, contact your account team.
See all the supported OCI regions or all cloud providers and regions supported on the Aiven Platform.
May 5, 2026
ImprovedAiven APIProject API endpoints are deprecated
The following project API endpoints are deprecated:
GET /v1/project: UseGET /v1/organization/{organization_id}/projectsinstead.DELETE /v1/project/{project}: UseDELETE /v1/organization/{organization_id}/project/{project_id}instead.GET /v1/project/{project}: UseGET /v1/organization/{organization_id}/project/{project_id}instead.PUT /v1/project/{project}: UsePATCH /v1/organization/{organization_id}/project/{project_id}instead. The replacement is aPATCHendpoint, which changes this from full replace to partial update.GET /v1/account/{account_id}/projects: UseGET /v1/organization/{organization_id}/projectsinstead.
If you previously relied on a single global listing call using
GET /v1/project, you now need to iterate organizations and call the organization-scoped listing endpoint per organization.For more information, see the Aiven API documentation.
Apr 30, 2026
NewAiven for OpenSearch®Learning to Rank now available for Aiven for OpenSearch®
The Learning to Rank (LTR) plugin is now available for Aiven for OpenSearch®. Use your own click and user engagement data to train ranking models, deploy them to your cluster, and re-rank search results for greater relevance. You can combine LTR with BM25, vector, or hybrid search to power higher-quality application, ecommerce, and enterprise search experiences and improve click-through and conversion.
LTR is available for Aiven for OpenSearch® 2.19+ and 3.3+.
Apr 30, 2026
NewAiven for PostgreSQL®TimescaleDB 2.26.4 for Aiven for PostgreSQL® released
TimescaleDB extension version 2.26.4 is now available for Aiven for PostgreSQL®. This release introduces performance improvements and bug fixes. Upgrade to 2.26.4 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.
Apr 30, 2026
NewAiven for DragonflyAiven for Dragonfly upgraded to version 1.34.2
We are pleased to announce that Aiven for Dragonfly has been upgraded to version 1.34.2.
What this means for you:
- New services: All new Aiven for Dragonfly services provisioned moving forward will automatically run on version 1.34.2.
- Existing services: Existing instances will be scheduled for a rolling upgrade as part of our standard maintenance cycle.
For a full list of changes included in Dragonfly releases, refer to the official Dragonfly release notes.
Apr 28, 2026
NewAiven for Apache Kafka®Aiven for Apache Kafka Developer tier now available
Aiven for Apache Kafka® now offers Developer tier for Classic Kafka services: a paid service tier between Free and Professional, with higher throughput, more topics, longer retention, and service integrations. Use it for development, testing, and production workloads that do not yet require Professional tier scale.
Key features
- Managed Kafka service with Schema Registry and REST Proxy
- Higher throughput than the Free tier
- Configurable message retention from 1 to 7 days
- Optional Kafka Connect add-on
- Integrations and monitoring
Pricing
- Starts at $29 USD/month
- Kafka Connect add-on starts at $20 USD/month
- Extending retention beyond the default increases the monthly cost
Limitations
- Intended for development and test workloads, not production
- Resource and usage limits apply
- Some advanced features are available only on the Professional tier
Upgrade to a Professional tier plan to remove limits and enable production features.
For more information, see the Aiven for Apache Kafka Developer tier documentation.
Apr 28, 2026
ImprovedAiven for ClickHouse®Default ClickHouse version for new services changes to 25.8
Starting May 5, 2026, the default Aiven for ClickHouse version is 25.8. New services created without a specified version use 25.8. Existing ClickHouse services running version 25.3 are not upgraded automatically.
To avoid unintended version changes, explicitly specify the ClickHouse version in your infrastructure-as-code (IaC) configuration.
To upgrade an existing ClickHouse 25.3 service, refer to the ClickHouse version management documentation.