Product updates
Get the latest updates on features, fixes and improvements.
966 results
Sep 4, 2026
ImprovedAiven for Apache Kafka® ConnectBigQuery sink connector updated to version 2.15.0
Aiven for Apache Kafka® Connect now supports version 2.15.0 of the BigQuery sink connector. This version improves connector reliability:
- Automatically retries
404 Not found: Dataseterrors during streaming inserts. - Automatically retries
400 jobBackendErrorerrors during merge queries.
For configuration instructions, see Create a sink connector from Apache Kafka® to Google BigQuery. For the complete release history, see BigQuery connector releases.
- Automatically retries
Sep 4, 2026
NewOracle CloudOCI region ap-singapore-2 now on Aiven
Oracle Cloud Infrastructure (OCI) region
ap-singapore-2(Singapore West) is now supported on the Aiven Platform.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.
See the documentation for all cloud providers and regions supported on the Aiven Platform.
Sep 3, 2026
NewAiven for Apache Kafka®OAuth 2.0/OIDC authentication for Karapace Schema Registry
You can now use OAuth 2.0/OpenID Connect (OIDC) bearer tokens to authenticate requests to Karapace Schema Registry on Aiven for Apache Kafka®. Schema Registry validates JSON Web Tokens (JWTs) using the same OIDC provider settings as Apache Kafka.
You can also enable role-based authorization to control Schema Registry operations based on roles in the JWT. Enabling JWT authentication does not disable basic authentication, so you can migrate clients gradually and disable basic authentication after the migration is complete.
Requires Karapace 6.2.1 or later. Configure authentication and authorization in the Aiven Console or with the Aiven CLI.
For more information, see Enable OAuth 2.0/OIDC authentication for Aiven for Apache Kafka® Schema Registry.
Sep 3, 2026
NewAiven for ClickHouse®Aiven for ClickHouse® 26.3 is generally available
Aiven for ClickHouse® 26.3, a long-term support (LTS) release, is now generally available. You can select version 26.3 when you create a service or upgrade an existing service from version 25.8.
Version 25.8 remains the default for new services, and existing services are not upgraded automatically. If your service runs version 25.3, upgrade to version 25.8 before upgrading to version 26.3. Direct upgrades from version 25.3 to 26.3 and downgrades are not supported.
Before upgrading, review the compatibility changes, removed features, and changed defaults. Test the upgrade on a fork of your service.
For more information, see Upgrade to Aiven for ClickHouse 26.3 and Manage versions in Aiven for ClickHouse.
Sep 2, 2026
NewMicrosoft AzureBYOCBring your own cloud (BYOC) for Microsoft Azure
Aiven now supports Microsoft Azure as a self-service cloud provider for bring your own cloud (BYOC). You can create custom clouds on AWS, Google Cloud, and Microsoft Azure through the Aiven Console or with the Aiven CLI. Azure supports two deployment models: private, with a bastion host proxying traffic to privately addressed workload nodes, and public, with service VMs directly accessible from the internet.
To get started, you need an Azure subscription and a user or service principal with the required subscription permissions. As a one-time step per tenant, you install Aiven's pre-registered enterprise application on your Microsoft Entra tenant. The setup generates a Terraform template that you deploy to your Azure subscription. The template creates role assignments granting the Aiven enterprise application access to your subscription, a resource group, custom role definitions, and storage accounts. For the private model, it also creates two virtual networks (bastion and workload VNets), VNet peering, network security groups, and NAT gateways. For the public model, it creates a single workload VNet with a network security group.
For more information, see Create a Microsoft Azure-integrated custom cloud.
Sep 1, 2026
NewAiven for DataHubAiven for DataHub upgraded to version 1.7
This version includes improvements to the DataHub UI, new connectors, updates to search, and connector improvements.
There are 7 new ingestion sources, including Cube, AWS Kinesis, Open Data Contract Standard, SAP Datasphere and Document DB platform. The UI has a new metrics home and sidebar experience, and first-class
metricandsemanticModelentities with dedicated pages. It’s also now possible to create, link, unlink, delete, and edit the columns of logical models in the UI.You can upgrade your DataHub services any time in the Aiven Console.
Full details on the improvements and breaking changes are available in the DataHub release notes.
Sep 1, 2026
SecurityAiven APISecrets redacted in API responses
Aiven is moving to a consistent secret redaction policy across all its APIs. Starting 1 March 2027, service user passwords, service
user_configfields, and integration endpoint secrets in API responses will be redacted by default.This change ensures a more secure and consistent platform experience for all users. The following endpoints are impacted by this change. Their responses redact secrets by default:
GET /project/{project}/service/{service_name}/user/{service_username}GET /project/{project}/service/{service_name}GET /project/{project}/servicePOST /project/{project}/servicePUT /project/{project}/service/{service_name}PUT /project/{project}/service/{service_name}/user/{service_username}/credentials/resetPUT /project/{project}/service/{service_name}/user/{service_username}PATCH /project/{project}/service/{service_name}/service_typeGET /project/{project}/integration_endpoint/{integration_endpoint_id}GET /project/{project}/integration_endpointPOST /project/{project}/integration_endpointPUT /project/{project}/integration_endpoint/{integration_endpoint_id}
The following
GETendpoints can return secrets in plaintext when you include theinclude_secrets=truequery parameter:GET /project/{project}/service/{service_name}/user/{service_username}GET /project/{project}/service/{service_name}GET /project/{project}/serviceGET /project/{project}/integration_endpoint/{integration_endpoint_id}
The listed write endpoints redact secrets, except
POST /project/{project}/service/{service_name}/user, which returns newly generated credentials in plaintext.What you need to do
If you have integrations that require access to secrets, use the
include_secrets=truequery parameter to return secrets in plaintext. OnlyGETendpoints can reveal secrets. The caller must have the required permissions:- Service user passwords:
admin,operator,developer,service:secrets:read, orservice:users:write. - Service
user_configsecrets:admin,operator, orservice:secrets:read. - Integration endpoint secrets:
adminorproject:integrations:write.
The organization-level role
role:organization:adminalsogrants some of these permissions. See the permissions documentation for details.More information is available in the documentation for API secret redaction and the Aiven API.
Sep 1, 2026
ImprovedAiven MCPRestrict MCP connections to read-only operations
Organization admins can now restrict all MCP connections in their organization to read-only operations. MCP clients such as Cursor and Claude Code can view services and other resources, but cannot create, modify, or delete them.
The restriction applies to all MCP connections in the organization. Users cannot override it in their client configuration.
To restrict MCP connections to read-only operations, go to Admin > Security > Authentication and select Restrict MCP connections to read-only operations.
For more information, see Aiven MCP and Set authentication policies for organization users.Aug 28, 2026
ImprovedAiven for Apache Kafka® ConnectOpenSearch® sink connector for Aiven for Apache Kafka® Connect upgraded to version 3.2.0
The OpenSearch® sink connector has been upgraded to version 3.2.0. You can now configure the connector to write directly to an existing OpenSearch index, index alias, or data stream instead of creating a new index for each Kafka topic.
For setup instructions, see Create an OpenSearch sink connector. For more information about the release, see the connector release notes.