Product updates

Get the latest updates on features, fixes and improvements.

896 results

  • Apr 23, 2026

      Improved
      Aiven API

    Project-based user and invitation management API endpoints are deprecated

    Project-level invitations and membership management have been deprecated. The organization APIs are now used to invite users to an organization, and the permissions endpoint lets you give users access to projects. As part of this change, the following project-based API endpoints are deprecated and replaced with organization-based equivalents:

    • POST /v1/project/{project}/invite: Use POST /v1/organization/{organization_id}/invitation instead
    • POST /v1/project/{project}/invite/{invite_verification_code}: Use POST /v1/organization/{organization_id}/invitation/weblink/{invite_verification_code} instead
    • GET /v1/project/{project}/users: Use GET /v1/organization/{organization_id}/permissions/project/{project_id} instead
    • PUT /v1/project/{project}/user/{user_email}: Use PATCH /v1/organization/{organization_id}/permissions/project/{project_id} instead
    • DELETE /v1/project/{project}/user/{user_email}: Use PATCH /v1/organization/{organization_id}/permissions/project/{project_id} instead

    For more information, see the Aiven API documentation.

  • Apr 22, 2026

      Improved
      Aiven for Apache Kafka®

    KRaft migration support expanded to all service plans

    The ZooKeeper to KRaft migration for Apache Kafka® 3.8 to 3.9 upgrades now supports all Aiven for Apache Kafka service plans. Services on Startup-2 plans can upgrade to Startup-4 or higher as part of the same maintenance window to complete the migration.


    For complete migration details and requirements, see the documentation for KRaft in Aiven for Apache Kafka.

  • Apr 21, 2026

      Improved
      Aiven for Apache Kafka®

    Apache Kafka 4.1 set as default version

    Aiven for Apache Kafka® now uses version 4.1 as the default for new services, replacing version 3.9. This change ensures that new deployments use the latest improvements in performance, security, and reliability. Existing services are not affected.

    For details, see:

  • Apr 20, 2026

      New
      Aiven for ClickHouse®

    Configurable vector search index cache ratio now available for Aiven for ClickHouse®

    You can now tune the vector_similarity_index_cache_size setting for Aiven for ClickHouse services running version 25.8 and later.

    This setting controls how ClickHouse's SLRU cache splits between protected and probationary segments for HNSW vector similarity indexes. The Aiven default is `0.1`. Changing this setting doesn't require a service restart.

  • Apr 15, 2026

      New
      Aiven for Apache Kafka®

    Aiven Cloud Inkless deployments now supported on Azure

    You can now create Inkless Aiven for Apache Kafka® services on Aiven Cloud using Azure, in addition to Amazon Web Services (AWS) and Google Cloud.

    Limitation: Classic Kafka services cannot be upgraded to Inkless at this time.

    For more information, see the Inkless documentation.

  • Apr 10, 2026

      New
      Aiven for Apache Kafka® Connect

    Salesforce source connector for Aiven for Apache Kafka Connect® (early availability)

    The Salesforce source connector is available for Aiven for Apache Kafka® Connect. It retrieves data from Salesforce using SOQL queries and writes it to Apache Kafka® topics using Salesforce Bulk API 2.0. The connector runs on a polling schedule and tracks progress using the LastModifiedDate field.

    Supported functionality

    • Retrieve data in batches using incremental sync with LastModifiedDate
    • Run multiple SOQL queries
    • Route records to topics using topic.prefix (per object) or topic (single topic)

    Limitations

    • Single task only (tasks.max=1)
    • Polling-based ingestion; no real-time streaming
    • At-least-once delivery; duplicate records can occur

    For configuration and usage details, see the Salesforce source connector documentation.

  • Apr 9, 2026

      New
      Microsoft Azure

    New Azure regions now available: Mexico Central and Indonesia Central

    The Aiven Platform now supports two additional Microsoft Azure regions:

    • azure-mexico-central — North America, Mexico: Mexico Central
    • azure-indonesia-central — Asia, Indonesia: Central Indonesia

    These new regions enable you to create Aiven-managed services closer to your users in Mexico and Indonesia for improved latency and compliance.

    For the complete list of available cloud regions, see the list of clouds documentation.

  • Apr 8, 2026

      New
      Aiven Console
      Aiven Apps

    Announcing Aiven Apps in limited availability

    You can now deploy and run containerized applications directly within your existing Aiven project infrastructure. Aiven Apps lets you host your apps where your data is, reducing complexity, latency, and egress costs. Deploy apps directly from your Git repositories using familiar tools to decrease time-to-production. Aiven automatically handles the underlying networking and container orchestration, enabling developers to focus on application logic rather than DevOps overhead.

    It's ideal for filtering data streams in real time, building anomaly detection, creating admin dashboards, running LLMs and AI agents securely, or shipping other internal tools in a secure and scalable way.

    Aiven Apps is currently in limited availability. To request access, contact Aiven. For more information, see the Aiven Apps documentation.

  • Apr 2, 2026

      New
      Aiven for OpenSearch®

    Dedicated node roles for Aiven for OpenSearch® (limited availability)

    Aiven for OpenSearch® now supports dedicated node roles for clusters running version 2 and later. You can separate cluster management from data operations across distinct node groups, reducing resource contention and improving stability, scalability, and query performance. For details, see Dedicated node roles in Aiven for OpenSearch®.

    This feature is in limited availability.