<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Aiven Changelog</title>
        <link>https://aiven.io/changelog</link>
        <description>Leverage the complete open source ecosystem of extensions and tools to create highly-performant data pipelines for event-driven applications on all major clouds.</description>
        <lastBuildDate>Sun, 07 Jun 2026 04:53:13 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>Aiven RSS</generator>
        <copyright>All rights reserved 2026, Aiven</copyright>
        <item>
            <title><![CDATA[Valkey™ Bloom module now available on Aiven for Valkey]]></title>
            <link>https://aiven.io/changelog/ffa7a79d-cb5e-420f-966e-2d7935adebcb</link>
            <guid isPermaLink="false">ffa7a79d-cb5e-420f-966e-2d7935adebcb</guid>
            <pubDate>Fri, 05 Jun 2026 11:48:00 GMT</pubDate>
            <description><![CDATA[<p><strong>What&#x27;s new</strong></p><p>The Valkey Bloom module is now available on Aiven for Valkey services running Valkey 9 and later. It adds a probabilistic Bloom filter data type that lets you test set membership using very little memory. A Bloom filter can tell you that an element is <em>possibly in a set</em> or <em>definitely not in a set</em>, which makes it well suited to high-traffic use cases such as preventing cache penetration, deduplicating streams, and filtering out known items.</p><p><strong>Key features</strong></p><ul><li><strong>Space-efficient membership tests</strong>: Check whether an element is likely present or definitely absent using a fraction of the memory needed to store the elements themselves.</li><li><strong>Auto-scaling filters</strong>: Filters expand automatically as you add elements, preserving the configured false positive rate.</li><li><strong>Configurable accuracy</strong>: Set a custom capacity and false positive rate per filter.</li><li><strong>Persistence</strong>: Bloom filters are saved and restored together with the rest of your Valkey data.</li></ul><p><strong>Configuration</strong></p><p>Valkey Bloom is enabled by default on all Aiven for Valkey services running Valkey 9 and later. No configuration is required, and the module cannot be disabled.</p><p>The following <code>BF.*</code> commands are available immediately: <code>BF.ADD</code>, <code>BF.EXISTS</code>, <code>BF.MADD</code>, <code>BF.MEXISTS</code>, <code>BF.RESERVE</code>, <code>BF.INSERT</code>, <code>BF.CARD</code>, and <code>BF.INFO</code>.</p><p><strong>Getting started</strong></p><ul><li><strong>For existing services</strong>: Apply the available maintenance update to activate Valkey Bloom, then start creating filters with <code>BF.RESERVE</code> and checking membership with <code>BF.ADD</code> and <code>BF.EXISTS</code>.</li><li><strong>For new services</strong>: Valkey Bloom is enabled automatically when you create a new Aiven for Valkey service running Valkey 9 or later.</li></ul><p><strong>Learn more</strong></p><ul><li><a href="https://aiven.io/docs/products/valkey/reference/valkey-modules">Aiven for Valkey modules reference</a> — Aiven-specific configuration and supported commands</li><li><a href="https://valkey.io/topics/bloomfilters/">Valkey Bloom documentation</a> — Open-source Valkey Bloom docs, including commands, scaling behavior, configuration options, and memory management</li></ul>]]></description>
            <category>Valkey™</category>
        </item>
        <item>
            <title><![CDATA[Valkey™ Search module now available on Aiven for Valkey]]></title>
            <link>https://aiven.io/changelog/12907592-44cf-4063-b9c8-98c5576b2ca5</link>
            <guid isPermaLink="false">12907592-44cf-4063-b9c8-98c5576b2ca5</guid>
            <pubDate>Fri, 05 Jun 2026 09:45:00 GMT</pubDate>
            <description><![CDATA[<p><strong>What&#x27;s new</strong></p><p>The Valkey Search module is now available for all Aiven for Valkey services. It extends Valkey with a high-performance search engine that supports vector search, full-text search, and hybrid queries over data stored in Valkey Hash and Valkey JSON.</p><p><strong>Key features</strong></p><ul><li><strong>Vector search</strong>: Run Approximate Nearest Neighbor (HNSW) or exact K-Nearest Neighbor (KNN) searches with low latency.</li><li><strong>Hybrid search</strong>: Combine vector queries with numeric, tag, and full-text filters in a single query.</li><li><strong>Flexible indexing</strong>: Create indexes over Valkey Hash and Valkey JSON data types.</li><li><strong>Cluster support</strong>: Fully supported on Aiven for Valkey cluster plans.</li></ul><p><strong>Configuration</strong></p><p>Valkey Search is enabled by default on all Aiven for Valkey services. No configuration is required, and the module cannot be disabled.</p><p>The following <code>FT.*</code> commands are available immediately: <code>FT.CREATE</code>, <code>FT.SEARCH</code>, <code>FT.AGGREGATE</code>, <code>FT.DROPINDEX</code>, <code>FT.INFO</code>, and <code>FT._LIST</code>.</p><p><strong>Getting started</strong></p><ul><li><strong>For existing services</strong>: Apply the available maintenance update to activate Valkey Search, then start creating indexes with <code>FT.CREATE</code> and querying them with <code>FT.SEARCH</code>.</li><li><strong>For new services</strong>: Valkey Search is enabled automatically when you create a new Aiven for Valkey service.</li></ul><p><strong>Learn more</strong></p><ul><li><a href="https://aiven.io/docs/products/valkey/reference/valkey-modules">Aiven for Valkey modules reference</a> — Aiven-specific configuration and supported commands</li><li><a href="https://valkey.io/topics/search/">Valkey Search documentation</a> — Open-source Valkey Search docs, including query syntax, expressions, data formats, and monitoring</li></ul>]]></description>
            <category>Valkey™</category>
        </item>
        <item>
            <title><![CDATA[New granular permissions for billing]]></title>
            <link>https://aiven.io/changelog/cd6376df-a566-4920-87ca-1257c1cdccef</link>
            <guid isPermaLink="false">cd6376df-a566-4920-87ca-1257c1cdccef</guid>
            <pubDate>Wed, 03 Jun 2026 13:43:00 GMT</pubDate>
            <description><![CDATA[<p>Two new organization-level permissions have been added for the billing pages in Console, <code>organization:billing:read</code> and <code>organization:billing:write</code>. Previously, users who needed access to edit billing groups or view invoices needed to have organization admin privileges. With the new billing permissions, you can limit access based on actual need.</p><p>The <code>organization:billing:write </code>permission lets users manage billing information and payment methods. For users who only need to view payment details and invoices, the <code>organization:billing:read</code> permission grants read-only access.</p><p>More information on permissions is available <a href="https://aiven.io/docs/platform/concepts/permissions">in the documentation</a>.</p>]]></description>
            <category>Aiven Console</category>
            <category>Aiven Terraform provider</category>
            <category>Aiven API</category>
        </item>
        <item>
            <title><![CDATA[Apache Arrow Flight support (early availability)]]></title>
            <link>https://aiven.io/changelog/bcafcb0a-887c-41cc-8728-96e1f566850a</link>
            <guid isPermaLink="false">bcafcb0a-887c-41cc-8728-96e1f566850a</guid>
            <pubDate>Fri, 29 May 2026 12:05:05 GMT</pubDate>
            <description><![CDATA[<p>Aiven for ClickHouse® now supports Apache Arrow Flight for new services running ClickHouse 25.8 LTS. Use Arrow Flight to transfer large analytical datasets faster between ClickHouse and Arrow-native tools.</p><p>Arrow Flight connection details are not yet available in the Aiven Console. To get the connection details, use the <a href="https://api.aiven.io/doc/">Aiven API</a>, <a href="https://docs.aiven.io/docs/tools/cli">Aiven CLI</a>, or <a href="https://docs.aiven.io/docs/tools/mcp">Aiven MCP server</a>.<br/><br/>For more information, see <a href="https://aiven.io/docs/products/clickhouse/reference/supported-interfaces-drivers">Supported interfaces and drivers</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[OpenSearch® Developer tier for prototyping and dev/staging]]></title>
            <link>https://aiven.io/changelog/79b51369-6dd0-419e-b5e3-f322b5bb4e1e</link>
            <guid isPermaLink="false">79b51369-6dd0-419e-b5e3-f322b5bb4e1e</guid>
            <pubDate>Wed, 27 May 2026 13:22:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven introduced a dedicated <strong>Developer</strong> tier for Aiven for OpenSearch® that gives teams an always-on environment for prototypes and personal projects at a lower entry cost. The plan includes a single-node setup with 1 CPU, 4 GB RAM, 30 GB storage, daily backups, service integrations, and <a href="https://aiven.io/docs/platform/howto/support">Basic-tier support</a>, which helps you build and test without managing infrastructure.</p><p>For more details on the supported features and limitations, see the <a href="https://aiven.io/developer-tier-opensearch">Aiven for OpenSearch Developer tier page</a> or the <a href="https://aiven.io/docs/platform/concepts/service-pricing#aiven-for-opensearch">docs</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Salesforce sink connector for Aiven for Apache Kafka® Connect (early availability)]]></title>
            <link>https://aiven.io/changelog/a14c9cd4-c041-412a-ab9e-d18111cc6061</link>
            <guid isPermaLink="false">a14c9cd4-c041-412a-ab9e-d18111cc6061</guid>
            <pubDate>Wed, 20 May 2026 08:37:00 GMT</pubDate>
            <description><![CDATA[<p>The Salesforce sink connector is available for Aiven for Apache Kafka® Connect. It writes records from Apache Kafka® topics to Salesforce objects, such as <code>Account</code> or <code>Contact</code>, using Salesforce Bulk API 2.0 insert jobs.</p><p>Supported functionality:</p><ul><li>Write Kafka records to Salesforce objects</li><li>Insert records using Salesforce Bulk API 2.0</li><li>Support schema-based and schemaless record values</li></ul><p>Key considerations</p><ul><li>Insert operations only. Updates, upserts, and deletes are not supported.</li><li>At-least-once delivery. Duplicate records can occur.</li><li>Kafka record fields must match Salesforce field API names.</li></ul><p>For configuration and usage details, see the <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/salesforce-sink-connector">Salesforce sink connector documentation</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Avro schema references in Karapace 6.1.0]]></title>
            <link>https://aiven.io/changelog/28558e63-9281-453d-8648-ca3250174252</link>
            <guid isPermaLink="false">28558e63-9281-453d-8648-ca3250174252</guid>
            <pubDate>Mon, 18 May 2026 10:26:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace 6.1.0 supports schema references for Avro schemas.</p><p>Schema references let you register schemas that depend on other schemas already stored in Schema Registry. This helps you reuse shared definitions across subjects instead of copying the same schema definitions into each schema.</p><p>Karapace also supports schema references for Protobuf schemas. Schema references are not supported for JSON Schema.<br/><br/>For more information, see <a href="https://aiven.io/docs/products/kafka/karapace/concepts/schema-references">Schema references in Karapace</a>. </p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 18.4, 17.10, 16.14, 15.18, and 14.23]]></title>
            <link>https://aiven.io/changelog/68fc8e9d-8436-4554-96fd-c917e2894929</link>
            <guid isPermaLink="false">68fc8e9d-8436-4554-96fd-c917e2894929</guid>
            <pubDate>Fri, 15 May 2026 09:54:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 18.4, 17.10, 16.14, 15.18, and 14.23, which contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity. Existing instances will be scheduled for a rolling upgrade as part of our standard maintenance cycle.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[BigQuery connector for Aiven for Apache Kafka® Connect version 2.13.0]]></title>
            <link>https://aiven.io/changelog/6b82fddd-4ba8-4990-86ef-e9a1d0c62445</link>
            <guid isPermaLink="false">6b82fddd-4ba8-4990-86ef-e9a1d0c62445</guid>
            <pubDate>Fri, 15 May 2026 08:41:00 GMT</pubDate>
            <description><![CDATA[<p>The BigQuery connector has been upgraded to version 2.13.0. This release improves reliability for connector deployments that write to BigQuery tables from multiple tasks or connector instances.<br/>This version includes:</p><ul><li>Added retry-and-reconcile handling for concurrent schema update failures in GCS to BigQuery load jobs.</li><li>Added write-attempt metadata with <code>putAttemptId</code>, which helps downstream systems distinguish rows written by different Kafka Connect <code>put()</code> attempts.</li><li>Updated dependency versions, including Jackson, Jetty, and Apache Kafka clients.</li></ul><p>For more information, refer to the <a href="https://github.com/Aiven-Open/bigquery-connector-for-apache-kafka/releases">GitHub release notes</a> for the BigQuery connector for Apache Kafka.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Deprecation: Aiven for PostgreSQL® 14]]></title>
            <link>https://aiven.io/changelog/0c035369-d788-4d6a-ac47-21300057fe50</link>
            <guid isPermaLink="false">0c035369-d788-4d6a-ac47-21300057fe50</guid>
            <pubDate>Tue, 12 May 2026 12:50:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® version 14 will reach its end-of-life (EOL) on <strong>12 November 2026</strong>. Starting from this EOL date, any services remaining on version 14 will be automatically upgraded to the latest version when possible, or to another supported version. As of today, service creation is no longer supported on version 14.</p><p><strong>Recommended actions</strong></p><p>Manually upgrade your services before the EOL date to ensure a controlled transition:</p><ol><li><strong>Test via forking:</strong> Use the <a href="https://aiven.io/docs/platform/concepts/service-forking">Aiven fork feature</a> to clone your 14 service into a target-version instance. This allows you to verify application compatibility without affecting production data.</li><li><strong>Check for breaking changes</strong>: Review breaking changes between the versions, if any.</li><li><strong>Perform manual upgrade:</strong> Follow the <a href="https://aiven.io/docs/products/postgresql/howto/upgrade">upgrade guide</a> to trigger the version change at your convenience.</li></ol>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.56.0 now available]]></title>
            <link>https://aiven.io/changelog/d45badbf-e140-4583-a327-5b9fd4c9178d</link>
            <guid isPermaLink="false">d45badbf-e140-4583-a327-5b9fd4c9178d</guid>
            <pubDate>Mon, 11 May 2026 14:35:00 GMT</pubDate>
            <description><![CDATA[<p>Version 4.56.0 brings major updates for encryption management, service lifecycle changes, and Kafka and ClickHouse configuration support.</p><p>Customer managed keys are now supported across all service resources through the new <code>cmk_id</code> field. This makes it easier to apply <a href="https://aiven.io/docs/platform/howto/bring-your-own-key">bring-your-own-key encryption</a> consistently across services.</p><p>This release also introduces important compatibility updates:</p><ul><li>BYOC on AWS plans are now more accurate: changes that require new infrastructure will recreate the resource instead of attempting an in-place update.</li><li>Expanded service configuration support:<ul><li>ClickHouse, MySQL, and DataHub integrations have new configuration support.</li><li>Kafka and Kafka Connect now have IPv6 connector resolution, Vault certificates, and safer handling of environment secrets.</li></ul></li></ul><p>Cassandra and Redis resources and data sources have also been removed in this release.</p><p>For full details, see the complete <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[AMQP source connector for Apache Kafka® Connect]]></title>
            <link>https://aiven.io/changelog/168de415-1f71-4ff2-8fe4-fb4981cae6c3</link>
            <guid isPermaLink="false">168de415-1f71-4ff2-8fe4-fb4981cae6c3</guid>
            <pubDate>Wed, 06 May 2026 10:35:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka® Connect now supports the AMQP source connector.</p><p>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.</p><p>Key considerations:</p><ul><li>Supports AMQP queues only.</li><li><code>key.converter</code> must use <code>StringConverter</code>.</li><li><code>value.converter</code> must use <code>StringConverter</code> or <code>JsonConverter</code>.</li><li>For single-queue deployments, <code>tasks.max=1</code> is recommended unless multiple consumers are intentionally configured.</li><li>Messages available while the connector is offline can be missed.<br/><br/></li></ul><p>For configuration and usage details, see the <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/amqp-source-connector">AMQP source connector documentation.</a></p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Valkey™: Version 9 is now the default for new services]]></title>
            <link>https://aiven.io/changelog/02e2eb54-093b-48bb-b2f0-5eebbb4f0fb1</link>
            <guid isPermaLink="false">02e2eb54-093b-48bb-b2f0-5eebbb4f0fb1</guid>
            <pubDate>Wed, 06 May 2026 09:53:00 GMT</pubDate>
            <description><![CDATA[<p>We are excited to announce that <strong>Valkey 9 is now the default version</strong> for all new Aiven for Valkey™ services.</p><p>What this means for you:</p><ul><li><strong>New services:</strong> When creating a new Aiven for Valkey™ service, the platform will now automatically select version 9 as the default.</li><li><strong>Existing services:</strong> Your currently running services on version 8.1 remain unaffected and will continue to operate normally.</li></ul><p>See <a href="https://aiven.io/docs/platform/reference/eol-for-major-versions#aiven-for-valkey">our documentation</a> for the Aiven for Valkey service version lifecycle.</p>]]></description>
            <category>Valkey™</category>
        </item>
        <item>
            <title><![CDATA[More OCI cloud regions supported on Aiven]]></title>
            <link>https://aiven.io/changelog/d43407f1-600a-4f07-9011-188d1e638733</link>
            <guid isPermaLink="false">d43407f1-600a-4f07-9011-188d1e638733</guid>
            <pubDate>Wed, 06 May 2026 07:22:00 GMT</pubDate>
            <description><![CDATA[<p>The Aiven Platform now supports the following Oracle Cloud Infrastructure (OCI) regions:</p><ul><li><code>ap-melbourne-1</code>: Australia, Melbourne</li><li><code>eu-milan-1</code>: Italy, Milan</li><li><code>eu-turin-1</code>: Italy, Turin</li><li><code>me-jeddah-1</code>: Saudi Arabia, Jeddah</li><li><code>me-riyadh-1</code>: Saudi Arabia, Riyadh</li></ul><p>The OCI regions support is a <a href="https://aiven.io/docs/platform/concepts/beta_services">limited availability</a> feature. For more information or access, contact your account team.</p><p>See <a href="https://aiven.io/docs/platform/reference/list_of_clouds#oracle-cloud-infrastructure-">all the supported OCI regions</a> or <a href="https://aiven.io/docs/platform/reference/list_of_clouds">all cloud providers and regions</a> supported on the Aiven Platform.</p>]]></description>
            <category>Oracle Cloud</category>
        </item>
        <item>
            <title><![CDATA[Project API endpoints are deprecated]]></title>
            <link>https://aiven.io/changelog/ee3d3c9e-607d-4d4c-978f-ad0fd6a051eb</link>
            <guid isPermaLink="false">ee3d3c9e-607d-4d4c-978f-ad0fd6a051eb</guid>
            <pubDate>Tue, 05 May 2026 12:12:00 GMT</pubDate>
            <description><![CDATA[<p>The following project API endpoints are deprecated:</p><ul><li><code>GET /v1/project</code>: Use <code>GET /v1/organization/{organization_id}/projects</code> instead.</li><li><code>DELETE /v1/project/{project}</code>: Use <code>DELETE /v1/organization/{organization_id}/project/{project_id}</code> instead.</li><li><code>GET /v1/project/{project}</code>: Use <code>GET /v1/organization/{organization_id}/project/{project_id}</code> instead.</li><li><code>PUT /v1/project/{project}</code>: Use <code>PATCH /v1/organization/{organization_id}/project/{project_id}</code> instead. The replacement is a <code>PATCH</code> endpoint, which changes this from full replace to partial update.</li><li><code>GET /v1/account/{account_id}/projects</code>: Use <code>GET /v1/organization/{organization_id}/projects</code> instead.</li></ul><p>If you previously relied on a single global listing call using <code>GET /v1/project</code>, you now need to iterate organizations and call the organization-scoped listing endpoint per organization.</p><p>For more information, see the <a href="https://api.aiven.io/doc/">Aiven API documentation</a>.</p>]]></description>
            <category>Aiven API</category>
        </item>
        <item>
            <title><![CDATA[Learning to Rank now available for Aiven for OpenSearch®]]></title>
            <link>https://aiven.io/changelog/1709c42e-3f3c-47e6-b9ed-fbe3b5237c79</link>
            <guid isPermaLink="false">1709c42e-3f3c-47e6-b9ed-fbe3b5237c79</guid>
            <pubDate>Thu, 30 Apr 2026 10:33:00 GMT</pubDate>
            <description><![CDATA[<p><a href="https://docs.opensearch.org/latest/search-plugins/ltr/index/">The Learning to Rank</a> (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.</p><p>LTR is available for Aiven for OpenSearch® 2.19+ and 3.3+.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.26.4 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/afbc82d7-6025-4515-afdd-8ef190b98a04</link>
            <guid isPermaLink="false">afbc82d7-6025-4515-afdd-8ef190b98a04</guid>
            <pubDate>Thu, 30 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version <a href="https://github.com/timescale/timescaledb/releases/tag/2.26.4">2.26.4</a> 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.</p><p>For details on all TimescaleDB releases, see the <a href="https://github.com/timescale/timescaledb/releases">release notes</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Dragonfly upgraded to version 1.34.2]]></title>
            <link>https://aiven.io/changelog/e52fd4a6-9f34-45bf-b88a-3908e3067ed9</link>
            <guid isPermaLink="false">e52fd4a6-9f34-45bf-b88a-3908e3067ed9</guid>
            <pubDate>Thu, 30 Apr 2026 06:50:00 GMT</pubDate>
            <description><![CDATA[<p>We are pleased to announce that <strong>Aiven for Dragonfly has been upgraded to version 1.34.2</strong>.</p><p>What this means for you:</p><ul><li><strong>New services:</strong> All new Aiven for Dragonfly services provisioned moving forward will automatically run on version 1.34.2.</li><li><strong>Existing services:</strong> Existing instances will be scheduled for a rolling upgrade as part of our standard maintenance cycle.</li></ul><p>For a full list of changes included in Dragonfly releases, refer to the <a href="https://github.com/dragonflydb/dragonfly/releases">official Dragonfly release notes</a>.</p>]]></description>
            <category>Dragonfly</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka Developer tier now available]]></title>
            <link>https://aiven.io/changelog/22e476a3-6349-442d-b2ea-b418fb185a50</link>
            <guid isPermaLink="false">22e476a3-6349-442d-b2ea-b418fb185a50</guid>
            <pubDate>Tue, 28 Apr 2026 14:51:44 GMT</pubDate>
            <description><![CDATA[<p>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, configurable retention, and service integrations. Use it for development, testing, and smaller-scale production workloads that do not yet require Professional tier scale.<br/><br/>Key features</p><ul><li>Managed Kafka service with Schema Registry and REST Proxy</li><li>Higher throughput than the Free tier</li><li>Configurable message retention: 1, 2, or 3 days</li><li>Optional Kafka Connect add-on</li><li>Integrations and monitoring </li></ul><p>Pricing</p><ul><li>Starts at $35 USD/month for 1 day retention</li><li>Kafka Connect service starts at $20 USD/month</li><li>Extending retention beyond the default increases the monthly cost</li></ul><p>Limitations</p><ul><li>Designed for development, testing, and smaller workloads</li><li>Resource and usage limits apply</li><li>Some advanced features are available only on the Professional tier</li></ul><p>Upgrade to a Professional tier plan to remove limits and enable production features.</p><p>For more information, see the <a href="https://aiven.io/docs/products/kafka/dev-tier/kafka-dev-tier">Aiven for Apache Kafka Developer tier documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Default ClickHouse version for new services changes to 25.8]]></title>
            <link>https://aiven.io/changelog/3d992a6a-4ff2-4bc8-a012-78c7bc18aeb0</link>
            <guid isPermaLink="false">3d992a6a-4ff2-4bc8-a012-78c7bc18aeb0</guid>
            <pubDate>Tue, 28 Apr 2026 14:00:01 GMT</pubDate>
            <description><![CDATA[<p>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.<br/><br/>To avoid unintended version changes, explicitly specify the ClickHouse version in your infrastructure-as-code (IaC) configuration.<br/><br/>To upgrade an existing ClickHouse 25.3 service, refer to the <a href="https://aiven.io/docs/products/clickhouse/howto/manage-clickhouse-versions#how-upgrades-work">ClickHouse version management documentation</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for MySQL® upgraded to 8.4 LTS]]></title>
            <link>https://aiven.io/changelog/e417f582-73dd-4de8-94ae-895f52e54483</link>
            <guid isPermaLink="false">e417f582-73dd-4de8-94ae-895f52e54483</guid>
            <pubDate>Mon, 27 Apr 2026 13:32:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for MySQL® is now available on MySQL 8.4 LTS. This upgrade introduces improvements focused on security defaults, upgrade readiness, and operational stability.</p><p>The 8.4 LTS release comes with the following key changes:</p><ul><li><strong>Safer authentication defaults</strong>: <code>mysql_native_password</code> is disabled by default, which reduces reliance on legacy authentication.</li><li><strong>Stricter schema validation during upgrades</strong>: deprecated patterns such as <code>AUTO_INCREMENT</code> on <code>FLOAT</code> and <code>DOUBLE</code> are no longer supported, helping catch risky definitions early.</li><li><strong>Better optimizer maintenance options</strong>: support for automatic histogram updates helps keep query planning statistics fresh.</li><li><strong>Replication and operations improvements</strong>: updates such as GTID tagging and retry behavior changes improve tracking and operational tuning for replicated setups.</li></ul><p>For complete details, see the <a href="https://dev.mysql.com/doc/relnotes/mysql/8.4/en/">official MySQL 8.4 release notes</a>.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Project-based user and invitation management API endpoints are deprecated]]></title>
            <link>https://aiven.io/changelog/fb67840c-843e-42bb-95d1-6dbdb5c3023f</link>
            <guid isPermaLink="false">fb67840c-843e-42bb-95d1-6dbdb5c3023f</guid>
            <pubDate>Thu, 23 Apr 2026 09:08:09 GMT</pubDate>
            <description><![CDATA[<p>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:</p><ul><li><code>POST /v1/project/{project}/invite</code>: Use <code>POST /v1/organization/{organization_id}/invitation</code> instead</li><li><code>POST /v1/project/{project}/invite/{invite_verification_code}</code>: Use <code>POST /v1/organization/{organization_id}/invitation/weblink/{invite_verification_code}</code> instead</li><li><code>GET /v1/project/{project}/users</code>: Use <code>GET /v1/organization/{organization_id}/permissions/project/{project_id}</code> instead</li><li><code>PUT /v1/project/{project}/user/{user_email}</code>: Use <code>PATCH /v1/organization/{organization_id}/permissions/project/{project_id} </code>instead</li><li><code>DELETE /v1/project/{project}/user/{user_email}</code>: Use <code>PATCH /v1/organization/{organization_id}/permissions/project/{project_id}</code> instead</li></ul><p>For more information, see the <a href="https://api.aiven.io/doc/">Aiven API documentation</a>.</p>]]></description>
            <category>Aiven API</category>
        </item>
        <item>
            <title><![CDATA[KRaft migration support expanded to all service plans]]></title>
            <link>https://aiven.io/changelog/855b9e6a-6c19-47bc-be44-49d776b8375c</link>
            <guid isPermaLink="false">855b9e6a-6c19-47bc-be44-49d776b8375c</guid>
            <pubDate>Wed, 22 Apr 2026 11:30:00 GMT</pubDate>
            <description><![CDATA[<p>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 <code>Startup-2</code> plans can upgrade to <code>Startup-4</code> or higher as part of the same maintenance window to complete the migration.</p><p><br/>For complete migration details and requirements, see the <a href="https://aiven.io/docs/products/kafka/concepts/kraft-mode">documentation for KRaft in Aiven for Apache Kafka</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.26.3 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/b8cd25f6-b9ab-48bf-91de-7d1e8728fda5</link>
            <guid isPermaLink="false">b8cd25f6-b9ab-48bf-91de-7d1e8728fda5</guid>
            <pubDate>Wed, 22 Apr 2026 06:33:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version <a href="https://github.com/timescale/timescaledb/releases/tag/2.26.3">2.26.3</a> is now available for Aiven for PostgreSQL®. This release introduces performance improvements and bug fixes. Upgrade to 2.26.3 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>For details on all TimescaleDB releases, see the <a href="https://github.com/timescale/timescaledb/releases">release notes</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka 4.1 set as default version]]></title>
            <link>https://aiven.io/changelog/bac0ab0c-bb3c-47d4-8fb1-09b85d99a2ec</link>
            <guid isPermaLink="false">bac0ab0c-bb3c-47d4-8fb1-09b85d99a2ec</guid>
            <pubDate>Tue, 21 Apr 2026 07:48:00 GMT</pubDate>
            <description><![CDATA[<p>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.</p><p>For details, see:</p><ul><li><a href="https://archive.apache.org/dist/kafka/4.1.0/RELEASE_NOTES.html">Apache Kafka® 4.1.0 release notes</a></li><li><a href="https://dlcdn.apache.org/kafka/4.1.1/RELEASE_NOTES.html">Apache Kafka® 4.1.1 release notes</a><br/></li></ul>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Configurable vector search index cache ratio now available for Aiven for ClickHouse®]]></title>
            <link>https://aiven.io/changelog/04925b1d-5671-43f6-a54a-3e9041a95422</link>
            <guid isPermaLink="false">04925b1d-5671-43f6-a54a-3e9041a95422</guid>
            <pubDate>Mon, 20 Apr 2026 15:25:00 GMT</pubDate>
            <description><![CDATA[<p>You can now tune the <code>vector_similarity_index_cache_size</code> setting for Aiven for ClickHouse services running version 25.8 and later. </p><p>This setting controls how ClickHouse&#x27;s SLRU cache splits between protected and probationary segments for HNSW vector similarity indexes. The Aiven default is `0.1`. Changing this setting doesn&#x27;t require a service restart.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Cloud Inkless deployments now supported on Azure]]></title>
            <link>https://aiven.io/changelog/69a90ef3-ef13-40d2-9c00-2dd81d85e738</link>
            <guid isPermaLink="false">69a90ef3-ef13-40d2-9c00-2dd81d85e738</guid>
            <pubDate>Wed, 15 Apr 2026 09:38:00 GMT</pubDate>
            <description><![CDATA[<p>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.<br/><br/><strong>Limitation</strong>: Classic Kafka services cannot be upgraded to Inkless at this time.<br/><br/>For more information, see the <a href="https://aiven.io/docs/products/kafka/inkless-overview">Inkless documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Salesforce source connector for Aiven for Apache Kafka Connect® (early availability)]]></title>
            <link>https://aiven.io/changelog/7bd7781d-0018-45d7-8d74-17d6a170e912</link>
            <guid isPermaLink="false">7bd7781d-0018-45d7-8d74-17d6a170e912</guid>
            <pubDate>Fri, 10 Apr 2026 13:14:00 GMT</pubDate>
            <description><![CDATA[<p>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 <code>LastModifiedDate</code> field.<br/><br/><strong>Supported functionality</strong></p><ul><li>Retrieve data in batches using incremental sync with <code>LastModifiedDate</code></li><li>Run multiple SOQL queries</li><li>Route records to topics using <code>topic.prefix</code> (per object) or <code>topic</code> (single topic)</li></ul><p><strong>Limitations</strong></p><ul><li>Single task only (<code>tasks.max=1</code>)</li><li>Polling-based ingestion; no real-time streaming</li><li>At-least-once delivery; duplicate records can occur</li></ul><p>For configuration and usage details, see the <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/salesforce-source-connector">Salesforce source connector documentation</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[New Azure regions now available: Mexico Central and Indonesia Central]]></title>
            <link>https://aiven.io/changelog/7b2ded95-8fc3-4d65-8850-c778dd2f504e</link>
            <guid isPermaLink="false">7b2ded95-8fc3-4d65-8850-c778dd2f504e</guid>
            <pubDate>Thu, 09 Apr 2026 11:41:00 GMT</pubDate>
            <description><![CDATA[<p>The Aiven Platform now supports two additional Microsoft Azure regions:</p><ul><li><strong>azure-mexico-central</strong> — North America, Mexico: Mexico Central</li><li><strong>azure-indonesia-central</strong> — Asia, Indonesia: Central Indonesia</li></ul><p>These new regions enable you to create Aiven-managed services closer to your users in Mexico and Indonesia for improved latency and compliance.</p><p>For the complete list of available cloud regions, see the <a href="https://aiven.io/docs/platform/reference/list_of_clouds">list of clouds documentation</a>.</p>]]></description>
            <category>Microsoft Azure</category>
        </item>
        <item>
            <title><![CDATA[Announcing Aiven Apps in limited availability]]></title>
            <link>https://aiven.io/changelog/41f6f5cf-7cac-4f7e-adcb-1eefc6198d03</link>
            <guid isPermaLink="false">41f6f5cf-7cac-4f7e-adcb-1eefc6198d03</guid>
            <pubDate>Wed, 08 Apr 2026 14:00:00 GMT</pubDate>
            <description><![CDATA[<p>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.</p><p>It&#x27;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.<br/><br/>Aiven Apps is currently in limited availability. To request access, <a href="https://aiven.io/apps#contact-us">contact Aiven</a>. For more information, see the <a href="https://aiven.io/docs/products/aiven-apps">Aiven Apps documentation</a>.</p>]]></description>
            <category>Aiven Console</category>
            <category>Apps</category>
        </item>
        <item>
            <title><![CDATA[Dedicated node roles for Aiven for OpenSearch® (limited availability)]]></title>
            <link>https://aiven.io/changelog/38418411-729f-489a-8fa6-13537fcfbc1c</link>
            <guid isPermaLink="false">38418411-729f-489a-8fa6-13537fcfbc1c</guid>
            <pubDate>Thu, 02 Apr 2026 10:46:00 GMT</pubDate>
            <description><![CDATA[<p>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 <a href="https://aiven.io/docs/products/opensearch/concepts/dedicated-node-roles">Dedicated node roles in Aiven for OpenSearch®</a>.</p><p>This feature is in <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[KRaft migration window and plan support expanded]]></title>
            <link>https://aiven.io/changelog/3ec3d9b3-0ed0-498d-810a-2b79ca84529b</link>
            <guid isPermaLink="false">3ec3d9b3-0ed0-498d-810a-2b79ca84529b</guid>
            <pubDate>Thu, 02 Apr 2026 08:00:00 GMT</pubDate>
            <description><![CDATA[<p>The ZooKeeper to KRaft migration for Apache Kafka® 3.8 to 3.9 upgrades now has a wider migration window and supports additional service plans.</p><ul><li>Migration window: Monday to Friday, 00:00 to 14:00 UTC</li><li>Support added for <code>business-16</code> and <code>business-32</code> service plans</li></ul><p>For more information, see <a href="https://aiven.io/docs/products/kafka/concepts/kraft-mode">KRaft mode in Aiven for Apache Kafka®</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Monitor Aiven for Apache Kafka® tiered storage metrics with Datadog]]></title>
            <link>https://aiven.io/changelog/f65e02fd-8a0c-4031-becf-174600a43c29</link>
            <guid isPermaLink="false">f65e02fd-8a0c-4031-becf-174600a43c29</guid>
            <pubDate>Mon, 30 Mar 2026 15:07:00 GMT</pubDate>
            <description><![CDATA[<p>You can now monitor your Aiven for Apache Kafka® tiered storage metrics with Datadog. Metrics are available for throughput, lag, storage, and more. For the full list and configuration, see <a href="https://aiven.io/docs/products/kafka/howto/datadog-customised-metrics">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[OVH cloud provider now available on Aiven]]></title>
            <link>https://aiven.io/changelog/cd554c14-2286-4dbe-a961-3b95feaeadcc</link>
            <guid isPermaLink="false">cd554c14-2286-4dbe-a961-3b95feaeadcc</guid>
            <pubDate>Mon, 30 Mar 2026 13:50:00 GMT</pubDate>
            <description><![CDATA[<p>The Aiven Platform now supports OVHcloud. You can create Aiven-managed services in the following cloud regions:</p><ul><li>Beauharnois (BHS1)</li><li>Beauharnois (BHS3)</li><li>Beauharnois (BHS5)</li><li>Frankfurt (DE1)</li><li>Gravelines (GRA1)</li><li>Gravelines (GRA3)</li><li>Gravelines (GRA5)</li><li>Gravelines (GRA7)</li><li>Gravelines (GRA9)</li><li>Gravelines (GRA11)</li><li>Milan (MIL)</li><li>Paris (PAR)</li><li>Strasbourg (SBG5)</li><li>Strasbourg (SBG7)</li><li>Singapore (SGP1)</li><li>London (UK1)</li><li>Warsaw (WAW1)</li></ul><p>Check all cloud regions available on Aiven in <a href="https://docs.aiven.io/docs/platform/reference/list_of_clouds">the documentation</a>.</p>]]></description>
            <category>OVHcloud</category>
        </item>
        <item>
            <title><![CDATA[Saving and managing queries now supported in PG Studio]]></title>
            <link>https://aiven.io/changelog/f0de6a31-e92f-4696-9263-2a27a4c0a6fe</link>
            <guid isPermaLink="false">f0de6a31-e92f-4696-9263-2a27a4c0a6fe</guid>
            <pubDate>Mon, 30 Mar 2026 12:22:00 GMT</pubDate>
            <description><![CDATA[<p>PG Studio now includes query persistence capabilities, allowing you to save and revisit SQL queries within the Aiven Console.</p><p><strong>What&#x27;s new:</strong></p><ul><li><strong>Save queries:</strong> You can save frequently used SQL queries for quick access and reuse. Saved queries are user-specific and private within an Aiven for PostgreSQL® service.</li><li><strong>Manage saved queries:</strong> You can rename or delete saved queries directly from the editor interface.</li></ul><p><strong>Benefits:</strong></p><ul><li>Reduces query rewriting time during repeated analysis sessions</li><li>Improves workflow efficiency with quick access to historical queries and saved analysis</li></ul><p><strong>Availability:</strong> Available in PG Studio for Aiven for PostgreSQL services<br/><strong>Learn more:</strong> <a href="https://aiven.io/docs/products/postgresql/howto/pg-studio#manage-and-persist-queries">Manage and persist queries in PG Studio</a></p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Multi-version support for Aiven for ClickHouse®]]></title>
            <link>https://aiven.io/changelog/b5993b66-8000-4fb9-b8d8-bfbeb8917f4b</link>
            <guid isPermaLink="false">b5993b66-8000-4fb9-b8d8-bfbeb8917f4b</guid>
            <pubDate>Wed, 25 Mar 2026 13:38:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for ClickHouse® now supports multiple ClickHouse versions. You can select the ClickHouse version when creating a service and upgrade the service to a newer supported version later.</p><p>Currently supported versions include:</p><ul><li>ClickHouse 25.3 (default)</li><li>ClickHouse 25.8</li></ul><p>Downgrading to an earlier ClickHouse version is not supported.</p><p>For more information, see <a href="https://aiven.io/docs/products/clickhouse/howto/manage-clickhouse-versions">Manage versions in Aiven for ClickHouse®</a>. </p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[ClickHouse 25.8 LTS support]]></title>
            <link>https://aiven.io/changelog/d8462eb6-21bb-45d9-96ae-20eabe58dccd</link>
            <guid isPermaLink="false">d8462eb6-21bb-45d9-96ae-20eabe58dccd</guid>
            <pubDate>Wed, 25 Mar 2026 13:37:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for ClickHouse® now supports ClickHouse 25.8 LTS. This release adds new table engines and expands support for data lake and object storage integrations.<br/><br/><strong>Key highlights</strong></p><ul><li>Vector search GA with binary quantization for lower memory usage and faster indexing</li><li>Lightweight projections act as secondary indexes without duplicating data</li><li>Lightweight updates (beta) — <code>UPDATE ... SET ... WHERE</code> on MergeTree tables</li><li>Correlated subqueries and <code>lag</code>/<code>lead</code> window functions for broader SQL compatibility</li><li>Iceberg and Delta Lake improvements including write support, catalog integration, and position/equality deletes</li><li>Parquet reader v3 with filter pushdown for faster queries on external files</li><li>Lazy materialization and query condition cache for improved query performance</li></ul><p><strong>More engines supported</strong></p><ul><li>MergeTree family<ul><li><code>CoalescingMergeTree</code></li><li><code>ReplicatedCoalescingMergeTree</code></li></ul></li><li>Integration<ul><li><code>GCS</code></li></ul></li><li>Data lake<ul><li><code>DeltaLakeAzure</code></li><li><code>DeltaLakeS3</code></li></ul></li></ul><p>Table engines supported in ClickHouse 25.3 remain available in ClickHouse 25.8. For the complete list of upstream changes, see <a href="https://clickhouse.com/docs/whats-new/changelog/2025">ClickHouse 2025 Changelog.</a></p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch® free tier now available]]></title>
            <link>https://aiven.io/changelog/d5b64731-559c-4df2-a4f8-1f2e41cbaa00</link>
            <guid isPermaLink="false">d5b64731-559c-4df2-a4f8-1f2e41cbaa00</guid>
            <pubDate>Fri, 20 Mar 2026 13:30:00 GMT</pubDate>
            <description><![CDATA[<p>A free tier is now available for Aiven for OpenSearch®. No credit card is required.<br/>Use it for learning, prototyping, small-scale development, and workloads that fit within the free tier limits.</p><p><strong>Key features</strong></p><ul><li>Fully managed Aiven for OpenSearch® service at no cost forever</li><li>4 GB RAM, 20 GB storage</li><li>Sample data in OpenSearch Dashboards for testing indexing and search</li><li>Basic monitoring for metrics and logs</li><li>Standard Aiven for OpenSearch clients supported</li></ul><p><strong>Use cases</strong></p><ul><li>AI-powered search</li><li>Retrieval-augmented generation (RAG)</li><li>Log analytics</li></ul><p><strong>Limitations</strong></p><ul><li>One free Aiven for OpenSearch service per organization</li><li>Fixed limits on storage, performance, and concurrent connections</li><li>Other limitations on service functionality and advanced features</li></ul><p>To learn more, see the Aiven for OpenSearch <a href="https://aiven.io/docs/products/opensearch/concepts/opensearch-free-tier">free tier documentation</a>.<br/>You can upgrade to a paid plan at any time to remove limits and enable additional features.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Cloud Inkless deployments now supported on Google Cloud]]></title>
            <link>https://aiven.io/changelog/eef8040b-cb12-45ba-8c4c-e5b6d89be23f</link>
            <guid isPermaLink="false">eef8040b-cb12-45ba-8c4c-e5b6d89be23f</guid>
            <pubDate>Thu, 19 Mar 2026 11:38:00 GMT</pubDate>
            <description><![CDATA[<p>You can now create Inkless Apache Kafka® services on Aiven Cloud using both Google Cloud and Amazon Web Services (AWS).</p><p><strong>Limitation: </strong>Classic Kafka services cannot be upgraded to Inkless at this time.</p><p>For more information, see the <a href="https://aiven.io/docs/products/kafka/inkless-overview">Inkless documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[ENV secret provider for Aiven for Apache Kafka® Connect]]></title>
            <link>https://aiven.io/changelog/59369ae4-e1a0-4529-8b5b-a7528e1b59f7</link>
            <guid isPermaLink="false">59369ae4-e1a0-4529-8b5b-a7528e1b59f7</guid>
            <pubDate>Wed, 18 Mar 2026 14:26:00 GMT</pubDate>
            <description><![CDATA[<p>Added support for configuring an ENV secret provider for Aiven for Apache Kafka® Connect. The ENV provider securely stores secrets in the service <code>user_config</code> and allows connector configurations to reference them using <code>${PROVIDER_NAME:SECRET_KEY}</code>.</p><p>Configuration is available through the Aiven API, Aiven CLI, and Aiven Provider for Terraform. The feature is not available in the Aiven Console.</p><p>For more information, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/configure-secret-providers">Configure secret providers</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Track your organization's carbon footprint]]></title>
            <link>https://aiven.io/changelog/fdf1218e-cb1f-4d9e-8bce-a101e6b2f765</link>
            <guid isPermaLink="false">fdf1218e-cb1f-4d9e-8bce-a101e6b2f765</guid>
            <pubDate>Wed, 18 Mar 2026 07:51:00 GMT</pubDate>
            <description><![CDATA[<p>Monitor the greenhouse gas emissions associated with your service usage in the Aiven Console using the <a href="https://aiven.io/docs/platform/concepts/carbon-footprint">carbon footprint tool</a>. This feature provides estimates powered by OxygenIT, a European climate-tech company specializing in IT and cloud emissions measurement. It helps you track trends and identify opportunities to reduce your environmental impact.</p><p>Key features include:</p><ul><li>Emissions estimates for services running on AWS, Microsoft Azure, and Google Cloud</li><li>A carbon emissions explorer with filtering by time range, billing groups, and projects</li><li>GDPR-compliant data processing within Aiven&#x27;s environment</li></ul>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[New UpCloud regions: Copenhagen (dk-cph) and Stavanger (no-svg)]]></title>
            <link>https://aiven.io/changelog/a6dd2a04-ccc6-4734-954b-ef83a43c71af</link>
            <guid isPermaLink="false">a6dd2a04-ccc6-4734-954b-ef83a43c71af</guid>
            <pubDate>Tue, 17 Mar 2026 13:03:00 GMT</pubDate>
            <description><![CDATA[<p>We have expanded our cloud coverage! You can now deploy Aiven services in two new UpCloud regions: <strong>Copenhagen, Denmark (dk-cph)</strong> and <strong>Stavanger, Norway (no-svg)</strong>.</p><p><strong>Learn more:</strong></p><ul><li><a href="https://aiven.io/docs/platform/reference/list_of_clouds#upcloud">All supported UpCloud regions</a></li><li><a href="https://aiven.io/docs/platform/reference/list_of_clouds">All supported cloud providers and regions</a></li></ul>]]></description>
            <category>UpCloud</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Valkey™ now supports multiple concurrent versions]]></title>
            <link>https://aiven.io/changelog/ad45df0d-7e0d-44a2-bb6a-1c0e14bc7590</link>
            <guid isPermaLink="false">ad45df0d-7e0d-44a2-bb6a-1c0e14bc7590</guid>
            <pubDate>Tue, 17 Mar 2026 09:10:00 GMT</pubDate>
            <description><![CDATA[<p>We are introducing <strong>multi-version support</strong> for Aiven for Valkey™. You can now choose between the two latest upstream Valkey versions when creating or upgrading your services. This flexibility is available for both <strong>standalone</strong> and <a href="https://aiven.io/docs/products/valkey/concepts/valkey-cluster"><strong>clustered</strong></a> modes, allowing you to test new features or maintain environment stability on your own schedule.</p><p>For more details and upgrade instructions, see our <a href="https://aiven.io/docs/products/valkey/howto/valkey-version-upgrade">documentation</a>.</p>]]></description>
            <category>Valkey™</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Valkey™ 9.0 is here]]></title>
            <link>https://aiven.io/changelog/d0000912-2e85-43a0-8a73-4c2e8ed9e799</link>
            <guid isPermaLink="false">d0000912-2e85-43a0-8a73-4c2e8ed9e799</guid>
            <pubDate>Tue, 17 Mar 2026 09:10:00 GMT</pubDate>
            <description><![CDATA[<p>We’ve added support for <a href="https://github.com/valkey-io/valkey/releases/tag/9.0.0"><strong>Valkey 9.0</strong></a>, a major release focused on high-scale performance and more granular data control. This version is particularly beneficial for users running large-scale clusters or complex data structures.</p><p><strong>Key highlights</strong></p><ul><li><strong>Hash field expiration:</strong> You can now set TTLs (time-to-live) on individual fields within a single Hash key using commands like <code>HEXPIRE</code> and <code>HTTL</code>. This reduces memory overhead by allowing specific pieces of data to expire without needing to delete the entire key or split data across multiple keys.</li><li><strong>Major throughput boosts:</strong><ul><li><strong>Zero-copy &amp; prefetching:</strong> Up to 40% higher throughput for pipelined requests and 20% for large responses.</li><li><strong>Multipath TCP:</strong> Reduces network latency by up to 25%.</li></ul></li></ul><p><strong>Get started</strong></p><p>You can now select version 9.0 when creating a new service or upgrade your existing service directly in the <a href="https://console.aiven.io/">Aiven Console</a>.</p>]]></description>
            <category>Valkey™</category>
        </item>
        <item>
            <title><![CDATA[Controlled maintenance updates for Aiven for PostgreSQL® (limited availability)]]></title>
            <link>https://aiven.io/changelog/f7cdd57a-e066-4710-abb2-4b4ab3bf6e68</link>
            <guid isPermaLink="false">f7cdd57a-e066-4710-abb2-4b4ab3bf6e68</guid>
            <pubDate>Fri, 13 Mar 2026 09:34:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® now supports controlled maintenance updates in <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability</a>. You can define <code>user_config.switchover_windows</code> so primary promotion during maintenance happens in your preferred low-traffic periods.</p><p>Configured switchover windows apply to maintenance updates started automatically during the maintenance window and to manually started maintenance updates. This gives you more predictable maintenance timing and helps reduce operational impact.</p><p>For more information, see <a href="https://aiven.io/docs/products/postgresql/howto/pg-controlled-switchover">Controlled maintenance updates in Aiven for PostgreSQL®</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[PG Studio: AI-powered SQL editor for Aiven for PostgreSQL® (early availability)]]></title>
            <link>https://aiven.io/changelog/eedb015d-d273-4a8a-a87b-5437b60c6e70</link>
            <guid isPermaLink="false">eedb015d-d273-4a8a-a87b-5437b60c6e70</guid>
            <pubDate>Wed, 11 Mar 2026 16:04:00 GMT</pubDate>
            <description><![CDATA[<p><strong>PG Studio</strong> is a web-based, AI-enhanced data visualizer and querying tool built directly into the Aiven Console. It simplifies data interaction by combining a traditional workspace with an intelligent co-pilot, allowing you to move from natural language prompts to runnable SQL in seconds—without local setup or external clients.</p><p><strong>Key features</strong></p><p>This <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#early-availability-">early availability release</a> features the following:</p><ul><li><strong>Natural language to SQL:</strong> Generate precise SQL by describing your goal in plain English. The AI uses your unique <strong>schema map</strong> to ensure queries are context-aware and accurate.</li><li><strong>Interactive schema mapping:</strong> Visualize your database structure through a dynamic map of tables, columns, and relationships, making it easy to navigate complex data models.</li><li><strong>Query insights &amp; explanations:</strong> Get instant breakdowns of existing queries, complex joins, or unfamiliar database objects to speed up troubleshooting and onboarding.</li><li><strong>Zero configuration:</strong> Available instantly for all Aiven for PostgreSQL® services—optimized for fast debugging, data exploration, and ad-hoc analysis.</li></ul><p><strong>Security and stability guardrails</strong></p><p>To protect your production environments, PG Studio includes built-in enterprise-grade safeguards:</p><ul><li><strong>Privacy-first AI:</strong> Your data remains yours. We use only <strong>schema metadata</strong> for context; your actual database content is never used to train AI models.</li><li><strong>Automatic safety limits:</strong> Includes single-statement validation and a 30-second query timeout to prevent runaway processes and maintain service stability.</li></ul><p>To get started, explore our <a href="https://aiven.io/docs/products/postgresql/howto/pg-studio">public documentation</a> and check out the <a href="https://aiven.io/blog/introducing-aivens-pg-studio">Introducing Aiven’s PG Studio</a> blog post.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Upgrade Apache Kafka® services from ZooKeeper to KRaft]]></title>
            <link>https://aiven.io/changelog/67bfa626-3756-42c7-9153-29f94d9d80b9</link>
            <guid isPermaLink="false">67bfa626-3756-42c7-9153-29f94d9d80b9</guid>
            <pubDate>Tue, 10 Mar 2026 14:07:09 GMT</pubDate>
            <description><![CDATA[<p>Existing Aiven for Apache Kafka® services running Apache Kafka 3.8 can now migrate from ZooKeeper to KRaft when upgrading to Apache Kafka 3.9. The migration runs automatically as part of the standard service upgrade.<br/><br/>Key considerations</p><ul><li>Upgrading a service from Kafka 3.8 to Kafka 3.9 automatically migrates the service from ZooKeeper to KRaft.</li><li>The upgrade involves rolling restarts, which may cause temporary client reconnections.</li><li>ZooKeeper-related controller metrics are no longer available after migration.</li><li>Migration rollout includes temporary limitations such as supported service plans, migration windows, and limits on concurrent migrations.</li><li>Migrating to KRaft is required before upgrading to Apache Kafka 4.0 or later.</li></ul><p>For details, see <a href="https://aiven.io/docs/products/kafka/concepts/kraft-mode">KRaft in Aiven for Apache Kafka®</a>. </p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.25.2 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/00128daa-281d-454a-8858-8492097db7fd</link>
            <guid isPermaLink="false">00128daa-281d-454a-8858-8492097db7fd</guid>
            <pubDate>Wed, 04 Mar 2026 12:55:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version <a href="https://github.com/timescale/timescaledb/releases/tag/2.25.2">2.25.2</a> is now available for Aiven for PostgreSQL®. This release introduces performance improvements and bug fixes. Upgrade to 2.25.2 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>For details on all TimescaleDB releases, see the <a href="https://github.com/timescale/timescaledb/releases">release notes</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.25.1 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/5ac8a30c-8ae1-4d3f-a6ff-a4e4fa9f985d</link>
            <guid isPermaLink="false">5ac8a30c-8ae1-4d3f-a6ff-a4e4fa9f985d</guid>
            <pubDate>Tue, 03 Mar 2026 13:47:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version <a href="https://github.com/timescale/timescaledb/releases/tag/2.25.1">2.25.1</a> is now available for Aiven for PostgreSQL®. This release introduces performance improvements and bug fixes. Upgrade to 2.25.1 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>For details on all TimescaleDB releases, see the <a href="https://github.com/timescale/timescaledb/releases">release notes</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Increased flexibility for Aiven for PostgreSQL® advanced parameters]]></title>
            <link>https://aiven.io/changelog/0f1bb66f-32ee-4876-86c6-a1123efb5e51</link>
            <guid isPermaLink="false">0f1bb66f-32ee-4876-86c6-a1123efb5e51</guid>
            <pubDate>Tue, 03 Mar 2026 08:10:00 GMT</pubDate>
            <description><![CDATA[<p>You can now <strong>decrease</strong> several key advanced parameters for Aiven for PostgreSQL® that were previously restricted to increase only. This allows for better resource allocation and fine-tuning of your database instances as your workloads change.</p><p>The following parameters can now be adjusted both up and down:</p><ul><li><code>max_connections</code></li><li><code>max_locks_per_transaction</code></li><li><code>max_prepared_transactions</code></li><li><code>max_wal_senders</code></li><li><code>max_worker_processes</code></li></ul><p>Decreasing these parameters typically requires a <strong>service restart</strong> to apply the changes. Ensure you have a maintenance window or high-availability (HA) enabled before proceeding.</p><p><strong>Learn more</strong></p><p>Check out the full list of <a href="https://docs.aiven.io/">Aiven for PostgreSQL advanced parameters</a> in our documentation for details on default values and limits.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 18.3, 17.9, 16.13, 15.17, and 14.22]]></title>
            <link>https://aiven.io/changelog/23f2c064-6f84-4a0c-9576-517f3d35960b</link>
            <guid isPermaLink="false">23f2c064-6f84-4a0c-9576-517f3d35960b</guid>
            <pubDate>Fri, 27 Feb 2026 12:45:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 18.3, 17.9, 16.13, 15.17, and 14.22, which contain a variety of fixes to previous versions. This minor version release includes two fixes that have already been announced for <a href="https://www.postgresql.org/about/news/out-of-cycle-release-scheduled-for-february-26-2026-3241/">the upcoming out-of-cycle release</a>.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Inkless service now available on Aiven Cloud]]></title>
            <link>https://aiven.io/changelog/2c8aa5db-da76-4da6-b454-3fb91ab0fa3c</link>
            <guid isPermaLink="false">2c8aa5db-da76-4da6-b454-3fb91ab0fa3c</guid>
            <pubDate>Thu, 26 Feb 2026 17:38:00 GMT</pubDate>
            <description><![CDATA[<p>The Inkless service is now available on Aiven Cloud. Inkless is Aiven’s open-source Apache Kafka® fork that introduces diskless topics and improves how Kafka services store and manage data compared to classic deployments.<br/><br/><strong>What’s new</strong></p><ul><li>Improves cluster scaling, rebalancing, and recovery compared to classic Kafka with tiered storage.</li><li>Supports both classic and diskless topics within the same Kafka service.</li><li>Stores retained data in object storage, reducing the need to pre-provision local disk for long-term retention.</li><li>Uses Apache Kafka 4.0.</li></ul><p><strong>Limitations</strong></p><ul><li>Available only for new services; Classic Kafka services cannot be upgraded to Inkless at this time.</li></ul><p>For more information, see the <a href="https://aiven.io/docs/products/kafka/inkless-overview">Inkless overview documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 18.2, 17.8, 16.12, 15.16, and 14.21]]></title>
            <link>https://aiven.io/changelog/65b55699-6536-465c-a655-8b7c544053a5</link>
            <guid isPermaLink="false">65b55699-6536-465c-a655-8b7c544053a5</guid>
            <pubDate>Wed, 18 Feb 2026 09:48:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 18.2, 17.8, 16.12, 15.16, and 14.21, which contain a variety of fixes to previous versions. This minor version release includes two fixes that have already been announced for <a href="https://www.postgresql.org/about/news/out-of-cycle-release-scheduled-for-february-26-2026-3241/">the upcoming out-of-cycle release</a>.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.51.0 now available]]></title>
            <link>https://aiven.io/changelog/b91cea25-5e3e-49f3-8235-9e41466a0958</link>
            <guid isPermaLink="false">b91cea25-5e3e-49f3-8235-9e41466a0958</guid>
            <pubDate>Tue, 17 Feb 2026 07:53:00 GMT</pubDate>
            <description><![CDATA[<p>This release improves PrivateLink management with enhanced GCP PrivateLink connection approval through the new <code>psc_connection_id</code> field in <code>aiven_gcp_privatelink_connection_approval</code>. It lets you select specific connections when multiple PSC connections exist for the same service. Additionally, <code>privatelink_connection_id</code> support has been added across all service resources and data sources.</p><p>Other key improvements in this release include:</p><ul><li><strong>Enhanced Valkey user management</strong>: ACL fields (<code>valkey_acl_categories</code>, <code>valkey_acl_commands</code>, <code>valkey_acl_keys</code>, <code>valkey_acl_channels</code>) can now be updated in-place without forcing resource recreation</li><li><strong>Improved Kafka topic handling</strong>: Better support for infinite retention with <code>retention_bytes = -1</code></li><li><strong>OpenSearch 3.3 support</strong>: The latest OpenSearch version is now available</li></ul><p>This release also includes various bug fixes for MySQL user password updates, service cloud name handling, and billing group configurations. For complete details on all fixes and updates, view the full Aiven Provider for Terraform <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[IPv6 client connectivity for Aiven for Apache Kafka® (Early availability)]]></title>
            <link>https://aiven.io/changelog/2ed11df1-8b24-4cd2-b1c5-dec9fdd70c0f</link>
            <guid isPermaLink="false">2ed11df1-8b24-4cd2-b1c5-dec9fdd70c0f</guid>
            <pubDate>Fri, 13 Feb 2026 08:29:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka® now supports dual-stack IPv4 and IPv6 connectivity. When enabled, Kafka clients can connect using either IPv4 or IPv6 addresses. The feature is disabled by default and can be enabled by setting the service user configuration <code>enable_ipv6</code> to <code>true</code>.<br/>This change may affect existing clients that connect over private network routes. Validate the behavior in a non-production environment before enabling it in production.<br/><br/>For more information, see <a href="https://aiven.io/docs/products/kafka/howto/ipv6-client-connectivity">Enable IPv6 connectivity for Aiven for Apache Kafka®</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Google external account credential restrictions for Apache Kafka Connect]]></title>
            <link>https://aiven.io/changelog/60bfc778-0ca1-4d88-a968-867d9a2fa217</link>
            <guid isPermaLink="false">60bfc778-0ca1-4d88-a968-867d9a2fa217</guid>
            <pubDate>Tue, 10 Feb 2026 09:06:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka Connect validates Google Cloud external account credentials to block unsupported credential sources and requires allow-listing authentication URLs using <code>gcp_auth_allowed_urls</code>. File- and command-based credential sources are not supported.</p><p><strong>Impact:</strong></p><p>If a connector uses <code>credential_source.url</code>, configure <code>gcp_auth_allowed_urls</code> at the Kafka Connect service level. Connectors using file- or command-based credential sources fail validation.<br/><br/><strong>More information:</strong></p><ul><li><a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/gcs-sink">Create a Google Cloud Storage sink connector for Apache Kafka® </a></li><li><a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/gcp-bigquery-sink">Create a sink connector from Apache Kafka® to Google BigQuery </a></li></ul>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[New high availability architecture for Aiven for PostgreSQL®]]></title>
            <link>https://aiven.io/changelog/4ea098c1-8da8-470e-9ee9-e89a28921153</link>
            <guid isPermaLink="false">4ea098c1-8da8-470e-9ee9-e89a28921153</guid>
            <pubDate>Thu, 05 Feb 2026 14:05:00 GMT</pubDate>
            <description><![CDATA[<p>We are introducing a redesigned architecture for Aiven for PostgreSQL®. This is a <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability</a> (LA) feature focusing on improved resilience, faster maintenance, a better upgrade experience, service reliability and performance. Once enabled for a project or an organization, it becomes the default for all new Aiven for PostgreSQL services.</p><p>Key changes include:</p><ul><li><strong>Improved backup and startup times</strong>: Faster backups lead to shorter maintenance windows and significantly reduced service startup times.</li><li><strong>Enhanced HA handling</strong>: The architecture provides greater resilience against network partitions and outages, and a new API allows you to trigger manual switchovers.</li><li><strong>Rapid multi-node deployment</strong>: Optimized processes allow for faster startup times for multi-node service plans.</li><li><strong>Streamlined pg_upgrade experience</strong>: Standby nodes now upgrade in-place, eliminating the wait times for multi-node services to become fully available after an upgrade.</li><li><strong>Maintenance efficiency</strong>: Parallel node provisioning reduces the total time required for maintenance and synchronization for multi-node service plans.</li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.25.0 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/ba0ec7a0-f48d-4553-9f15-688ef400ef07</link>
            <guid isPermaLink="false">ba0ec7a0-f48d-4553-9f15-688ef400ef07</guid>
            <pubDate>Thu, 05 Feb 2026 10:08:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version <a href="https://github.com/timescale/timescaledb/releases/tag/2.25.0">2.25.0</a> is now available for Aiven for PostgreSQL®. This release introduces performance improvements and bug fixes. Upgrade to 2.25.0 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>For details on all TimescaleDB releases, see the <a href="https://github.com/timescale/timescaledb/releases">release notes</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.24.0 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/7ee2d7ee-61e9-43fd-9e0f-4c5e3af42009</link>
            <guid isPermaLink="false">7ee2d7ee-61e9-43fd-9e0f-4c5e3af42009</guid>
            <pubDate>Mon, 02 Feb 2026 11:39:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version <a href="https://github.com/timescale/timescaledb/releases/tag/2.24.0">2.24.0</a> is now available for Aiven for PostgreSQL®. This release introduces performance improvements and bug fixes. Upgrade to 2.24.0 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>For details on all TimescaleDB releases, see the <a href="https://github.com/timescale/timescaledb/releases">release notes</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.23.0 and 2.23.1 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/1fa00697-b544-4735-97fa-ad86cd6b1ab4</link>
            <guid isPermaLink="false">1fa00697-b544-4735-97fa-ad86cd6b1ab4</guid>
            <pubDate>Mon, 02 Feb 2026 11:38:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension versions <a href="https://github.com/timescale/timescaledb/releases/tag/2.23.0">2.23.0</a> and <a href="https://github.com/timescale/timescaledb/releases/tag/2.23.1">2.23.1</a> are now available for Aiven for PostgreSQL®. These release introduce performance improvements and bug fixes. Upgrade to 2.23.0 and 2.23.1 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>For details on all TimescaleDB releases, see the <a href="https://github.com/timescale/timescaledb/releases">release notes</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.50.0 now available]]></title>
            <link>https://aiven.io/changelog/8b05e32a-39d9-4e69-81b7-35b4664704a6</link>
            <guid isPermaLink="false">8b05e32a-39d9-4e69-81b7-35b4664704a6</guid>
            <pubDate>Tue, 27 Jan 2026 14:10:00 GMT</pubDate>
            <description><![CDATA[<p>This version of the Aiven Provider for Terraform introduces automatic backup configuration for Kafka and PostgreSQL services, allowing you to set custom backup intervals and retention periods using the new <code>backup_interval_hours</code> and <code>backup_retention_days</code> fields.</p><p>For Aiven for Apache Kafka® MirrorMaker 2, the <code>follower_fetching_enabled</code> field was added to the <code>aiven_mirrormaker_replication_flow</code> resource letting you enable <a href="https://aiven.io/docs/products/kafka/kafka-mirrormaker/howto/mm2-rack-awareness">rack awareness and follower fetching</a>.</p><p>For the complete list of changes and technical details, view the full Aiven Provider for Terraform <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® reads failover to primary now generally available]]></title>
            <link>https://aiven.io/changelog/6a534a00-70a3-4b4c-863a-a1d744f10cac</link>
            <guid isPermaLink="false">6a534a00-70a3-4b4c-863a-a1d744f10cac</guid>
            <pubDate>Tue, 27 Jan 2026 13:34:00 GMT</pubDate>
            <description><![CDATA[<p>Automatic failover to primary for read-only workloads is now <strong>generally available</strong> for all Aiven for PostgreSQL® users.</p><p>When all standby nodes are unavailable, read traffic routed to the HA replica DNS endpoint is automatically redirected to the healthy primary node, ensuring uninterrupted access and minimizing downtime.</p><p><strong>Key highlights:</strong></p><ul><li><strong>Seamless failover</strong> for read-only queries when standbys are unavailable</li><li><strong>No application-side routing changes</strong> required</li><li><strong>Single, stable connection endpoint</strong> for read traffic</li><li><strong>Easy enable/disable</strong> via Console, CLI, API, Terraform, or Kubernetes</li></ul><p>To learn more, see the <a href="https://aiven.io/docs/products/postgresql/howto/pg-reads-failover-to-primary">feature documentation</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Deprecation: Aiven for OpenSearch® 2.17]]></title>
            <link>https://aiven.io/changelog/e7799d61-90a6-49a7-9253-02824c7bcfa8</link>
            <guid isPermaLink="false">e7799d61-90a6-49a7-9253-02824c7bcfa8</guid>
            <pubDate>Mon, 26 Jan 2026 15:14:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch® version 2.17 will reach its end-of-life (EOL) on <strong>July 26, 2026</strong>. Following our multi-minor version support period, we are transitioning all services to version 2.19 to ensure your environment remains compatible with future releases.</p><p>Key timeline</p><ul><li><strong>End-of-Life (EOL) date:</strong> July 26, 2026</li><li><strong>Automatic upgrades:</strong> Starting July 26, 2026, any services remaining on version 2.17 will be automatically upgraded to version 2.19 during their next scheduled maintenance window.</li></ul><p>Why upgrade to 2.19?</p><p>Upgrading to version 2.19 is a proactive step for your infrastructure:</p><ul><li><strong>Path to major version 3:</strong> Version 2.19 serves as the essential &quot;jump version&quot; required for the future upgrade to OpenSearch major version 3, which will bring significant performance improvements.</li><li><strong>Long-term stability:</strong> Version 2.19 is the current stable standard on the Aiven platform, offering the latest bug fixes and features over 2.17.</li></ul><p>Recommended actions</p><p>We recommend manually upgrading your services before the July deadline to ensure a controlled transition:</p><ol><li><strong>Test via forking:</strong> Use the <a href="https://aiven.io/docs/platform/concepts/service-forking">Aiven fork feature</a> to clone your 2.17 service into a 2.19 instance. This allows you to verify application compatibility without affecting production data.</li><li><strong>Review documentation:</strong> Check the <a href="https://docs.opensearch.org/latest/breaking-changes/#2190">OpenSearch breaking changes guide</a> for any minor breaking changes between 2.17 and 2.19.</li><li><strong>Perform manual upgrade:</strong> Follow our <a href="https://aiven.io/docs/products/opensearch/howto/os-version-upgrade#upgrade-your-service">upgrade guide</a> to trigger the version change at your convenience.</li></ol>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Deprecation: Aiven for OpenSearch® version 1]]></title>
            <link>https://aiven.io/changelog/724426b6-a8de-43d2-a08e-36f24abba306</link>
            <guid isPermaLink="false">724426b6-a8de-43d2-a08e-36f24abba306</guid>
            <pubDate>Mon, 26 Jan 2026 15:12:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch® version 1.x will reach its end-of-life (EOL) on <strong>July 26, 2026</strong>, following its deprecation upstream. All services running version 1.x must be upgraded to version 2.x to ensure continued support, security, and performance.</p><p>Key timeline</p><ul><li><strong>End-of-life (EOL) date:</strong> July 26, 2026</li><li><strong>Automatic upgrades:</strong> Starting July 26, 2026, any services remaining on version 1.x will be automatically upgraded to version 2.19 during their next scheduled maintenance window.</li></ul><p>Why upgrade?</p><p>Upgrading to OpenSearch 2.x provides significant technical advantages:</p><ul><li><strong>Enhanced performance:</strong> Version 2.x is approximately 6x faster than version 1.3.</li><li><strong>Reduced storage footprint:</strong> Zstandard compression reduces on-disk storage requirements by 15% to 30%.</li></ul><p>Recommended Actions</p><p>To ensure a smooth transition and verify application compatibility, we recommend taking the following steps before the July deadline:</p><ol><li><strong>Review breaking changes:</strong> Consult the <a href="https://docs.opensearch.org/latest/breaking-changes/#200">OpenSearch 2.0 breaking changes guide</a> to identify potential impacts.</li><li><strong>Test via forking:</strong> We suggest <a href="https://aiven.io/docs/platform/concepts/service-forking">forking your service</a> at its current version, then upgrading the fork to version 2.19 to test for incompatibilities in a safe environment.</li><li><strong>Perform manual upgrade:</strong> <a href="https://aiven.io/docs/products/opensearch/howto/os-version-upgrade#upgrade-your-service">Upgrade your services</a> at your convenience before the EOL date.</li></ol>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Upgrade to OpenSearch® 3.3.2]]></title>
            <link>https://aiven.io/changelog/c0337487-d7f2-48d3-b54a-be12cab92f7b</link>
            <guid isPermaLink="false">c0337487-d7f2-48d3-b54a-be12cab92f7b</guid>
            <pubDate>Tue, 20 Jan 2026 12:28:00 GMT</pubDate>
            <description><![CDATA[<p>OpenSearch® <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-3.3.2.md">version 3.3.2</a> is now available for Aiven for OpenSearch services. <a href="https://aiven.io/docs/products/opensearch/howto/os-version-upgrade#upgrade-your-service">Apply this version on your services</a> to benefit from the <a href="https://github.com/opensearch-project/opensearch-build/blob/37a593e4746f9658260356e72ce4c3cf6af204f9/release-notes/opensearch-release-notes-3.0.0.md">major upgrade to version 3</a>, which brings significant performance improvements, a modernized user experience, and powerful new capabilities, especially in observability and AI/ML-driven search.</p><p><strong>Highlights</strong></p><ul><li><strong>OpenSearch Dashboards - redesigned experience</strong><ul><li><strong>Unified observability experience (preview):</strong> A redesigned <strong>Discover</strong> interface in OpenSearch Dashboards brings log analytics and distributed tracing together, offering an all-in-one view for troubleshooting and monitoring. To ensure service stability, the new Discover experience is disabled by default while in beta for version 3.3. We plan to enable this by default once it reaches general availability (GA) in a future release. To enable this feature before its GA, contact your account manager.</li><li><strong>Smarter visualizations:</strong> New features enable smarter, automated visualizations and more chart types, making data analysis faster and insights easier to obtain.</li><li><strong>Discover traces:</strong> A dedicated, central interface for querying and exploring traces across your distributed systems.</li></ul></li><li><strong>Enhanced performance and core search</strong><ul><li><strong>Lucene 10 upgrade (since v3.0):</strong> This core upgrade modernizes the search infrastructure, leading to <strong>improved indexing and search performance</strong>, and better efficiency.</li><li><strong>Better hybrid search:</strong> Enhancements like <strong>Z-score normalization</strong> for result scoring provide more accurate and relevant results when combining different search methods.</li><li><strong>Star-tree indexing improvements:</strong> Speeds up slow-running aggregations, particularly <strong>multi-terms aggregations</strong>, for large datasets.</li></ul></li><li><strong>Powerful analytics with piped processing language (PPL)</strong><ul><li><strong>Apache Calcite integration (since v3.0):</strong> PPL now uses the Apache Calcite query engine by default, introducing better portability, optimization capabilities, and an <strong>extensive library of new PPL functions</strong> for data manipulation and analysis.</li><li><strong>New PPL commands:</strong> Introduction of commands like <code>timechart</code> for time-series aggregation and enhanced functions like <code>coalesce</code> and <code>mvjoin</code> for complex data transformations.</li></ul></li><li><strong>Vector search enhancements:</strong> Continued improvements to vector search, including the new <strong>Seismic</strong> sparse retrieval algorithm for faster neural sparse search, supporting more sophisticated generative AI and semantic search applications.</li></ul><p><strong>Supported upgrade paths</strong></p><ul><li><strong>1.3 → 2.19 → 3.3</strong></li><li><strong>2.17 → 2.19 → 3.3</strong></li></ul><p>To explore all changes and make your OpenSearch experience even better, review the following:</p><ul><li><a href="https://github.com/opensearch-project/opensearch-build/tree/main/release-notes">Full release notes</a></li><li><a href="https://docs.opensearch.org/latest/breaking-changes#300">Breaking changes</a></li></ul>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Operator for Kubernetes version 0.35.0 now available]]></title>
            <link>https://aiven.io/changelog/8f874b26-a2e2-4aad-83d4-3ad7756e37b2</link>
            <guid isPermaLink="false">8f874b26-a2e2-4aad-83d4-3ad7756e37b2</guid>
            <pubDate>Tue, 20 Jan 2026 09:44:00 GMT</pubDate>
            <description><![CDATA[<p>This release introduces significant updates including Kubernetes v0.28 support. The operator now requires Go 1.20+.</p><p>A major change in this version is the complete removal of the <code>Redis</code> kind and controller from the operator, as Redis has reached end of life. Use Valkey instead for all caching services.</p><p>Key enhancements in this release include:</p><ul><li><strong>Enhanced backup capabilities</strong>: Both Kafka and PostgreSQL now support configurable automatic backups with new fields for backup intervals and retention periods</li><li><strong>Improved authentication</strong>: Kafka services now support Let&#x27;s Encrypt certificate authorities for SASL authentication and SASL OAUTHBEARER with configurable allowed URLs</li><li><strong>MySQL migration improvements</strong>: Added experimental database dump tool configuration and replication options for enhanced migration workflows</li><li><strong>PostgreSQL high availability</strong>: New dedicated read-only DNS option that automatically falls back to primary when standby nodes are unavailable</li><li><strong>Performance optimizations</strong>: Valkey I/O threads maximum increased from 32 to 256, and various field limits expanded</li></ul><p>For complete details on all changes and deprecations, check out the full <a href="https://github.com/aiven/aiven-operator/releases/tag/v0.35.0">Aiven Operator changelog</a>.</p>]]></description>
            <category>Aiven Operator for Kubernetes</category>
        </item>
        <item>
            <title><![CDATA[Follower fetching with rack awareness for Kafka Connect and MirrorMaker 2]]></title>
            <link>https://aiven.io/changelog/6d3a421f-7b77-434b-9bba-7be0664b1ade</link>
            <guid isPermaLink="false">6d3a421f-7b77-434b-9bba-7be0664b1ade</guid>
            <pubDate>Mon, 19 Jan 2026 09:37:28 GMT</pubDate>
            <description><![CDATA[<p>Follower fetching with rack awareness is now supported for Aiven for Apache Kafka® Connect sink connectors and Aiven for Apache Kafka® MirrorMaker 2 replication flows when enabled on the Aiven for Apache Kafka® service.</p><p>Kafka Connect and MirrorMaker 2 automatically use the availability zone where each node runs to prefer reading from in-sync follower replicas in the same zone. This reduces cross-availability zone network traffic and associated costs.</p><p>For Kafka Connect, this applies to sink connectors only. For MirrorMaker 2, follower fetching is enabled by default for new replication flows and can be disabled per flow.</p><p>Learn more:</p><ul><li><a href="https://aiven.io/docs/products/kafka/concepts/follower-fetching">Follower fetching in Aiven for Apache Kafka®</a></li><li><a href="https://aiven.io/docs/products/kafka/kafka-mirrormaker/howto/mm2-rack-awareness">Configure rack awareness in Aiven for Apache Kafka® MirrorMaker 2</a></li></ul>]]></description>
            <category>Apache Kafka®</category>
            <category>Apache Kafka® MirrorMaker 2</category>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Oracle Debezium source connector available (Early availability)]]></title>
            <link>https://aiven.io/changelog/7a4b3d2c-194c-40a2-9489-6ff168f3e807</link>
            <guid isPermaLink="false">7a4b3d2c-194c-40a2-9489-6ff168f3e807</guid>
            <pubDate>Mon, 12 Jan 2026 11:20:00 GMT</pubDate>
            <description><![CDATA[<p>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.</p><p><strong>Supported functionality:</strong></p><ul><li>Change data capture (CDC) for Oracle tables using LogMiner.</li><li>Row-level inserts, updates, and deletes.</li><li>Integration with Schema Registry and Avro serialization.</li></ul><p><strong>Limitations:</strong></p><ul><li>Large initial snapshots are not supported. The connector streams ongoing changes only.</li><li>Exactly-once delivery is not supported.</li></ul><p>To learn how to configure and use the connector, see the <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/debezium-source-connector-oracle">Oracle Debezium source connector documentation</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.49.0 now available]]></title>
            <link>https://aiven.io/changelog/ddadee81-b24c-4aa9-80de-5b81aa9f6eba</link>
            <guid isPermaLink="false">ddadee81-b24c-4aa9-80de-5b81aa9f6eba</guid>
            <pubDate>Thu, 08 Jan 2026 15:48:00 GMT</pubDate>
            <description><![CDATA[<p>This version of the Aiven Terraform Provider introduces a new <code>aiven_service_list</code> data source that lets you list all services in a project, making service discovery and management easier.</p><p><br/>Other notable improvements in this release:</p><ul><li>Enhanced Kafka topic handling with retry logic for 404 errors from the <code>KafkaTopicListV2</code> endpoint</li><li>Added <code>mysql_user_config.migration.reestablish_replication</code> field for Aiven for MySQL services to skip dump-restore and start replication directly</li><li>Improved error handling for resources that weren&#x27;t properly removing from state when deleted externally</li></ul><p>Additionally, the <code>termination_protection</code> field for <code>aiven_mysql_database</code> has been deprecated in favor of using Terraform&#x27;s built-in <a href="https://developer.hashicorp.com/terraform/tutorials/state/resource-lifecycle#prevent-resource-deletion"><code>prevent_destroy</code> lifecycle rule</a>.</p><p><br/>For more details on all changes and fixes, view the complete Aiven Provider for Terraform <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.<br/></p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Valkey™ JSON module now available on Aiven for Valkey™]]></title>
            <link>https://aiven.io/changelog/3cb78ea3-0c14-4d76-bfff-90833cb9256c</link>
            <guid isPermaLink="false">3cb78ea3-0c14-4d76-bfff-90833cb9256c</guid>
            <pubDate>Thu, 18 Dec 2025 09:26:00 GMT</pubDate>
            <description><![CDATA[<p><strong>What&#x27;s new</strong></p><p>The Valkey™ JSON module is now available for all Aiven for Valkey™ services. This module extends Valkey features with advanced JSON data handling capabilities.</p><p><strong>Key features</strong></p><ul><li>Native JSON storage: Store JSON documents as values directly in Valkey</li><li>JSONPath queries: Query JSON documents using standard JSONPath syntax</li><li>Atomic updates: Make atomic updates to JSON elements for consistency</li></ul><p><strong>Configuration</strong></p><p>Enable the module on your <strong>existing services</strong> by applying a maintenance update.</p><p>Otherwise, no action is required from you:</p><ul><li>Enabled by default on all <strong>new services</strong>.</li><li>No setup required; start using JSON commands immediately.</li><li>Always available; cannot be turned off.</li></ul><p><strong>Getting started</strong></p><ul><li><strong>For existing services</strong>: Apply a maintenance update to enable and start using the module.</li><li><strong>For new services</strong>: Start using Valkey JSON commands right away.</li></ul><p><strong>Learn more</strong></p><ul><li>For complete information on Valkey JSON commands and usage examples, visit the <a href="https://valkey.io/topics/valkey-json/">Valkey™ JSON documentation</a>.</li><li>For information on Aiven for Valkey, visit:<ul><li><a href="https://aiven.io/docs/products/valkey/reference/valkey-modules">Aiven for Valkey™ modules reference</a></li><li><a href="https://aiven.io/docs/products/valkey">Aiven for Valkey™ documentation</a></li></ul></li></ul>]]></description>
            <category>Valkey™</category>
        </item>
        <item>
            <title><![CDATA[Aiven for ClickHouse® upgraded to 25.3]]></title>
            <link>https://aiven.io/changelog/a003f985-c785-4fd0-b7e5-aff93a81cdb1</link>
            <guid isPermaLink="false">a003f985-c785-4fd0-b7e5-aff93a81cdb1</guid>
            <pubDate>Mon, 15 Dec 2025 11:32:00 GMT</pubDate>
            <description><![CDATA[<p>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.</p><p>Highlights</p><ul><li><code>S3Queue</code> table engine</li><li><code>AzureQueue</code> table engine</li><li>New query analyzer</li><li>Improved <code>JOIN</code> performance</li><li>Data types: <code>JSON</code>, <code>Variant</code>, <code>Dynamic</code></li><li>Refreshable materialized view</li><li>New <code>generateSerialID</code> function</li></ul><p>For all the introduced changes, see relevant sections of the <a href="https://clickhouse.com/docs/category/changelog">ClickHouse changelog</a> (24.9, 24.10, 24.11, 24.12, 25.1, 25.2, 25.3).</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka® upgraded to 4.1]]></title>
            <link>https://aiven.io/changelog/1896cdba-143e-4aac-9c9c-b2716e48140e</link>
            <guid isPermaLink="false">1896cdba-143e-4aac-9c9c-b2716e48140e</guid>
            <pubDate>Fri, 12 Dec 2025 12:41:00 GMT</pubDate>
            <description><![CDATA[<p>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.</p><p>For details, see Apache Kafka® 4.1.0 and 4.1.1 release notes:<br/>- <a href="https://dlcdn.apache.org/kafka/4.1.0/RELEASE_NOTES.html">Kafka 4.1.0 release notes</a><br/>- <a href="https://dlcdn.apache.org/kafka/4.1.1/RELEASE_NOTES.html">Kafka 4.1.1 release notes</a></p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Enforce allowed URLs for SASL OAUTHBEARER authentication]]></title>
            <link>https://aiven.io/changelog/a41b1a2d-c984-47ee-b5ad-9f844d2c9ca7</link>
            <guid isPermaLink="false">a41b1a2d-c984-47ee-b5ad-9f844d2c9ca7</guid>
            <pubDate>Fri, 12 Dec 2025 09:50:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka now enforces an allowed list of URLs for SASL OAUTHBEARER authentication to address CVE-2025-27817.</p><p>By default, the value from <code>sasl_oauthbearer_jwks_endpoint_url</code> is added automatically to the allowed list. You can explicitly allow additional URLs by setting <code>sasl_oauthbearer_allowed_urls</code>.</p><p>URLs that are not included in either <code>sasl_oauthbearer_allowed_urls</code> or <code>sasl_oauthbearer_jwks_endpoint_url</code> are now blocked for SASL OAUTHBEARER authentication.</p><p>Although Apache Kafka Connect and Apache Kafka MirrorMaker 2 do not officially support SASL OAUTHBEARER, this change prevents unsupported configurations from bypassing security controls.<br/><br/>For more information, see:</p><ul><li><code>sasl_oauthbearer_allowed_urls</code> configuration reference: <a href="https://aiven.io/docs/products/kafka/reference/advanced-params#sasl_oauthbearer_allowed_urls">Advanced parameters for Aiven for Apache Kafka®</a></li><li>CVE-2025-27817: <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27817">NVD - CVE-2025-27817</a><br/></li></ul>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.48.0 now available]]></title>
            <link>https://aiven.io/changelog/bd014140-c236-4ba3-b126-92424a020d27</link>
            <guid isPermaLink="false">bd014140-c236-4ba3-b126-92424a020d27</guid>
            <pubDate>Thu, 11 Dec 2025 13:48:00 GMT</pubDate>
            <description><![CDATA[<p>This version of the Aiven Terraform Provider adds write-only password support to service user resources, including <code>aiven_kafka_user</code>, <code>aiven_mysql_user</code>, <code>aiven_opensearch_user</code>, <code>aiven_pg_user</code>, and <code>aiven_valkey_user</code>. You can now manage passwords for these service users securely without storing them in your state file by using the new <code>password_wo</code> and <code>password_wo_version</code> fields.</p><p>Additionally, a new <code>aiven_organization_user_group_member_list</code> data source has been added. It lists all members of a specific user group, making group and permission management easier.</p><p>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 <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka Free Tier now available]]></title>
            <link>https://aiven.io/changelog/6d8b5811-882e-4a87-a346-66fbca7ed709</link>
            <guid isPermaLink="false">6d8b5811-882e-4a87-a346-66fbca7ed709</guid>
            <pubDate>Wed, 10 Dec 2025 09:00:29 GMT</pubDate>
            <description><![CDATA[<p><strong>Aiven for Apache Kafka Free Tier now available</strong></p><p>A free tier is now available for Aiven for Apache Kafka. No credit card is required.<br/>Use it for learning, prototyping, small-scale development, and workloads that fit within the free tier limits.</p><p><strong>Key features</strong></p><ul><li>Managed Kafka cluster with Karapace Schema Registry and REST Proxy</li><li>Throughput limits of up to 125 KiB/s for produce traffic and 125 KiB/s for consume traffic</li><li>Up to 5 topics, each with two partitions</li><li>Sample data generation and basic monitoring</li><li>One free Kafka service per organization</li></ul><p><strong>Limitations</strong></p><ul><li>Free tier services are automatically powered off during extended periods of inactivity and can be reactivated at any time.</li><li>Kafka Connect, MirrorMaker 2, service integrations, and tiered storage are not available.</li><li>Data retention is fixed, and no SLA coverage is included.</li></ul><p>You can upgrade to a paid plan at any time to remove limits and enable additional features. To learn more, see the <a href="https://aiven.io/docs/products/kafka/free-tier/kafka-free-tier">Kafka free tier documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Valkey™ clustering: out now in limited availability]]></title>
            <link>https://aiven.io/changelog/b5ab1618-47d2-45d6-b614-f14217689086</link>
            <guid isPermaLink="false">b5ab1618-47d2-45d6-b614-f14217689086</guid>
            <pubDate>Fri, 05 Dec 2025 08:54:00 GMT</pubDate>
            <description><![CDATA[<p>We are excited to announce the launch of <strong>Aiven for Valkey™ clustering</strong> in <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability</a>. This managed solution provides scalable, distributed in-memory data storage with built-in high availability.</p><p>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.</p><p><strong>Key benefits:</strong></p><ul><li><strong>High availability:</strong> Automatic failover, minimal downtime, and replica promotion to maintain service continuity during unexpected failures or maintenance.</li><li><strong>Scalability &amp; performance:</strong> Distribute read and write operations across multiple shards for significantly higher throughput, lower latency, and better load distribution.</li><li><strong>Compatibility:</strong> Fully compatible with existing Valkey cluster-aware client libraries for seamless integration with current applications.</li><li><strong>Flexible sizing:</strong> Supports various instance sizes, including smaller 4 GB RAM instances, allowing for better cost optimization.</li></ul><p>Learn more in the <a href="https://aiven.io/docs/products/valkey/concepts/valkey-cluster">Aiven for Valkey™ clustering documentation</a>.</p>]]></description>
            <category>Valkey™</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® reads failover to primary]]></title>
            <link>https://aiven.io/changelog/c9d2c189-6a51-40fc-83d0-ee2818d16976</link>
            <guid isPermaLink="false">c9d2c189-6a51-40fc-83d0-ee2818d16976</guid>
            <pubDate>Fri, 05 Dec 2025 08:25:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® now supports automatic failover for read-only workloads. When all standby nodes are unavailable, read traffic routed to the HA replica DNS endpoint is automatically redirected to the healthy primary node, ensuring uninterrupted access and minimizing downtime.</p><p>Key highlights:</p><ul><li>Seamless failover for read-only queries when standbys are unavailable</li><li>No application-side routing changes required</li><li>Single, stable connection endpoint for read traffic</li><li>Easy enable/disable via Console, CLI, API, Terraform, or Kubernetes</li></ul><p>This is a <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability feature</a>. To learn more, see the <a href="https://aiven.io/docs/products/postgresql/howto/pg-reads-failover-to-primary">feature documentation</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Support public CA for SASL authentication in Aiven for Apache Kafka]]></title>
            <link>https://aiven.io/changelog/91c090ae-5e65-4c18-aa41-bec5b38c070d</link>
            <guid isPermaLink="false">91c090ae-5e65-4c18-aa41-bec5b38c070d</guid>
            <pubDate>Thu, 04 Dec 2025 08:34:00 GMT</pubDate>
            <description><![CDATA[<p>You can now configure Aiven for Apache Kafka to use a public certificate authority (Let’s <a href="https://letsencrypt.org/">Encrypt</a>) for SASL authentication instead of a project-specific CA. This eliminates the need for clients to install and manage certificates when authenticating with username and password.</p><p>When you enable this option, the connection details display the appropriate SASL port for your access route. Public CA support is available for all connection types, including PrivateLink.</p><p>To enable Public CA, use the Aiven Console, Aiven CLI, API, or Terraform. For more information, see <a href="https://aiven.io/docs/products/kafka/howto/kafka-sasl-auth#enable-public-ca-for-sasl-authentication">Enable public CA for SASL authentication</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 18.1, 17.7, 16.11, 15.15, and 14.20]]></title>
            <link>https://aiven.io/changelog/ff311598-40ff-4a6d-ba3f-4aef4c7347a4</link>
            <guid isPermaLink="false">ff311598-40ff-4a6d-ba3f-4aef4c7347a4</guid>
            <pubDate>Wed, 19 Nov 2025 13:39:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 18.1, 17.7, 16.11, 15.15, and 14.20, which contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Karapace version 5.0.3]]></title>
            <link>https://aiven.io/changelog/32e1a6a6-9910-4feb-a924-1c1c31242150</link>
            <guid isPermaLink="false">32e1a6a6-9910-4feb-a924-1c1c31242150</guid>
            <pubDate>Wed, 19 Nov 2025 08:42:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace has been updated to version 5.0.3 with fixes that improve protobuf handling and message consumption.</p><p><strong>Improved</strong></p><ul><li>Protobuf schemas now use absolute runtime paths when compiled, ensuring that generated <code>*_pb2.py</code> modules load correctly across different runtime environments.</li></ul><p><strong>Fixed</strong></p><ul><li>Fixed protobuf decoding failures that caused messages to appear empty or not load in the Kafka Topic Catalog and REST API.</li><li>Fixed an error where protobuf keys that could not be decoded resulted in an <em>Unprocessable Entity</em> response. Karapace now falls back to binary decoding for the key.</li><li>Fixed errors that caused protobuf-formatted messages to fail when fetched through the API or the Aiven Console.</li></ul><p>For more information, see the <a href="https://github.com/Aiven-Open/karapace/releases/tag/5.0.3">Karapace 5.0.3 release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Valkey™ version 8.1]]></title>
            <link>https://aiven.io/changelog/b3e9aa30-9895-48cd-bfb2-03138637ebce</link>
            <guid isPermaLink="false">b3e9aa30-9895-48cd-bfb2-03138637ebce</guid>
            <pubDate>Tue, 18 Nov 2025 13:42:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Valkey™ version 8.1 is now available on the Aiven Platform. It introduces multiple improvements on top of version 8.0, including:</p><p><strong>Performance improvements</strong></p><ul><li><strong>New hashtable implementation</strong>: Reduces the average memory needed for key-value pairs and the number of random memory accesses. It also improves throughput by approximately 10% on pipeline workloads when not using I/O threads.</li><li><strong>Iterator prefetching</strong>: Up to 3.5x faster when iterating over the key set by using prefetching techniques.</li><li><strong>Various command optimizations</strong>: Commands such as <code>ZRANK</code>, <code>ZADD</code>, <code>PFMERGE</code>, <code>PFCOUNT</code>, and <code>BITCOUNT</code> were optimized to execute faster.</li></ul><p><strong>Observability improvements</strong></p><ul><li><strong>Extending the slowlog to commandlog</strong>: The new <code>COMMANDLOG</code> feature gives you better visibility into end-to-end latency.</li><li><strong>Improved latency insights</strong>: The new <code>LATENCY LATEST</code> command reports on the latest collected latency events.</li></ul><p><strong>Other improvements</strong></p><ul><li><strong>Conditional updates</strong>: The introduction of conditional updates using the <code>SET IFEQ</code> semantics.</li></ul><p>Upgrade to version 8.1 at your earliest convenience to ensure you use the most robust and secure version available.</p><p>See the <a href="https://github.com/valkey-io/valkey/releases/tag/8.1.0">Valkey 8.1 release notes</a> for more details.</p>]]></description>
            <category>Valkey™</category>
        </item>
        <item>
            <title><![CDATA[Iceberg sink connector updated to version 1.10.0]]></title>
            <link>https://aiven.io/changelog/1e6151db-c5c7-46bd-af5c-b3f6d1be1af4</link>
            <guid isPermaLink="false">1e6151db-c5c7-46bd-af5c-b3f6d1be1af4</guid>
            <pubDate>Thu, 13 Nov 2025 15:51:52 GMT</pubDate>
            <description><![CDATA[<p>The Iceberg sink connector for Aiven for Apache Kafka® Connect has been updated to use Apache Iceberg 1.10.0. The update includes security fixes, dependency updates, and improved support for Google Cloud Platform (GCP).</p><p>Key changes include the following:</p><ul><li>Added support for the BigQuery metastore catalog to integrate with Google BigQuery.</li><li>Added Google Cloud authentication support, including Application Default Credentials and service account key files.</li><li>Added support for multiple Google Cloud Storage credential prefixes, allowing different credentials per bucket or prefix.</li><li>Added a new KeyManagementClient for Google Cloud KMS to manage encryption key wrapping and unwrapping.</li></ul><p>For more details, see the <a href="https://iceberg.apache.org/releases/#1100-release">Apache Iceberg 1.10.0 release notes</a>.</p><p>To learn how to use the connector, see the <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/iceberg-sink-connector">Iceberg sink connector documentation</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.47.0 now available]]></title>
            <link>https://aiven.io/changelog/62ddc9f7-21fe-4188-aefa-7df5c4526b60</link>
            <guid isPermaLink="false">62ddc9f7-21fe-4188-aefa-7df5c4526b60</guid>
            <pubDate>Wed, 12 Nov 2025 16:00:00 GMT</pubDate>
            <description><![CDATA[<p>This version supports write-only passwords in the <code>aiven_clickhouse_user</code> resource with the <code>password_wo</code> field. This provides secure management of passwords without storing them in the state file.</p><p>There are also 3 new data sources that help you get details without using another tool like the Aiven Console. The <code>aiven_service_plan</code> and <code>aiven_service_plan_list</code> data sources give you detailed service plan information. You can use these to get information on the available service plans.</p><p>Additionally, the <code>aiven_organization_user_group_list </code>data source lists all user groups within an organization. This makes it easier to manage user groups and assign them permissions.<br/></p><p>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 <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[New Developer plan for Aiven for PostgreSQL® services]]></title>
            <link>https://aiven.io/changelog/f58de57d-3a26-4bab-a996-98c248c5fd5b</link>
            <guid isPermaLink="false">f58de57d-3a26-4bab-a996-98c248c5fd5b</guid>
            <pubDate>Wed, 12 Nov 2025 14:15:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven has introduced a new pricing plan for Aiven for PostgreSQL® services. Starting at $8 USD, the Developer plan offers more storage, so you can scale up your free PostgreSQL service in a cost-effective way. Unlike the Free plan, services on the Developer plan are not automatically powered off if inactive, and this paid plan automatically includes Basic support services.</p><p>More information on the Developer plan is available in the <a href="https://aiven.io/docs/platform/concepts/service-pricing#developer-plan">Aiven docs</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Improving Aiven for OpenSearch® backup to another region]]></title>
            <link>https://aiven.io/changelog/9d76349c-ae73-4282-bd85-e462a77074a1</link>
            <guid isPermaLink="false">9d76349c-ae73-4282-bd85-e462a77074a1</guid>
            <pubDate>Fri, 31 Oct 2025 09:05:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch® generates snapshots for an additional region directly from the service. These backup to another region (BTAR) snapshots are created and managed in sync with the primary region&#x27;s <a href="https://ip-512-docs-update-btar-publ.aiven-docs.pages.dev/docs/products/opensearch/howto/manage-snapshots">base snapshots</a> using the <a href="https://docs.opensearch.org/latest/api-reference/snapshots/index/">native OpenSearch API</a>. This approach accelerates the backup process, boosting both performance and efficiency.</p><p>Learn more about <a href="https://aiven.io/docs/platform/concepts/backup-to-another-region">how Aiven for OpenSearch BTAR works</a> and see how to enable this <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability feature</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[BigQuery sink connector for Aiven for Apache Kafka Connect® 2.10.0]]></title>
            <link>https://aiven.io/changelog/f0fdf9e2-3d33-4bc5-a0ec-6f1a1e2e0af6</link>
            <guid isPermaLink="false">f0fdf9e2-3d33-4bc5-a0ec-6f1a1e2e0af6</guid>
            <pubDate>Fri, 24 Oct 2025 10:55:00 GMT</pubDate>
            <description><![CDATA[<p>The BigQuery sink connector for Aiven for Apache Kafka Connect has been upgraded to version 2.10.0. This release improves schema handling, ingestion reliability, and performance.</p><ul><li>Added an option to skip fields not defined in the BigQuery schema.</li><li>Added support for partition decorator syntax in the Storage Write API.</li><li>Added support for updating table schemas in GCS-to-BigQuery load jobs.</li><li>Enabled connection pooling for the Storage Write API default stream to improve write performance.</li><li>Added trace ID propagation to help BigQuery trace connector traffic.</li></ul><p>For configuration instructions, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/gcp-bigquery-sink#configure-google-cloud">Create a sink connector from Apache Kafka® to Google BigQuery</a></p><p>For all releases, see the <a href="https://github.com/Aiven-Open/bigquery-connector-for-apache-kafka/releases">GitHub repository</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL®: Enhanced password security with SCRAM-SHA-256]]></title>
            <link>https://aiven.io/changelog/92b882ae-b75c-431f-8fa5-7616dc060f54</link>
            <guid isPermaLink="false">92b882ae-b75c-431f-8fa5-7616dc060f54</guid>
            <pubDate>Thu, 23 Oct 2025 13:53:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® now defaults to <code>scram-sha-256</code> password encryption for enhanced security, moving away from the <code>md5</code> method. <code>scram-sha-256</code> offers a more robust challenge-response authentication scheme. While <code>md5</code> is vulnerable to traditional pass-the-hash attacks, <code>scram-sha-256</code> eliminates this type of vulnerability and offers much better protection against offline password attacks and brute force attacks.</p><p><strong>How this change applies</strong></p><ul><li><strong>New services (affected)</strong>: New Aiven for PostgreSQL services in organizations without <a href="https://aiven.io/docs/products/postgresql/concepts/pg-connection-pooling">PGBouncer pools</a> will use <code>scram-sha-256</code> by default.</li><li><strong>Existing services (unaffected)</strong>: All existing services are not impacted by this change.</li><li><strong>PGBouncer pool organizations (unaffected)</strong>: New services created in organizations with PGBouncer pools will continue to default to <code>md5</code>.</li></ul><p><strong>Client compatibility</strong>: Most modern PostgreSQL client libraries are compatible with <code>scram-sha-256</code>. For authentication issues, consult your driver&#x27;s documentation or the <a href="https://wiki.postgresql.org/wiki/List_of_drivers">PostgreSQL list of drivers</a>.</p><p><strong>When to migrate manually</strong></p><p>If your organization has PGBouncer pools tied to specific database users or your services have additional database users created, migrate to <code>scram-sha-256</code> manually before the <strong>next major PostgreSQL version upgrade</strong>, when <code>md5</code> encryption will be deprecated.</p><p><a href="https://aiven.io/docs/products/postgresql/troubleshooting/pg-password-encryption-upgrade">View migration guide and compatibility instructions</a></p><p><strong>How to troubleshoot authentication issues</strong></p><p>If you experience connection problems with <code>scram-sha-256</code>, you have two immediate options:</p><ul><li><strong>Revert default</strong>: Change <code>pg.password_encryption</code> back to <code>md5</code> in your service&#x27;s <code>user_config</code>.</li><li><strong>Role-specific MD5</strong>: For specific roles, create them with <code>md5</code> secrets directly using <code>CREATE ROLE ... WITH PASSWORD &#x27;md5&#x27; ...</code> (<a href="https://www.postgresql.org/docs/current/sql-createrole.html">PostgreSQL documentation on CREATE ROLE</a>).</li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Support for diskless topics in sample data generator]]></title>
            <link>https://aiven.io/changelog/e31ed56d-4a24-432d-a2f1-7bd536314c8a</link>
            <guid isPermaLink="false">e31ed56d-4a24-432d-a2f1-7bd536314c8a</guid>
            <pubDate>Mon, 20 Oct 2025 08:00:55 GMT</pubDate>
            <description><![CDATA[<p>You can now generate sample data to diskless or classic topics in Aiven for Apache Kafka® services with diskless topics enabled. The quick connect flow in the Aiven Console has also been updated to support diskless topics.<br/>For more information, see <a href="https://aiven.io/docs/products/kafka/howto/generate-sample-data">Stream sample data from the Aiven Console</a>. To learn more about diskless topics, see <a href="https://aiven.io/docs/products/kafka/diskless/concepts/diskless-overview">Diskless topics for Apache Kafka®</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[CVE-2025-49844 - Redis/Valkey - Lua Use-After-Free Vulnerability]]></title>
            <link>https://aiven.io/changelog/ebcc2ffa-10a9-44df-94ea-74d64afc9a3e</link>
            <guid isPermaLink="false">ebcc2ffa-10a9-44df-94ea-74d64afc9a3e</guid>
            <pubDate>Thu, 09 Oct 2025 07:20:00 GMT</pubDate>
            <description><![CDATA[<p>On October 3rd, 2025, Redis released details on <strong><a href="https://redis.io/blog/security-advisory-cve-2025-49844/">CVE-2025-49844</a>.</strong></p><p></p><p>This particular vulnerability could allow an authenticated user to obtain remote code execution using a specially crafted Lua script.</p><p></p><p>This affects all <strong>Redis and Valkey versions</strong> that have <strong>Lua scripting support</strong>.</p><p>This issue is resolved in:</p><ul><li>Redis: 8.2.2+, 8.04+, 7.4.6+, 7.2.11+, 6.2.20+</li><li>Valkey: 8.1.4+, 8.0.6+, 7.2.11+</li></ul><p>On October 8th Valkey 8.0.6 was made available as <a href="https://aiven.io/docs/platform/concepts/maintenance-window#maintenance-updates">mandatory maintenance</a> on the Aiven platform. It is recommended that all Valkey customers run this maintenance as soon as possible.</p><p></p><p>For those customers running Redis (<a href="https://aiven.io/docs/products/caching">Aiven for Caching</a>) on the Aiven platform, a patch to 7.2.11 will be released in the coming days. Note that Aiven for Caching is end-of-life on the Aiven platform and all running instances will be decommissioned starting on October 15th, 2025.</p><p><br/></p>]]></description>
            <category>Valkey™</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Diskless topics for Aiven for Apache Kafka® are now generally available]]></title>
            <link>https://aiven.io/changelog/f94d1c50-e81f-4787-a273-2fd9c45ec2e0</link>
            <guid isPermaLink="false">f94d1c50-e81f-4787-a273-2fd9c45ec2e0</guid>
            <pubDate>Wed, 08 Oct 2025 16:45:00 GMT</pubDate>
            <description><![CDATA[<p><strong>Diskless topics</strong> reduce the cost of high-throughput workloads by minimizing inter-availability zone (AZ) network traffic and using object storage instead of local disks. The features is now generally available for <strong>Aiven for Apache</strong> <strong>Kafka®</strong> in <strong>Bring Your Own Cloud (BYOC)</strong> deployments on <strong>AWS </strong>and <strong>GCS.<br/></strong><br/><strong>Key details: </strong></p><ul><li>Data durability and replication are handled by the object storage layer.</li><li>Flexibility of classic and diskless topics both coexisting on the same cluster.</li><li>Runs a PostgreSQL-based coordinator, managed as a service integration.</li></ul><p>Learn more in the <a href="https://aiven.io/docs/products/kafka/diskless/concepts/diskless-overview">Diskless topics overview</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[JWT authentication now available for Aiven for OpenSearch®]]></title>
            <link>https://aiven.io/changelog/102d756d-771b-4531-a71d-e577d86399b4</link>
            <guid isPermaLink="false">102d756d-771b-4531-a71d-e577d86399b4</guid>
            <pubDate>Mon, 06 Oct 2025 12:12:00 GMT</pubDate>
            <description><![CDATA[<p>Configure JSON Web Token (JWT) authentication for your Aiven for OpenSearch® services to enable secure, stateless authentication using tokens from your existing identity provider. This eliminates the need to manage separate OpenSearch credentials while providing seamless integration with your authentication infrastructure.</p><p>Available for Aiven for OpenSearch 2.4+ and OpenSearch Dashboards 2.19+. <a href="https://aiven.io/docs/products/opensearch/howto/jwt-authentication">Learn more</a></p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect S3 source connector updated]]></title>
            <link>https://aiven.io/changelog/883e512a-3803-40fc-82e0-f8fda0d79a53</link>
            <guid isPermaLink="false">883e512a-3803-40fc-82e0-f8fda0d79a53</guid>
            <pubDate>Thu, 02 Oct 2025 07:57:00 GMT</pubDate>
            <description><![CDATA[<p>The Aiven Kafka Connect S3 source connector has been updated to fix a bug that caused a <strong>Null Pointer Exception (NPE)</strong> when using an <strong>AWS STS client</strong> for short-term credentials.</p><p>For more information, see the <a href="https://github.com/Aiven-Open/cloud-storage-connectors-for-apache-kafka/releases/tag/v3.4.1?utm_source=chatgpt.com">Aiven Kafka Connect S3 source connector v3.4.1 release notes</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL®: ip4r extension now available]]></title>
            <link>https://aiven.io/changelog/e292f35c-0da1-4104-8590-93eb5f3b55a7</link>
            <guid isPermaLink="false">e292f35c-0da1-4104-8590-93eb5f3b55a7</guid>
            <pubDate>Tue, 30 Sep 2025 08:34:00 GMT</pubDate>
            <description><![CDATA[<p>The <code>ip4r</code> extension is now available for Aiven for PostgreSQL®, providing specialized data types for IPv4 and IPv6 address ranges with efficient indexing support. This extension is ideal for applications working with network operations, CIDR blocks, and IP address range queries, offering better performance than traditional text-based IP storage methods.</p><p><a href="https://docs.aiven.io/docs/products/postgresql/reference/list-of-extensions">View all Aiven for PostgreSQL extensions</a></p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Billing groups are now assigned in project settings]]></title>
            <link>https://aiven.io/changelog/62b8a543-7683-4678-b6bc-6e2150e7e45a</link>
            <guid isPermaLink="false">62b8a543-7683-4678-b6bc-6e2150e7e45a</guid>
            <pubDate>Fri, 26 Sep 2025 07:38:00 GMT</pubDate>
            <description><![CDATA[<p>You can now assign a billing group directly from the project settings without needing full organization admin or billing permissions. Editing sensitive billing details like payment methods remains controlled by stricter organization-level roles and permissions.</p><p>View instructions for assigning billing groups in the <a href="https://aiven.io/docs/platform/howto/use-billing-groups">Aiven docs</a>.</p>]]></description>
            <category>Aiven Console</category>
            <category>Aiven API</category>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® 18 is now available]]></title>
            <link>https://aiven.io/changelog/f6485751-3528-4038-9767-82174fa02635</link>
            <guid isPermaLink="false">f6485751-3528-4038-9767-82174fa02635</guid>
            <pubDate>Thu, 25 Sep 2025 12:59:00 GMT</pubDate>
            <description><![CDATA[<p>We&#x27;re excited to announce that <strong>Aiven for PostgreSQL® 18</strong> is now available on the Aiven platform. This major release brings a host of new features, performance improvements, and extensions to make your database even more powerful.</p><p>Here are some of the key highlights you can start using today:</p><ul><li><strong>Asynchronous I/O subsystem:</strong> Significantly boosts performance for sequential scans, bitmap heap scans, and vacuums by queuing multiple read requests.</li><li><strong>Faster joins and </strong><code>GROUP BY</code><strong>:</strong> Experience improved performance and lower memory usage for these common operations.</li><li><strong>Parallel GIN indexes:</strong> Create GIN indexes in parallel to dramatically reduce maintenance time.</li><li><code>NOT ENFORCED</code><strong> constraints:</strong> A new option that allows you to add <code>CHECK</code> and foreign key constraints without them being enforced, useful for data migration and schema evolution.</li><li><strong>Skip scans for B-tree indexes:</strong> This new capability improves performance for specific queries by allowing the index to &quot;skip&quot; over irrelevant data.</li><li><strong>Improved locking performance:</strong> Enjoy better performance in high-contention databases as queries that access many relations now have improved locking.</li></ul><p>Learn more about this release and what it means for you:</p><ul><li><a href="https://www.postgresql.org/docs/release/18.0/">Full PostgreSQL 18 release notes</a></li><li><a href="https://aiven.io/docs/platform/reference/eol-for-major-versions#aiven-for-postgresql">Aiven for PostgreSQL service version lifecycle</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka® 4.0]]></title>
            <link>https://aiven.io/changelog/4f2cbe61-fd6b-4337-97b6-f07af1d303df</link>
            <guid isPermaLink="false">4f2cbe61-fd6b-4337-97b6-f07af1d303df</guid>
            <pubDate>Thu, 18 Sep 2025 12:06:00 GMT</pubDate>
            <description><![CDATA[<p>Apache Kafka® 4.0 is now available for Aiven for Apache Kafka services. You can create new services using Kafka 4.0 or upgrade existing services running Kafka 3.9 in KRaft mode.</p><p><strong>Key changes</strong></p><ul><li><strong>New consumer group protocol</strong><ul><li>Kafka 4.0 introduces an improved consumer group coordination protocol.</li><li>Older clients that do not support this protocol cannot connect to Kafka 4.0 clusters.</li><li>Upgrade client libraries before connecting.</li></ul></li><li><strong>Deprecated APIs and protocols removed</strong><ul><li>Kafka 4.0 removes API versions and protocol features that were previously deprecated.</li><li>Ensure all clients and tooling are compatible before upgrading.</li><li>This includes Kafka Connect, MirrorMaker 2, and custom client applications.</li><li>For details, see the <a href="https://downloads.apache.org/kafka/4.0.0/RELEASE_NOTES.html">Kafka 4.0 release notes</a>.</li></ul></li><li><strong>`message.format.version` setting removed</strong><ul><li>Kafka 4.0 no longer uses the `message.format.version` topic-level setting.</li><li>Any configured value is ignored and removed during topic creation or update.</li></ul></li><li><strong>Timestamp difference setting replaced</strong><ul><li>Kafka 4.0 removes the `log.message.timestamp.difference.max.ms` service-level setting.</li><li>Use `log.message.timestamp.before_max_ms` and `log.message.timestamp.after_max_ms` instead.</li><li>For details, see <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-937%3A+Improve+Message+Timestamp+Validation">KIP-937</a>.</li></ul></li><li><strong>KRaft-only clusters</strong><ul><li>Kafka 4.0 requires all clusters to run in KRaft mode. ZooKeeper is no longer supported for metadata management.</li><li>If your service still uses ZooKeeper, upgrade to Kafka 3.9 and migrate to KRaft before moving to Kafka 4.0.</li><li>For details, see <a href="https://aiven.io/docs/products/kafka/concepts/kraft-mode">KRaft mode in Aiven for Apache Kafka</a>.</li></ul></li></ul>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch® snapshot management generally available]]></title>
            <link>https://aiven.io/changelog/6db610c1-5dd1-4521-a567-16adc338fb9c</link>
            <guid isPermaLink="false">6db610c1-5dd1-4521-a567-16adc338fb9c</guid>
            <pubDate>Tue, 16 Sep 2025 14:34:00 GMT</pubDate>
            <description><![CDATA[<p>Managing custom repositories and snapshots is now generally available in Aiven for OpenSearch®.</p><p>See our Aiven for OpenSearch documentation to learn how to use:</p><ul><li><a href="https://aiven.io/docs/products/opensearch/howto/custom-repositories">Custom repositories</a></li><li><a href="https://aiven.io/docs/products/opensearch/howto/manage-snapshots">Snapshots</a></li></ul>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Connect to Aiven for Apache Kafka® using Quick Connect]]></title>
            <link>https://aiven.io/changelog/d29c1ed0-22b1-4208-b23a-ffe909ade2ea</link>
            <guid isPermaLink="false">d29c1ed0-22b1-4208-b23a-ffe909ade2ea</guid>
            <pubDate>Tue, 16 Sep 2025 08:52:00 GMT</pubDate>
            <description><![CDATA[<p>A new Quick Connect flow is available to accelerate the setup of Java clients for Aiven for Apache Kafka®. The guided process streamlines creating a service user and topic, configuring authentication, setting up a schema, and generating ready-to-use client code. The previous version remains available as <strong>Classic Quick Connect</strong>.</p><p>Learn more in the <a href="https://aiven.io/docs/products/kafka/howto/connect-with-java-quick-connect">Quick Connect documentation for Aiven for Apache Kafka</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch® multi-version support]]></title>
            <link>https://aiven.io/changelog/5d3ea226-76ea-4f90-823b-5a16b59ebfb6</link>
            <guid isPermaLink="false">5d3ea226-76ea-4f90-823b-5a16b59ebfb6</guid>
            <pubDate>Fri, 12 Sep 2025 09:47:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch® now supports multiple minor and major versions, allowing you to select and upgrade to the version that best fits your needs.<br/>For more details and upgrade instructions, see <a href="https://aiven.io/docs/products/opensearch/howto/os-version-upgrade">our documentation</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch® upgraded to 2.19.3]]></title>
            <link>https://aiven.io/changelog/84ddf945-b4f2-464f-a6a8-8cbd186c1cf4</link>
            <guid isPermaLink="false">84ddf945-b4f2-464f-a6a8-8cbd186c1cf4</guid>
            <pubDate>Fri, 12 Sep 2025 09:27:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch® has been upgraded to <a href="https://opensearch.org/artifacts/by-version/#release-2-19-3">version 2.19.3</a>. Upgrade your services by applying the <a href="https://aiven.io/docs/platform/concepts/maintenance-window">service maintenance updates</a>.</p><p><strong>What’s in</strong></p><p>This release contains infrastructure and maintenance improvements and fixes for both OpenSearch and OpenSearch Dashboards. It also introduces <a href="https://docs.opensearch.org/latest/security/authentication-backends/jwt/">JWT</a> as an authentication type for OpenSearch Dashboards.</p><p><strong>What’s out</strong></p><p>The <a href="https://docs.opensearch.org/2.19/search-plugins/ltr/index/">Learning to Rank</a> plugin has been excluded from this upgrade and will be introduced with a future release. Stay tuned!</p><p>For the complete list of the 2.19.3 changes, see <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.19.3.md">OpenSearch Release Notes 2.19.3</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Karapace version 5.0.1]]></title>
            <link>https://aiven.io/changelog/38196630-fd14-4900-8e9b-2335b25986be</link>
            <guid isPermaLink="false">38196630-fd14-4900-8e9b-2335b25986be</guid>
            <pubDate>Mon, 08 Sep 2025 10:28:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace has been updated to version 5.0.1, adding new features and improvements.</p><p><strong>New</strong></p><ul><li>Added support for OIDC authentication and authorization, enabling secure access with OAuth-compatible providers.</li></ul><p><strong>Improved</strong></p><ul><li>Re-added the <code>karapace_version</code> field to the Schema Registry health check endpoint for easier monitoring and version tracking.</li></ul><p><strong>Fixed</strong></p><ul><li>Addressed issues with producer acknowledgements (acks) to improve message delivery reliability.</li><li>Replaced the deprecated <code>cgi.parse_header</code> with updated header parsing that reuses a single function and correctly parses parameters.</li></ul><p>For more information, see the <a href="https://github.com/Aiven-Open/karapace/releases/tag/5.0.1">Karapace 5.0.1 release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[OpenSearch sink connector for Aiven for Apache Kafka® Connect upgraded]]></title>
            <link>https://aiven.io/changelog/b2799a26-6b9c-4341-911a-f0dbd9003e28</link>
            <guid isPermaLink="false">b2799a26-6b9c-4341-911a-f0dbd9003e28</guid>
            <pubDate>Fri, 05 Sep 2025 14:04:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven has upgraded the OpenSearch sink connector to version 3.1.1. This release includes a fix to the retry mechanism that improves exception handling when writing data to OpenSearch.</p><p>For more information, see the <a href="https://github.com/Aiven-Open/opensearch-connector-for-apache-kafka/releases/tag/v3.1.1?utm_source=chatgpt.com">OpenSearch sink connector release notes</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Sunsetting Aiven for AlloyDB Omni]]></title>
            <link>https://aiven.io/changelog/c3d6c1ab-7890-4d33-a67e-4c6cac6dc3a2</link>
            <guid isPermaLink="false">c3d6c1ab-7890-4d33-a67e-4c6cac6dc3a2</guid>
            <pubDate>Fri, 05 Sep 2025 12:36:00 GMT</pubDate>
            <description><![CDATA[<p><strong>What’s happening</strong></p><p>Aiven for AlloyDB Omni is being discontinued on the Aiven Platform:</p><ul><li><strong>End of availability (EOA): </strong>After<strong> 5 September 2025</strong>, you can no longer create new services. Existing services will continue to operate until the end of life (EOL) date, but you will not be able to change service plans.</li><li><strong>End of life (EOL): </strong>On<strong> 5 December 2025</strong>, all active services will be decommissioned and deleted. This action is irreversible, and all data from these services will become inaccessible.</li></ul><p><strong>What you can do</strong></p><p>After the EOL date, all active Aiven for AlloyDB Omni services will be deleted, rendering your data inaccessible. <strong>Plan and</strong> <strong>execute a timely migration</strong> to avoid data loss and service disruptions.</p><p>We recommend migrating your data to our alternative services: <a href="https://aiven.io/postgresql">Aiven for PostgreSQL®</a>, <a href="https://aiven.io/clickhouse">Aiven for ClickHouse®</a>, or <a href="https://aiven.io/mysql">Aiven for MySQL</a><a href="https://aiven.io/docs/products/postgresql">®</a> depending on your Aiven for AlloyDB Omni usage (analytics or transactional workloads for example).</p><p>For more information, see our <a href="https://aiven.io/docs/platform/reference/end-of-life#aiven-for-alloydb-omni">EOL documentation</a>.</p>]]></description>
            <category>AlloyDB Omni</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to version 4.1.3]]></title>
            <link>https://aiven.io/changelog/b1ed154a-fc3e-433e-938f-9f520d5af81b</link>
            <guid isPermaLink="false">b1ed154a-fc3e-433e-938f-9f520d5af81b</guid>
            <pubDate>Wed, 03 Sep 2025 08:18:00 GMT</pubDate>
            <description><![CDATA[<p>This release replaces the use of <code>cgi.parse_header</code> with <code>email.message.Message</code> for parsing HTTP headers, in line with upcoming changes to the Python standard library.</p><p>For details, see the <a href="https://github.com/Aiven-Open/karapace/releases/tag/4.1.3">Karapace 4.1.3 release</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[All Aiven for ClickHouse® - Kafka® integration configs now also via console]]></title>
            <link>https://aiven.io/changelog/cc154772-4b38-40a4-b39a-31dfba34122a</link>
            <guid isPermaLink="false">cc154772-4b38-40a4-b39a-31dfba34122a</guid>
            <pubDate>Tue, 02 Sep 2025 08:01:00 GMT</pubDate>
            <description><![CDATA[<p>You can now configure <a href="https://aiven.io/docs/products/clickhouse/howto/integrate-kafka#optional-integration-settings">all advanced settings</a> for your Aiven for ClickHouse® - Aiven for Kafka® integration table directly in the <a href="https://console.aiven.io/">Aiven Console</a>. You can still use API if you prefer to configure these setting programmatically. The advanced settings in the console will be set to their default values unless you have configured them previously.</p><p>See how to <a href="https://aiven.io/docs/products/clickhouse/howto/integrate-kafka">enable and configure Aiven for ClickHouse® - Aiven for Kafka® integration</a>.</p>]]></description>
            <category>ClickHouse®</category>
            <category>Apache Kafka®</category>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Snowflake connector for Aiven for Apache Kafka® Connect upgraded to version 3]]></title>
            <link>https://aiven.io/changelog/d994902b-2267-4d0c-ae66-7a78f4a9c323</link>
            <guid isPermaLink="false">d994902b-2267-4d0c-ae66-7a78f4a9c323</guid>
            <pubDate>Thu, 28 Aug 2025 09:01:00 GMT</pubDate>
            <description><![CDATA[<p>The Snowflake Apache Kafka Connector has been upgraded from version 2.x to 3.x. This release includes:</p><ul><li>Added support for ingesting into Iceberg tables.</li><li>Improved Snowpipe Streaming, including new defaults and removal of double-buffered mode.</li><li>Fixed a critical issue in schema evolution that could skip records during schema changes.</li><li>Recommended upgrade if using `snowflake.enable.schematization` or `snowflake.topic2table.map`.</li><li>Applied multiple security fixes, including CVE-2025-48924.</li></ul><p>For the complete list of changes, see the <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases">release notes</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Restore Aiven for OpenSearch® snapshots in the Aiven Console or API]]></title>
            <link>https://aiven.io/changelog/b3cf2f04-0641-4b5e-bc46-7d9a5285cbab</link>
            <guid isPermaLink="false">b3cf2f04-0641-4b5e-bc46-7d9a5285cbab</guid>
            <pubDate>Fri, 22 Aug 2025 18:25:00 GMT</pubDate>
            <description><![CDATA[<p><strong>What’s new</strong></p><p>You can now restore Aiven for OpenSearch® snapshots using the Aiven console or API.</p><p><strong>How to get access</strong></p><p>This feature is currently in <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability (LA)</a>. To gain access and start using it, reach out to Aiven Support or your account team.</p><p><strong>How to use it</strong></p><p>Once enabled, you can find instructions on how to restore Aiven for OpenSearch® snapshots in <a href="https://aiven.io/docs/products/opensearch/howto/manage-snapshots">our documentation</a>.</p>]]></description>
            <category>OpenSearch®</category>
            <category>Aiven Console</category>
            <category>Aiven API</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 17.6, 16.10, 15.14, 14.19, and 13.22]]></title>
            <link>https://aiven.io/changelog/07c4235f-92a0-4fee-8d6b-01b32761c480</link>
            <guid isPermaLink="false">07c4235f-92a0-4fee-8d6b-01b32761c480</guid>
            <pubDate>Tue, 19 Aug 2025 15:28:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 17.6, 16.10, 15.14, 14.19, and 13.22, which contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Azure Private Link supported in qatar-central on Aiven]]></title>
            <link>https://aiven.io/changelog/c81ed817-8bef-47dc-b7a4-08979ed2a5df</link>
            <guid isPermaLink="false">c81ed817-8bef-47dc-b7a4-08979ed2a5df</guid>
            <pubDate>Tue, 19 Aug 2025 10:34:00 GMT</pubDate>
            <description><![CDATA[<p><a href="https://aiven.io/docs/platform/howto/use-azure-privatelink">Azure Private Link</a> is now available in the the <code>azure-qatar-central</code> cloud region on the Aiven Platform.</p><p>See <a href="https://aiven.io/docs/platform/reference/list_of_clouds#azure">all Azure cloud regions</a>, where the Azure Private Link <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#early-availability-">early availability</a> feature is supported on Aiven.</p>]]></description>
            <category>Microsoft Azure</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.21.3 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/da30acbf-19c0-4a99-aec1-1ab735159ded</link>
            <guid isPermaLink="false">da30acbf-19c0-4a99-aec1-1ab735159ded</guid>
            <pubDate>Tue, 19 Aug 2025 09:12:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension <a href="https://github.com/timescale/timescaledb/releases/tag/2.21.3">version 2.21.3</a> is now available for Aiven for PostgreSQL®. This release introduces bug fix <a href="https://github.com/timescale/timescaledb/pull/8471">#8471 Fix MERGE behavior with updated values</a>. Upgrade to 2.21.3 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>See the <a href="https://github.com/timescale/timescaledb/releases">release notes</a> for all TimescaleDB releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[BigQuery connector for Apache Kafka® version 2.8.0]]></title>
            <link>https://aiven.io/changelog/5a8f370c-9755-48bb-879b-0fa81a0154b6</link>
            <guid isPermaLink="false">5a8f370c-9755-48bb-879b-0fa81a0154b6</guid>
            <pubDate>Sun, 17 Aug 2025 15:18:00 GMT</pubDate>
            <description><![CDATA[<p>The BigQuery connector for Apache Kafka has been upgraded to version 2.8.0. This release improves decimal type handling, configuration flexibility, and metadata reliability.</p><ul><li>Improved processing of <code>Kafka.Decimal</code> and Debezium <code>VariableScaleDecimal</code> types.</li><li>When <code>useCredentialsProjectId</code> is set to true, the connector now uses the project defined in the configuration.</li><li>Retained the original topic, partition, and offset in Kafka metadata records.</li><li>Added warning logs for lookup retries.</li></ul><p>For more information, see the <a href="https://github.com/Aiven-Open/bigquery-connector-for-apache-kafka/releases/tag/v2.8.0">GitHub release notes</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[PostgreSQL Anonymizer now available for Aiven for PostgreSQL®]]></title>
            <link>https://aiven.io/changelog/13161d73-f48a-41ff-8b45-b3fbe6608a0e</link>
            <guid isPermaLink="false">13161d73-f48a-41ff-8b45-b3fbe6608a0e</guid>
            <pubDate>Thu, 07 Aug 2025 12:03:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® now supports the <a href="https://postgresql-anonymizer.readthedocs.io/en/stable/">postgresql_anonymizer</a> extension, which masks or replaces personally identifiable information (PII) or commercially sensitive data in a PostgreSQL database.</p><p>PostgreSQL Anonymizer enables you to:</p><ul><li><strong>Comply with privacy regulations:</strong> By masking or replacing sensitive data (PII).</li><li><strong>Safely use data in non-production environments:</strong> You can work with realistic, yet anonymized, datasets.</li><li><strong>Apply various masking strategies:</strong> Including static (permanent), dynamic (real-time, role-based), and anonymous data dumps.</li><li><strong>Define masking rules directly in SQL:</strong> Making it a declarative and integral part of the database schema.</li><li><strong>Generate fake but realistic data:</strong> For more effective testing and development.</li></ul><p>Learn how to use <code>postgresql_anonymizer</code> on Aiven in <a href="https://aiven.io/docs/products/postgresql/reference/list-of-extensions#utilities">Extensions on Aiven for PostgreSQL® &gt; Utilities</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for MySQL® incremental backups (limited availability)]]></title>
            <link>https://aiven.io/changelog/7f242a0d-4da4-42c1-9068-0d00ce8c4ae0</link>
            <guid isPermaLink="false">7f242a0d-4da4-42c1-9068-0d00ce8c4ae0</guid>
            <pubDate>Wed, 06 Aug 2025 10:35:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for MySQL® now supports incremental backups. This feature extends our existing base backup functionality, allowing you to back up only the changes made since your last full backup.</p><p><strong>Key benefits</strong></p><ul><li><strong>Reduced DDL lock times:</strong> For large databases, full backups can cause prolonged DDL (Data Definition Language) locks. Incremental backups significantly reduce this lock duration, especially when there haven&#x27;t been many changes.</li><li><strong>Efficient storage:</strong> Databases with fewer changes will benefit from less storage consumption, as incremental backups only store the differences.</li></ul><p>Aiven for MySQL® incremental backups is a <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability</a> feature. For access, contact your account team. For more information, see <a href="https://aiven.io/docs/products/mysql/howto/use-incremental-backups">our documentation</a>.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[BigQuery connector for Apache Kafka® version 2.7.0]]></title>
            <link>https://aiven.io/changelog/da73704b-05da-41a7-ad07-c6e4e6b6c4e2</link>
            <guid isPermaLink="false">da73704b-05da-41a7-ad07-c6e4e6b6c4e2</guid>
            <pubDate>Fri, 01 Aug 2025 08:56:00 GMT</pubDate>
            <description><![CDATA[<p>The BigQuery connector for Apache Kafka has been upgraded to version 2.7.0. This release includes improvements to reliability, configuration flexibility, and Debezium compatibility.</p><ul><li>Deprecated the GCS-based batch loading feature. This will be removed in a future release.</li><li>Deprecated the legacy partition decorator syntax. Scheduled for removal in version 3.0.0.</li><li>Added user-agent and version headers to outgoing requests to improve observability.</li><li>Improved reliability by retrying <code>getTable()</code> calls with backoff before failure.</li><li>Added optional support for converting Debezium <code>VariableScaleDecimal</code> types to <code>BigDecimal</code>, preserving precision for PostgreSQL <code>NUMERIC</code> fields.</li><li>Added a configuration option to extract the GCP project ID from the service account key file, useful in multi-project setups.</li></ul><p>For more information, refer to the <a href="https://github.com/Aiven-Open/bigquery-connector-for-apache-kafka/releases/tag/v2.7.0">GitHub release notes</a> for the BigQuery connector for Apache Kafka.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[PostgreSQL 17 now default for new services]]></title>
            <link>https://aiven.io/changelog/1567c641-ac7e-4801-85a5-4a15ccc3653f</link>
            <guid isPermaLink="false">1567c641-ac7e-4801-85a5-4a15ccc3653f</guid>
            <pubDate>Thu, 24 Jul 2025 12:13:00 GMT</pubDate>
            <description><![CDATA[<p>We&#x27;ve updated the default PostgreSQL version to <a href="https://aiven.io/changelog/f343a5d8-8609-4bb5-9c14-cff51898c67f"><strong>PostgreSQL 17</strong></a> for all new Aiven for PostgreSQL® service creations. You&#x27;ll see <strong>PostgreSQL 17</strong> as the default version across the Aiven Console, Aiven API, Aiven CLI, Aiven Provider for Terraform, and Aiven Operator for Kubernetes® when creating new Aiven for PostgreSQL services.</p><p>For details on PostgreSQL version support lifecycles on the Aiven Platform, consult our <a href="https://aiven.io/docs/platform/reference/eol-for-major-versions#aiven-for-postgresql">Aiven for PostgreSQL end-of-life documentation</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Iceberg sink connector updated with security and stability fixes]]></title>
            <link>https://aiven.io/changelog/60543b89-eff4-4b72-ba8d-01d73d0fabc4</link>
            <guid isPermaLink="false">60543b89-eff4-4b72-ba8d-01d73d0fabc4</guid>
            <pubDate>Wed, 23 Jul 2025 12:39:00 GMT</pubDate>
            <description><![CDATA[<p>The Iceberg sink connector for Aiven for Apache Kafka® Connect has been upgraded to use Apache Iceberg 1.9.1, which includes upstream bug fixes, performance improvements, and critical security updates.</p><p>This version includes:</p><ul><li>Dependency updates and security fixes, including a fix for <a href="https://nvd.nist.gov/vuln/detail/CVE-2025-46762">CVE-2025-46762</a>.</li><li>Fix for a race condition that could cause connector startup failures when using slow JDBC catalogs.</li><li>Improved support for STS AssumeRole authentication with cloud object storage.</li></ul><p>For more details, see the <a href="https://iceberg.apache.org/releases/#191-release">Apache Iceberg 1.9.1 release notes</a>.<br/>To learn how to use the connector, see the <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/iceberg-sink-connector">Iceberg sink connector documentation</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Deprecation of MongoDB Kafka Source Connector v1.9]]></title>
            <link>https://aiven.io/changelog/869653a2-4d13-4d43-8702-96ba7a7b4cc6</link>
            <guid isPermaLink="false">869653a2-4d13-4d43-8702-96ba7a7b4cc6</guid>
            <pubDate>Fri, 18 Jul 2025 08:17:00 GMT</pubDate>
            <description><![CDATA[<p>Version 1.9 of the MongoDB Kafka Source Connector is deprecated and replaced by version 1.16.0. Services not <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/manage-connector-versions">pinned</a> to version 1.9 will automatically upgrade to the compatible version 1.16.0 during the next <a href="https://aiven.io/docs/platform/concepts/maintenance-window#maintenance-updates">maintenance window</a>. If your service is pinned to version 1.9, update to version 1.16.0 to avoid disruption.</p><p>Version 1.9 is not compatible with Apache Kafka Connect 3.9. A patched version is now available for compatibility. For more information, see the <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/mongodb-poll-source-connector">MongoDB Kafka Source Connector</a> documentation.</p><p><br/></p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.21.0 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/643d7562-a306-466b-af4c-5e99ce48e79c</link>
            <guid isPermaLink="false">643d7562-a306-466b-af4c-5e99ce48e79c</guid>
            <pubDate>Thu, 17 Jul 2025 09:02:00 GMT</pubDate>
            <description><![CDATA[<p><a href="https://github.com/timescale/timescaledb/releases/tag/2.21.0">TimescaleDB extension version 2.21.0</a> is now available for Aiven for PostgreSQL®. Upgrade to 2.21.0 at your earliest convenience to make sure you use the most robust and secure version available. This release introduces the following:</p><p><strong>Features</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/8081">#8081</a> Use JSON error code for job configuration parsing</li><li><a href="https://github.com/timescale/timescaledb/pull/8100">#8100</a> Support splitting compressed chunks</li><li><a href="https://github.com/timescale/timescaledb/pull/8131">#8131</a> Add policy to process hypertable invalidations</li><li><a href="https://github.com/timescale/timescaledb/pull/8141">#8141</a> Add function to process hypertable invalidations</li><li><a href="https://github.com/timescale/timescaledb/pull/8165">#8165</a> Reindex recompressed chunks in compression policy</li><li><a href="https://github.com/timescale/timescaledb/pull/8178">#8178</a> Add columnstore option to <code>CREATE TABLE WITH</code></li><li><a href="https://github.com/timescale/timescaledb/pull/8179">#8179</a> Implement direct <code>DELETE</code> on non-segmentby columns</li><li><a href="https://github.com/timescale/timescaledb/pull/8182">#8182</a> Cache information for repeated upserts into the same compressed chunk</li><li><a href="https://github.com/timescale/timescaledb/pull/8187">#8187</a> Allow concurrent Continuous Aggregate refreshes</li><li><a href="https://github.com/timescale/timescaledb/pull/8191">#8191</a> Add option to not process hypertable invalidations</li><li><a href="https://github.com/timescale/timescaledb/pull/8196">#8196</a> Show deprecation warning for TAM</li><li><a href="https://github.com/timescale/timescaledb/pull/8208">#8208</a> Use <code>NULL</code> compression for bool batches with all null values like the other compression algorithms</li><li><a href="https://github.com/timescale/timescaledb/pull/8223">#8223</a> Support for attach/detach chunk</li><li><a href="https://github.com/timescale/timescaledb/pull/8265">#8265</a> Set incremental Continuous Aggregate refresh policy on by default</li><li><a href="https://github.com/timescale/timescaledb/pull/8274">#8274</a> Allow creating concurrent continuous aggregate refresh policies</li><li><a href="https://github.com/timescale/timescaledb/pull/8314">#8314</a> Add support for <code>timescaledb_lake</code> in loader</li><li><a href="https://github.com/timescale/timescaledb/pull/8209">#8209</a> Add experimental support for Direct Compress of <code>COPY</code></li><li><a href="https://github.com/timescale/timescaledb/pull/8341">#8341</a> Allow quick migration from hypercore TAM to (columnstore) heap</li></ul><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/8153">#8153</a> Restoring a database having <code>NULL</code> compressed data</li><li><a href="https://github.com/timescale/timescaledb/pull/8164">#8164</a> Check columns when creating new chunk from table</li><li><a href="https://github.com/timescale/timescaledb/pull/8294">#8294</a> The &quot;vectorized predicate called for a null value&quot; error for <code>WHERE</code> conditions like <code>x = any(null::int[])</code>.</li><li><a href="https://github.com/timescale/timescaledb/pull/8307">#8307</a> Fix missing catalog entries for bool and null compression in fresh installations</li><li><a href="https://github.com/timescale/timescaledb/pull/8323">#8323</a> Fix DML issue with expression indexes and BHS</li></ul><p><strong>GUCs</strong></p><ul><li><code>enable_direct_compress_copy</code>: Enable experimental support for direct compression during <code>COPY</code>, default: <code>off</code></li><li><code>enable_direct_compress_copy_sort_batches</code>: Enable batch sorting during direct compress <code>COPY</code>, default: <code>on</code></li><li><code>enable_direct_compress_copy_client_sorted</code>: Correct handling of data sorting by the user is required for this option, default: <code>off</code></li></ul><p><strong>Deprecation</strong></p><ul><li>Hypercore access method</li></ul><p>See the <a href="https://github.com/timescale/timescaledb/releases">release notes</a> for all TimescaleDB releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Sample data generator for Aiven for Apache Kafka]]></title>
            <link>https://aiven.io/changelog/a7f641d5-0a3f-4610-86fa-43ef86a0bb72</link>
            <guid isPermaLink="false">a7f641d5-0a3f-4610-86fa-43ef86a0bb72</guid>
            <pubDate>Tue, 15 Jul 2025 10:00:58 GMT</pubDate>
            <description><![CDATA[<p>You can now generate sample Kafka data directly from the Aiven Console to test and explore your service setup. The generator creates a Kafka topic, applies a predefined Avro schema, and produces test messages for up to 4 hours. No client setup or code is required.</p><p>Use the generator to:</p><ul><li>Choose from sample scenarios, such as logistics, user activity, or metrics</li><li>Start streaming data within seconds of service creation</li><li>View messages and schema details in the Aiven Console</li><li>Stop the stream from the browser tab where it was started</li></ul><p>Only one sample stream can run per service at a time. This feature is available at no additional cost and does not use service credits.<br/>For more information, see <a href="https://aiven.io/docs/products/kafka/howto/generate-sample-data">Stream sample data from the Aiven Console</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Karapace version 5.0.0]]></title>
            <link>https://aiven.io/changelog/0709ed41-e755-4043-8b7b-6cb56d9b02d0</link>
            <guid isPermaLink="false">0709ed41-e755-4043-8b7b-6cb56d9b02d0</guid>
            <pubDate>Mon, 14 Jul 2025 08:58:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace has been upgraded to version 5.0.0. This release introduces major framework, security, and observability improvements.</p><p><strong>Key changes</strong></p><ul><li>Added support for mutual TLS (mTLS) to improve security with client and server certificate validation.</li><li>Migrated to FastAPI and Uvicorn for improved performance and scalability.</li><li>Integrated OpenTelemetry for standardized telemetry and tracing.</li><li>Improved REST-proxy support for reading messages with an Avro value and a string key.</li><li>Fixed consumer commit handling and script entrypoints.</li></ul><p><strong>Breaking change</strong></p><ul><li>Changed the response format of the health check endpoint (<code>/_health</code>). Some fields were removed, existing attributes are now nested under <code>status {}</code>, and a new <code>healthy</code> flag was added.</li></ul><p>For more details, see the <a href="https://github.com/Aiven-Open/karapace/releases/tag/5.0.0">Karapace 5.0.0 release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[AWS PrivateLink for Aiven BYOC services]]></title>
            <link>https://aiven.io/changelog/23f3116f-9a1f-4d7d-8eb3-9593e2e1d823</link>
            <guid isPermaLink="false">23f3116f-9a1f-4d7d-8eb3-9593e2e1d823</guid>
            <pubDate>Tue, 08 Jul 2025 09:45:00 GMT</pubDate>
            <description><![CDATA[<p>AWS PrivateLink is now supported for Aiven services deployed in your own cloud using the <a href="https://aiven.io/docs/platform/concepts/byoc">Bring Your Own Cloud (BYOC)</a> model. This feature enhances security by enabling private connectivity between your AWS environment and Aiven services, bypassing the public internet.</p><p><a href="https://aiven.io/docs/platform/howto/byoc/aws-privatelink-byoc">Enable AWS PrivateLink for your BYOC services</a> to ensure secure and private communication.</p>]]></description>
            <category>Amazon Web Services</category>
            <category>BYOC</category>
        </item>
        <item>
            <title><![CDATA[Aiven Operator for Kubernetes version 0.30.0 now available]]></title>
            <link>https://aiven.io/changelog/6026d797-3e2e-4396-ad9f-39278a1ab365</link>
            <guid isPermaLink="false">6026d797-3e2e-4396-ad9f-39278a1ab365</guid>
            <pubDate>Mon, 07 Jul 2025 09:25:00 GMT</pubDate>
            <description><![CDATA[<p>With this release, you can now power off services when they&#x27;re not in use to save costs, and bring them back online when needed. Set the <code>powered</code> field to <code>true</code> or <code>false</code> to power services on and off.</p><p>This version of the Aiven Operator also supports <a href="https://aiven.io/docs/products/diskless">Diskless Topics for Aiven for Apache Kafka®</a> services. For BYOC services that have access to the this feature, the <code>config.inkless_enable</code> field in the <code>KafkaTopic</code> resource enables diskless.</p><p>For details on the updates and deprecations, check out the complete <a href="https://aiven.github.io/aiven-operator/changelog.html">Aiven Operator changelog</a>.</p>]]></description>
            <category>Aiven Operator for Kubernetes</category>
        </item>
        <item>
            <title><![CDATA[Stream Reactor has been updated to version 9.0.2]]></title>
            <link>https://aiven.io/changelog/20a76bf7-37a9-47c4-bbda-f2548403e09e</link>
            <guid isPermaLink="false">20a76bf7-37a9-47c4-bbda-f2548403e09e</guid>
            <pubDate>Fri, 04 Jul 2025 09:41:00 GMT</pubDate>
            <description><![CDATA[<p>Stream Reactor, a collection of Apache Kafka Connect connectors, has been updated to version 9.0.2. This release includes compatibility updates and internal improvements. Key changes include the following:</p><ul><li>Connector class names and converter package names have been standardized. Update configurations if they reference “com.datamountaineer” packaged class names.</li><li>StreamReactor 9.x incorporates class name changes introduced in version 6.0.0 by Lenses. These changes make version 9.x incompatible with version 4.2.0 previously offered by Aiven.</li><li>When upgrading from 4.2.0 to 9.x, recreate the connectors using the updated class names, as existing ones will not work with the new version. For details, see <a href="https://docs.lenses.io/latest/connectors/release-notes/stream-reactor#all-connectors-6">All connectors (6.x)</a>.</li><li>To maintain compatibility and safe migration to 9.0.1, first pin the connector version to 4.2.0. For instructions, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/manage-connector-versions">Manage connector versions</a>.</li></ul><p>For more information, see the <a href="https://docs.lenses.io/latest/connectors/release-notes/stream-reactor/">Stream Reactor release notes</a>. For a list of supported Stream Reactor connectors in Aiven, see the <a href="https://aiven.io/docs/products/kafka/kafka-connect/concepts/list-of-connector-plugins">list of connector plugins</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Exoscale region HR-ZAG-1 now on Aiven]]></title>
            <link>https://aiven.io/changelog/01ff166f-740b-47ef-9c5f-2f856c2b3a2c</link>
            <guid isPermaLink="false">01ff166f-740b-47ef-9c5f-2f856c2b3a2c</guid>
            <pubDate>Thu, 03 Jul 2025 10:17:00 GMT</pubDate>
            <description><![CDATA[<p>Exoscale region HR-ZAG-1 (Croatia, Zagreb) is now supported on the Aiven Platform for Aiven for PostgeSQL® services.</p><p>The Exoscale cloud support is a <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability</a> feature. For more information or access, contact your account team.</p><p>See also</p><ul><li><a href="https://aiven.io/docs/platform/reference/list_of_clouds#exoscale-">Other supported Exoscale regions</a></li><li><a href="https://aiven.io/docs/platform/reference/list_of_clouds">All supported cloud providers and regions</a></li></ul>]]></description>
            <category>Exoscale</category>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[KRaft mode now generally available]]></title>
            <link>https://aiven.io/changelog/ea2f0023-b300-4593-aaf3-3960688fb17c</link>
            <guid isPermaLink="false">ea2f0023-b300-4593-aaf3-3960688fb17c</guid>
            <pubDate>Mon, 30 Jun 2025 08:40:00 GMT</pubDate>
            <description><![CDATA[<p>KRaft (Kafka Raft metadata mode) is now generally available in Aiven for Apache Kafka®. All new services using Apache Kafka 3.9 and later run in KRaft mode by default, replacing ZooKeeper for metadata management.</p><p><strong>Key considerations</strong></p><ul><li>Migration from ZooKeeper to KRaft for existing services is not yet available. Support will be added later.</li><li>Kafka 3.8 support is extended by one year to support transition planning.</li><li>Startup-4 replaces Startup-2 plans in Apache Kafka 3.9 and later. All feature restrictions from Startup-2 also apply to Startup-4, including Datadog restrictions.</li><li>Some controller metrics are no longer available in KRaft mode.</li><li>Existing clients and integrations such as Kafka Connect, MirrorMaker 2, and Karapace continue to work without changes.</li></ul><p>For details, see <a href="https://aiven.io/docs/products/kafka/concepts/kraft-mode">KRaft mode</a> and <a href="https://aiven.io/docs/products/kafka/concepts/upgrade-procedure#transitioning-to-kraft-">Transitioning to KRaft</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.42.0 now available]]></title>
            <link>https://aiven.io/changelog/0fa9e1b9-d39f-402d-9887-ae4cafec9b9f</link>
            <guid isPermaLink="false">0fa9e1b9-d39f-402d-9887-ae4cafec9b9f</guid>
            <pubDate>Tue, 24 Jun 2025 08:30:00 GMT</pubDate>
            <description><![CDATA[<p>This version of the Aiven Terraform Provider supports <a href="https://aiven.io/docs/products/diskless">Diskless Topics for Aiven for Apache Kafka®</a> services. For BYOC services that have access to the this feature, the <code>config.inkless_enable</code> field in <code>aiven_kafka_topic</code> resource enables diskless. </p><p>This release also includes fixes for the following:</p><ul><li><code>project_vpc_id</code> can now be set to null. When upgrading, verify your service VPC settings are correct as services without this field will be deployed to the public internet.</li><li>The <code>aiven_clickhouse_grant</code> resource no longer attempts to manage or interfere with privileges granted on ClickHouse named collections, preventing errors when grants are managed externally.</li></ul><p>In addition, several new fields have been added or updated. For more details on these fixes and updates, view the complete Aiven Provider for Terraform <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p><p></p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[More flexible, price-performant plans for Aiven for ClickHouse®]]></title>
            <link>https://aiven.io/changelog/7b1ea552-7315-48de-8b4a-bc5d2beaa614</link>
            <guid isPermaLink="false">7b1ea552-7315-48de-8b4a-bc5d2beaa614</guid>
            <pubDate>Thu, 19 Jun 2025 08:44:11 GMT</pubDate>
            <description><![CDATA[<p>With the new Aiven for ClickHouse® plans, you can now enjoy improved performance and cost efficiency. You gain more flexibility in managing your ClickHouse workloads with stronger control and greater predictability over your services.</p><p><strong>New features</strong></p><ul><li><strong>Optimized plans:</strong> Introduced enhanced plans across AWS, Google Cloud, and Microsoft Azure, offering improved price-performance ratios and greater flexibility. You can now double compute power for the same plan or reduce costs by up to 30% for the same compute.</li><li><strong>Dynamic Disk Sizing (DDS):</strong> Enabled independent scaling of local storage, allowing you to pay only for the storage they need and avoid overprovisioning.</li></ul><p><strong>Improvements</strong></p><ul><li>Utilizing more modern instance types, including ARM chipsets where available, for performance and cost improvements.</li><li>Expanded plan options within startup and business tiers (new startup &amp; business 8, and 128 plans) for simplified resource management and optimized costs.</li></ul><p><strong>Deprecation</strong></p><ul><li>Older plans for Aiven for ClickHouse will be retired on August 29, 2025.</li></ul><p>Learn more about the introduced enhancements and check out our FAQs in <a href="https://aiven.io/blog/your-clickhouse-optimized-experience-more-flexible-price-performant-plans">Your ClickHouse, optimized: Experience more flexible, price-performant plans</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.20.1 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/e52159ac-7d28-4ed9-a074-9b40bbb58087</link>
            <guid isPermaLink="false">e52159ac-7d28-4ed9-a074-9b40bbb58087</guid>
            <pubDate>Wed, 18 Jun 2025 15:43:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.20.1 is now available for Aiven for PostgreSQL®. Upgrade to 2.20.1 at your earliest convenience to make sure you use the most robust and secure version available. This release introduces the following:</p><p><strong>Features</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/8145">#8145</a> Log only if compression ratio warnings are enabled</li></ul><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/7292">#7292</a> Intermittent &quot;could not find pathkey item to sort&quot; error when grouping or ordering by a <code>time_bucket</code> of an equality join variable</li><li><a href="https://github.com/timescale/timescaledb/pull/8126">#8126</a> Allow setting <code>bgw_log_level</code> to <code>FATAL</code> and <code>ERROR</code></li><li><a href="https://github.com/timescale/timescaledb/pull/8151">#8151</a> Treat <code>null</code> equal to <code>null</code> for merged Continuous Aggregate refresh</li><li><a href="https://github.com/timescale/timescaledb/pull/8153">#8153</a> Restoring a database having <code>NULL</code> compressed data</li><li><a href="https://github.com/timescale/timescaledb/pull/8162">#8162</a> Fix setting <code>compress_chunk_interval</code> on continuous aggregates</li><li><a href="https://github.com/timescale/timescaledb/pull/8163">#8163</a> Fix gapfill crash with locf <code>NULL</code> values treated as missing</li><li><a href="https://github.com/timescale/timescaledb/pull/8171">#8171</a> Disable decompression limit during continuous aggregate refresh</li></ul><p>See the <a href="https://github.com/timescale/timescaledb/releases">release notes</a> for all TimescaleDB releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Azure Blob Storage source connector for Aiven for Apache Kafka Connect®]]></title>
            <link>https://aiven.io/changelog/3e0d55cb-e38b-442f-9e33-54ac90c0c445</link>
            <guid isPermaLink="false">3e0d55cb-e38b-442f-9e33-54ac90c0c445</guid>
            <pubDate>Mon, 16 Jun 2025 07:10:47 GMT</pubDate>
            <description><![CDATA[<p>The Azure Blob Storage source connector is now available for Aiven for Apache Kafka Connect®.</p><p>Use this connector to ingest data from Azure Blob Storage containers into Kafka topics for real-time processing, analytics, or disaster recovery. The connector supports multiple input formats, including <code>bytes</code>, <code>jsonl</code>, <code>avro</code>, and <code>parquet</code>. You can configure advanced options such as schema registry integration, file compression, topic overrides, and fault-tolerant recovery.</p><p>For more information, see the <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/azure-blob-source">Azure Blob source connector documentation</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[MongoDB Kafka connector upgraded to version 1.16.0]]></title>
            <link>https://aiven.io/changelog/0375ab2d-e9a8-4e2f-9968-d5445f127423</link>
            <guid isPermaLink="false">0375ab2d-e9a8-4e2f-9968-d5445f127423</guid>
            <pubDate>Fri, 13 Jun 2025 12:29:00 GMT</pubDate>
            <description><![CDATA[<p>The MongoDB Kafka Connector has been upgraded to version 1.16.0. This update includes the standard version bump and other minor improvements and bug fixes.<br/>For more information, see the <a href="https://github.com/mongodb/mongo-kafka/releases/tag/r1.16.0">MongoDB Kafka Connector 1.16.0 release notes</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Debezium connector upgraded to version 3.1.0]]></title>
            <link>https://aiven.io/changelog/f2ff3b90-fd8e-4c55-bd07-fd57fb0de2ad</link>
            <guid isPermaLink="false">f2ff3b90-fd8e-4c55-bd07-fd57fb0de2ad</guid>
            <pubDate>Fri, 13 Jun 2025 09:14:00 GMT</pubDate>
            <description><![CDATA[<p>Debezium version 3.1.0 is now supported in Aiven for Apache Kafka Connect through multi-version support. New Debezium connectors use version 3.1.0 by default. Existing connectors remain on their configured version unless changed.</p><p><strong>What’s new:</strong></p><ul><li>Debezium 3.1.0 is now the default version for new connectors.</li><li>Older versions, including 1.9.7, remain available through version pinning.</li><li>Connectors are not upgraded automatically. To upgrade, set the version using the <code>plugin_versions</code> configuration.</li><li>Debezium versions 2.0 and later do not support the <code>wal2json</code> replication format. If you use <code>wal2json</code> with PostgreSQL, stay on version 1.9.7 or migrate to a supported format such as <code>pgoutput</code>.</li></ul><p><strong>To upgrade:<br/></strong>Set the desired version using the <code>plugin_versions</code> property. Test any changes in a staging environment before applying them in production.<br/><br/>For more information, see:</p><ul><li><a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/manage-connector-versions">Manage connector versions</a></li><li><a href="https://debezium.io/releases/3.1/release-notes#release-3.1.0-final">Debezium 3.1.0 release notes</a></li></ul>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch® snapshot repositories now in the console]]></title>
            <link>https://aiven.io/changelog/83a94a6a-34cf-432c-898b-0574c22e1c83</link>
            <guid isPermaLink="false">83a94a6a-34cf-432c-898b-0574c22e1c83</guid>
            <pubDate>Thu, 12 Jun 2025 13:20:00 GMT</pubDate>
            <description><![CDATA[<p><strong>What’s new</strong></p><p>You can now conveniently create and manage OpenSearch snapshot repositories directly from the <a href="https://console.aiven.io/">Aiven Console</a>.</p><p><strong>How to get access</strong></p><p>This feature is currently in <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability (LA)</a>. To gain access and start using it, get in touch with Aiven Support or your account team.</p><p>Once enabled, you can find the comprehensive setup and usage details in the custom snapshot repositories guide in <a href="https://aiven.io/docs/products/opensearch/howto/custom-repositories">our documentation</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch® now supports OpenSearch snapshot API]]></title>
            <link>https://aiven.io/changelog/d8e32c77-6a9c-4acc-935d-92d0cf1b21a4</link>
            <guid isPermaLink="false">d8e32c77-6a9c-4acc-935d-92d0cf1b21a4</guid>
            <pubDate>Thu, 12 Jun 2025 13:19:00 GMT</pubDate>
            <description><![CDATA[<p><strong>What’s new</strong></p><p>You can now manage snapshots with the standard OpenSearch snapshot API, with no Aiven-specific endpoints required. This means a more seamless and familiar experience for you, with full control over:</p><ul><li>Repository operations: register, verify, get, delete, cleanup</li><li>Snapshot operations: create, get, status, delete, restore, clone</li></ul><p><strong>How to get access</strong></p><p>This feature is currently in <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability (LA)</a>. To gain access and start using the native OpenSearch snapshot API, reach out to Aiven Support or your account team.</p><p>Once enabled, you can find the complete setup guide and instructions in <a href="https://aiven.io/docs/products/opensearch/howto/manage-snapshots">our documentation</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Exoscale cloud provider now available on Aiven]]></title>
            <link>https://aiven.io/changelog/7d241fd5-5e55-45ff-a111-b1169d799fab</link>
            <guid isPermaLink="false">7d241fd5-5e55-45ff-a111-b1169d799fab</guid>
            <pubDate>Fri, 06 Jun 2025 10:17:00 GMT</pubDate>
            <description><![CDATA[<p>The Aiven Platform now supports the Exoscale cloud provider. You can create Aiven for PostgeSQL® services in the following Exoscale European zones:</p><ul><li>Austria, Vienna: AT-VIE-1</li><li>Austria, Vienna: AT-VIE-2</li><li>Bulgaria, Sofia: BG-SOF-1</li><li>Germany, Frankfurt: DE-FRA-1</li><li>Germany, Munich: DE-MUC-1</li><li>Switzerland, Zurich: CH-DK-2</li><li>Switzerland, Geneva: CH-GVA-2</li></ul><p>The Exoscale cloud support is a <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#limited-availability-">limited availability</a> feature. For more information or access, contact your account team.</p><p>Check all cloud regions available on Aiven in <a href="https://docs.aiven.io/docs/platform/reference/list_of_clouds">the documentation</a>.</p>]]></description>
            <category>Exoscale</category>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[New transformation available in Aiven Transformations]]></title>
            <link>https://aiven.io/changelog/9b27efc9-ef7d-499e-a137-fd2fd683f28f</link>
            <guid isPermaLink="false">9b27efc9-ef7d-499e-a137-fd2fd683f28f</guid>
            <pubDate>Thu, 05 Jun 2025 15:13:00 GMT</pubDate>
            <description><![CDATA[<p>A new transformation, `KeyToValue`, is now available in Aiven Transformations for Apache Kafka® Connect. This transformation copies fields from the record key into the value without overwriting the original value. It supports both schema-based (for example, Avro) and schema-less (for example, JSON) data, and allows selective field copying and renaming.</p><p><strong>Key features:</strong></p><ul><li>Use `key.fields` to specify fields to extract from the key.</li><li>Use `value.fields` to rename or map key fields into the value.</li><li>Supports copying the entire key using <code>*</code>.</li></ul><p>For more information, see the <a href="https://github.com/Aiven-Open/transforms-for-apache-kafka-connect#keytovalue">GitHub README</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Iceberg sink connector for Aiven for Apache Kafka® Connect upgraded]]></title>
            <link>https://aiven.io/changelog/64b7fea0-3373-4337-964c-1fc38935694c</link>
            <guid isPermaLink="false">64b7fea0-3373-4337-964c-1fc38935694c</guid>
            <pubDate>Thu, 05 Jun 2025 14:50:00 GMT</pubDate>
            <description><![CDATA[<p>The Iceberg sink connector has been upgraded to Apache Iceberg version 1.9.0. This version includes the following changes:<br/></p><ul><li>Added experimental Single Message Transforms (SMTs) for Debezium and AWS DMS to support CDC use cases.</li><li>Improved security and stability through upstream Apache Iceberg updates.</li></ul><p>For more information, see the <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/iceberg-sink-connector">Iceberg sink connector documentation</a> and the <a href="https://iceberg.apache.org/releases/#190">Apache Iceberg 1.9.0 release notes</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® maintenance update improvements]]></title>
            <link>https://aiven.io/changelog/2d61d946-9cd7-49c0-9aad-964ee117972d</link>
            <guid isPermaLink="false">2d61d946-9cd7-49c0-9aad-964ee117972d</guid>
            <pubDate>Fri, 30 May 2025 11:32:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® is now even more resilient and efficient. With the recent improvements, you can enjoy <strong>faster failover and maintenance </strong>for services using logical replication or hosting multiple databases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[New billing addresses feature]]></title>
            <link>https://aiven.io/changelog/d8f36d63-5e9e-4072-9fb8-2daba767f230</link>
            <guid isPermaLink="false">d8f36d63-5e9e-4072-9fb8-2daba767f230</guid>
            <pubDate>Mon, 26 May 2025 10:24:00 GMT</pubDate>
            <description><![CDATA[<p>As part of the billing improvements on the Aiven Platform, billing addresses are now managed separately from billing groups. After <a href="https://aiven.io/docs/platform/howto/manage-billing-addresses">adding an address</a>, you can use it as the billing address and shipping address for any of your billing groups. This makes it easier and faster to set up new billing groups and edit the billing information for existing billing groups.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[ Iceberg sink connector now available for Aiven for Apache Kafka® Connect]]></title>
            <link>https://aiven.io/changelog/254c07cd-8520-467c-87a3-92f23ad0541a</link>
            <guid isPermaLink="false">254c07cd-8520-467c-87a3-92f23ad0541a</guid>
            <pubDate>Thu, 22 May 2025 08:24:00 GMT</pubDate>
            <description><![CDATA[<p>The Iceberg sink connector is now available for Aiven for Apache Kafka® Connect. This connector lets you write data from Apache Kafka topics to Apache Iceberg tables, supporting multiple catalog types including AWS Glue, REST catalogs, and JDBC catalogs.</p><p>To get started, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/iceberg-sink-connector">Create an Iceberg sink connector</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[New discovered organizations feature in the Aiven Console]]></title>
            <link>https://aiven.io/changelog/e2d91ce7-9326-427d-98a3-5f7139a1ba2c</link>
            <guid isPermaLink="false">e2d91ce7-9326-427d-98a3-5f7139a1ba2c</guid>
            <pubDate>Tue, 20 May 2025 10:17:00 GMT</pubDate>
            <description><![CDATA[<p>Organization admin can now see the other organizations that their <a href="https://aiven.io/docs/platform/concepts/managed-users">managed users</a> have created or joined. This helps you monitor external memberships to maintain organizational security. </p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® now supports Google Cloud Private Service Connect]]></title>
            <link>https://aiven.io/changelog/5208e19c-5ab9-492b-b1de-a42b2cb04fad</link>
            <guid isPermaLink="false">5208e19c-5ab9-492b-b1de-a42b2cb04fad</guid>
            <pubDate>Mon, 19 May 2025 14:00:00 GMT</pubDate>
            <description><![CDATA[<p>Google Cloud Private Service Connect is now available for Aiven for PostgreSQL® services. To activate this feature on your service, <a href="https://aiven.io/contact?department=1306714">contact us</a>.<br/>Google Cloud Private Service Connect remains in <a href="https://aiven.io/docs/platform/concepts/beta_services#early-availability-">early availability</a> for non-<a href="https://aiven.io/docs/platform/concepts/byoc">BYOC</a> services and non-production environments.</p><p>To learn more about using Private Service Connect with Aiven-managed services, see <a href="https://aiven.io/docs/platform/howto/use-google-private-service-connect">the documentation</a>.</p>]]></description>
            <category>PostgreSQL®</category>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Changes to storage on free plans]]></title>
            <link>https://aiven.io/changelog/6ad6c429-6c1c-4418-abfb-2ca82f927414</link>
            <guid isPermaLink="false">6ad6c429-6c1c-4418-abfb-2ca82f927414</guid>
            <pubDate>Thu, 15 May 2025 11:11:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven has always aimed to offer a generous <a href="https://aiven.io/docs/platform/concepts/free-plan">free plan</a> to allow users to experience the core benefits of the platform. However, after detailed analysis, we observed that the entire fleet of services is leveraging a small fraction of the resources. To ensure the long-term sustainability of the platform and allow us to continue investing in core features and improvements for all users (both free and paid), we need to update our plan structure. This adjustment helps us balance resources and continue providing a reliable service.</p><p>As of 15 May 2025, the storage allocated to new and existing free plans for Aiven for PostgreSQL® and Aiven for MySQL services has been adjusted from 5GB to 1GB. </p><p>No action is needed regarding your stored data and the service connection details will stay the same. You will still have more than 50 percent of your disk space available. For users who require more storage, Aiven has hobbyist plans for <a href="https://aiven.io/pricing?product=pg">PostgreSQL</a> and <a href="https://aiven.io/pricing?product=mysql">MySQL</a>.</p>]]></description>
            <category>MySQL</category>
            <category>PostgreSQL®</category>
            <category>Valkey™</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 17.5, 16.9, 15.13, 14.18, and 13.21]]></title>
            <link>https://aiven.io/changelog/a67b0fea-79be-4565-8d21-c373aae5153c</link>
            <guid isPermaLink="false">a67b0fea-79be-4565-8d21-c373aae5153c</guid>
            <pubDate>Thu, 15 May 2025 08:52:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 17.5, 16.9, 15.13, 14.18, and 13.21, which contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.19.3 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/f3b9cf4e-10a9-4e85-8284-dd2569e1a78f</link>
            <guid isPermaLink="false">f3b9cf4e-10a9-4e85-8284-dd2569e1a78f</guid>
            <pubDate>Tue, 29 Apr 2025 08:07:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.19.3 is now available for Aiven for PostgreSQL®. Upgrade to 2.19.3 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>This release contains the following bug fixes on top of 2.19.2:</p><ul><li><a href="https://github.com/timescale/timescaledb/pull/7893">#7893</a> Don&#x27;t capture hard errors in with-clause parser</li><li><a href="https://github.com/timescale/timescaledb/pull/7903">#7903</a> Don&#x27;t capture hard errors for old cagg format</li><li><a href="https://github.com/timescale/timescaledb/pull/7912">#7912</a> Don&#x27;t capture errors estimating time max spread</li><li><a href="https://github.com/timescale/timescaledb/pull/7910">#7910</a> Fix not using SkipScan over one chunk</li><li><a href="https://github.com/timescale/timescaledb/pull/7913">#7913</a> Allow TAM chunk creation as non-owner</li><li><a href="https://github.com/timescale/timescaledb/pull/7935">#7935</a> Fix TAM segfault on DELETE using segmentby column</li><li><a href="https://github.com/timescale/timescaledb/pull/7954">#7954</a> Allow scheduler restarts to be disabled</li><li><a href="https://github.com/timescale/timescaledb/pull/7964">#7964</a> Crash when grouping by multiple columns of a compressed table, one of which is a UUID segmentby column.</li></ul><p>See the <a href="https://github.com/timescale/timescaledb/releases">release notes</a> for all TimescaleDB releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB 2.19.2 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/76c6bc5e-daf8-49d4-bced-50dc99fee759</link>
            <guid isPermaLink="false">76c6bc5e-daf8-49d4-bced-50dc99fee759</guid>
            <pubDate>Wed, 23 Apr 2025 07:57:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.19.2 is now available for Aiven for PostgreSQL®. Upgrade to 2.19.2 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>This release contains the following changes on top of 2.19.1:</p><ul><li>Feature <a href="https://github.com/timescale/timescaledb/pull/7923">#7923</a>: Add a GUC to set a compression batch size limit</li><li>GUC: <code>compression_batch_size_limit</code>: set batch size limit, default: <code>1000</code></li><li>Bug fix <a href="https://github.com/timescale/timescaledb/pull/7911">#7911</a>: Don&#x27;t create a Hypertable for published tables</li><li>Bug fix <a href="https://github.com/timescale/timescaledb/pull/7902">#7902</a>: Fix crash in VectorAgg plan code</li></ul><p>See the <a href="https://github.com/timescale/timescaledb/releases">release notes</a> for all TimescaleDB releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Audit logging now supported in Aiven for PostgreSQL®]]></title>
            <link>https://aiven.io/changelog/1b319a48-04bd-49df-9b63-b5d83b077080</link>
            <guid isPermaLink="false">1b319a48-04bd-49df-9b63-b5d83b077080</guid>
            <pubDate>Fri, 11 Apr 2025 11:49:00 GMT</pubDate>
            <description><![CDATA[<p>Audit logging is now generally available in Aiven for PostgreSQL®, enabling you to monitor and track database activity. Use robust audit logs to enhance security, ensure compliance, manage incidents, and optimize performance. Learn more in the <a href="https://aiven.io/docs/products/postgresql/concepts/pg-audit-logging">Aiven for PostgreSQL® audit logging documentation</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[General availability of Aiven for AlloyDB Omni]]></title>
            <link>https://aiven.io/changelog/d7a692ba-b4ee-43eb-8d0c-f4236b9d7bab</link>
            <guid isPermaLink="false">d7a692ba-b4ee-43eb-8d0c-f4236b9d7bab</guid>
            <pubDate>Thu, 10 Apr 2025 08:41:00 GMT</pubDate>
            <description><![CDATA[<p>We are excited to announce the <strong>general availability</strong> of <strong>Aiven for AlloyDB Omni</strong>, a fully managed version of Google AlloyDB Omni designed for mission-critical PostgreSQL® workloads.</p><p>Key highlights:</p><ul><li><strong>Built-in generative AI</strong>: Build and deploy AI applications directly on your operational data using SQL. Perform vector similarity searches and leverage advanced AI models seamlessly.</li><li><strong>High performance</strong>: Optimized for transactional, analytical, and vector search workloads, enabling real-time insights and efficient AI-powered solutions.</li><li><strong>Multi-cloud flexibility</strong>: Deploy across AWS, Google Cloud, or Azure with centralized management through the Aiven platform.</li><li><strong>Enterprise-grade security</strong>: Enjoy end-to-end encryption, private networking, and role-based access control for peace of mind.</li><li><strong>Seamless scalability</strong>: Scale your database, upgrade versions, or create read replicas without downtime.</li></ul><p>Aiven for AlloyDB Omni empowers businesses to harness the power of AI and advanced database technology with ease, scalability, and security. Start building today!</p><p><a href="https://aiven.io/docs/products/alloydbomni">Learn more about Aiven for AlloyDB Omni</a>.</p>]]></description>
            <category>AlloyDB Omni</category>
        </item>
        <item>
            <title><![CDATA[Automatic backup before Aiven for ClickHouse® power-off]]></title>
            <link>https://aiven.io/changelog/b046e48a-07bf-4043-8ccc-c120f1f3594d</link>
            <guid isPermaLink="false">b046e48a-07bf-4043-8ccc-c120f1f3594d</guid>
            <pubDate>Tue, 01 Apr 2025 08:50:00 GMT</pubDate>
            <description><![CDATA[<p>Now, before you power off your Aiven for ClickHouse® service, a backup is automatically taken.</p><p>Learn more about Aiven for ClickHouse backups in the <a href="https://aiven.io/docs/platform/concepts/service_backups#aiven-for-clickhouse">documentation</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Google Cloud region google-europe-north2 now on Aiven]]></title>
            <link>https://aiven.io/changelog/7190f434-2bcc-44a9-b402-b9c741f19293</link>
            <guid isPermaLink="false">7190f434-2bcc-44a9-b402-b9c741f19293</guid>
            <pubDate>Tue, 01 Apr 2025 07:40:00 GMT</pubDate>
            <description><![CDATA[<p>Google Cloud region <code>google-europe-north2</code> (Stockholm, Sweden) is now supported on the Aiven Platform.</p><p>Check all supported Google Cloud regions in <a href="https://docs.aiven.io/docs/platform/reference/list_of_clouds#google-cloud">the documentation</a>.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Organization VPCs now supported in Aiven CLI]]></title>
            <link>https://aiven.io/changelog/a921c5c9-7982-42ae-92f4-878213f6d654</link>
            <guid isPermaLink="false">a921c5c9-7982-42ae-92f4-878213f6d654</guid>
            <pubDate>Thu, 27 Mar 2025 11:36:00 GMT</pubDate>
            <description><![CDATA[<p>You can now create and peer with organization-wide virtual private clouds (VPCs) using the <a href="https://aiven.io/docs/tools/cli/vpc">Aiven CLI</a> as well. This feature remains in <a href="https://aiven.io/docs/platform/concepts/beta_services#limited-availability-">limited availability</a>.</p><p>Learn more about Aiven’s <a href="https://aiven.io/docs/platform/howto/manage-organization-vpc">organization VPCs</a> and supported <a href="https://aiven.io/docs/platform/howto/list-organization-vpc-peering">peering scenarios</a>.</p>]]></description>
            <category>Aiven CLI</category>
        </item>
        <item>
            <title><![CDATA[pgvectorscale now available for Aiven for PostgreSQL®]]></title>
            <link>https://aiven.io/changelog/a62a6700-edbf-46a7-bbb3-0be571097c91</link>
            <guid isPermaLink="false">a62a6700-edbf-46a7-bbb3-0be571097c91</guid>
            <pubDate>Tue, 25 Mar 2025 14:39:00 GMT</pubDate>
            <description><![CDATA[<p>The <code>pgvectorscale</code> extension is now supported for Aiven for PostgreSQL®.</p><p><code>pgvectorscale</code> enhances the <code>pgvector</code> extension, allowing you to efficiently store, index, and search high-dimensional vector embeddings for AI/ML applications. It offers automatic scaling and optimized performance for similarity search. <code>pgvectorscale</code> brings improved query speed, cost-effective scalability, and an SQL-based interface for AI-powered search and recommendation systems.</p><p>For more information, see the <a href="https://github.com/timescale/pgvectorscale#readme">pgvectorscale documentation</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Schedule Aiven for ClickHouse® backups]]></title>
            <link>https://aiven.io/changelog/72499725-dfb2-4d54-8417-d95c47df53af</link>
            <guid isPermaLink="false">72499725-dfb2-4d54-8417-d95c47df53af</guid>
            <pubDate>Mon, 24 Mar 2025 10:29:00 GMT</pubDate>
            <description><![CDATA[<p>You can now set the backup time for your Aiven for ClickHouse® service.</p><p>Learn how to configure your backup schedule in the <a href="https://aiven.io/docs/products/clickhouse/howto/configure-backup">documentation</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Redesigned Aiven for ClickHouse® Integrations page in Aiven Console]]></title>
            <link>https://aiven.io/changelog/ee45d0c3-1fd6-4232-916b-437044ff62de</link>
            <guid isPermaLink="false">ee45d0c3-1fd6-4232-916b-437044ff62de</guid>
            <pubDate>Fri, 21 Mar 2025 13:45:00 GMT</pubDate>
            <description><![CDATA[<p>The <strong>Data sources</strong> section has been added to the Aiven for ClickHouse <strong>Integrations</strong> page. The new section allows you to create three types of data source integration: Apache Kafka® databases, PostgreSQL® databases, and ClickHouse® credentials.</p><p>See the <a href="https://aiven.io/docs/products/clickhouse/howto/data-service-integration">documentation</a> to learn how to manage Aiven for ClickHouse integrations with the new console features.</p>]]></description>
            <category>ClickHouse®</category>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka® 3.9 ]]></title>
            <link>https://aiven.io/changelog/6c381f46-3c0a-47ac-9304-c26e44fdd235</link>
            <guid isPermaLink="false">6c381f46-3c0a-47ac-9304-c26e44fdd235</guid>
            <pubDate>Thu, 20 Mar 2025 16:17:51 GMT</pubDate>
            <description><![CDATA[<p>Apache Kafka® 3.9 is now available for newly created Aiven for Apache Kafka services as an Early Availability (EA) version. Existing services running Apache Kafka 3.8 or earlier will be offered a migration path to 3.9 at a later date.<br/><br/>Apache Kafka 3.9 uses the KRaft (Kafka Raft) protocol for metadata and controller management, replacing ZooKeeper. There should be no change in how Kafka runs, but some <a href="https://aiven.io/docs/products/kafka/reference/kafka-metrics-prometheus#kraft-mode-and-metrics-changes">metrics</a> have changed.</p><p>For more information, see: </p><ul><li><a href="https://downloads.apache.org/kafka/3.9.0/RELEASE_NOTES.html">Kafka 3.9 release notes</a></li><li><a href="https://aiven.io/docs/products/kafka/concepts/kraft-mode">KRaft documentation</a><br/></li></ul>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven CLI version 4.6.2 released]]></title>
            <link>https://aiven.io/changelog/8b9347a2-4a36-4b55-b481-a9fa515785ed</link>
            <guid isPermaLink="false">8b9347a2-4a36-4b55-b481-a9fa515785ed</guid>
            <pubDate>Tue, 18 Mar 2025 15:38:45 GMT</pubDate>
            <description><![CDATA[<p>Aiven CLI 4.6.2 is available and brings the following improvement:</p><ul><li>Change how <code>client.Error</code> is initialized.</li></ul><p>For more details, see the <a href="https://github.com/aiven/aiven-client/releases">Aiven CLI release notes</a>.</p>]]></description>
            <category>Aiven CLI</category>
        </item>
        <item>
            <title><![CDATA[Google Cloud region northamerica-south1 now on Aiven]]></title>
            <link>https://aiven.io/changelog/3d506806-d82b-432e-8f36-a80aca68cc2a</link>
            <guid isPermaLink="false">3d506806-d82b-432e-8f36-a80aca68cc2a</guid>
            <pubDate>Tue, 18 Mar 2025 07:48:00 GMT</pubDate>
            <description><![CDATA[<p>Google Cloud region <code>northamerica-south1</code> (Queretaro, Mexico) is now supported on the Aiven Platform.</p><p>Check all supported Google Cloud regions in <a href="https://docs.aiven.io/docs/platform/reference/list_of_clouds#google-cloud">the documentation</a>.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Google Cloud region africa-south1 now on Aiven]]></title>
            <link>https://aiven.io/changelog/771ccfc7-85d9-4175-bb57-ccb9fb624c5c</link>
            <guid isPermaLink="false">771ccfc7-85d9-4175-bb57-ccb9fb624c5c</guid>
            <pubDate>Mon, 17 Mar 2025 07:27:00 GMT</pubDate>
            <description><![CDATA[<p>Google Cloud region <code>africa-south1</code> (Johannesburg, South Africa) is now supported on the Aiven Platform.</p><p>Check all supported Google Cloud regions in <a href="https://docs.aiven.io/docs/platform/reference/list_of_clouds#google-cloud">the documentation</a>.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Amazon S3 source connector now available]]></title>
            <link>https://aiven.io/changelog/c00dbacc-9b96-46c3-86f6-f1a05d0e8818</link>
            <guid isPermaLink="false">c00dbacc-9b96-46c3-86f6-f1a05d0e8818</guid>
            <pubDate>Fri, 14 Mar 2025 13:45:02 GMT</pubDate>
            <description><![CDATA[<p>The Amazon S3 source connector is now available for Aiven for Apache Kafka® Connect. This connector enables you to ingest data from Amazon S3 buckets into Apache Kafka topics, making it easier to process and analyze stored data.<br/><br/>To get started, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/s3-source-connector">Create an Amazon S3 source connector</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[OCI region ca-montreal-1 now on Aiven]]></title>
            <link>https://aiven.io/changelog/b2448d55-a6e6-4bf9-b65d-8482876fe38b</link>
            <guid isPermaLink="false">b2448d55-a6e6-4bf9-b65d-8482876fe38b</guid>
            <pubDate>Fri, 14 Mar 2025 10:39:00 GMT</pubDate>
            <description><![CDATA[<p>Oracle Cloud Infrastructure (OCI) region <code>ca-montreal-1</code> (Montreal, Canada) is now supported on the Aiven Platform.</p><p>See all the supported OCI regions in <a href="https://aiven.io/docs/platform/reference/list_of_clouds#oracle-cloud-infrastructure-">the documentation</a>.</p><p>The OCI regions support is a <a href="https://aiven.io/docs/platform/concepts/beta_services">limited availability</a> feature. For more information or access, contact your account team.</p><p>See <a href="https://aiven.io/docs/platform/reference/list_of_clouds">the documentation</a> for all cloud providers and regions supported on the Aiven Platform.</p>]]></description>
            <category>Oracle Cloud</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.37.0 now available]]></title>
            <link>https://aiven.io/changelog/e29be3df-35e0-4ce2-a679-737f6be5ceff</link>
            <guid isPermaLink="false">e29be3df-35e0-4ce2-a679-737f6be5ceff</guid>
            <pubDate>Wed, 12 Mar 2025 11:30:00 GMT</pubDate>
            <description><![CDATA[<p>This version of the Aiven Terraform Provider adds the <code>aiven_organization_application_user_token</code> resource field <code>ip_allowlist</code>: to restrict access to a list of allowed IP ranges, fixes several issue, and includes the latest user configuration options.</p><p><br/>Additionally, modifying the deprecated <code>aiven_organization_group_project</code> and <code>aiven_project_user</code> resources is now restricted as these have been replaced by <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/organization_permission">the <code>aiven_organization_permission</code> resource</a>. Follow the <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/guides/update-deprecated-resources#migrate-to-aiven_organization_permission">migration guide</a> to move your existing resources to the permission resource.</p><p></p><p>For more details on fixes and updates, view the complete Aiven Provider for Terraform <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p><p><br/></p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven for ClickHouse® upgraded to 24.8]]></title>
            <link>https://aiven.io/changelog/c8cf8258-fe99-4265-a202-67402fa97dec</link>
            <guid isPermaLink="false">c8cf8258-fe99-4265-a202-67402fa97dec</guid>
            <pubDate>Fri, 07 Mar 2025 12:43:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for ClickHouse® has been upgraded to <a href="https://clickhouse.com/docs/whats-new/changelog/2024#a-id248a-clickhouse-release-248-lts-2024-08-20">version 24.8</a>, which contains new features, improvements to existing functionality, and fixes on top of the previous version.</p><p><strong>Highlights</strong></p><ul><li>JOIN improvements, including disk spillover for cross joins</li><li>Ability to iterate over archive container files in S3</li><li>Recursive CTEs</li><li>New table engines and related functions:<ul><li><code>loop</code> allows to return query results in an infinite loop.</li><li><code>fuzzQuery</code> allows to randomly mutate query strings.</li></ul></li><li>New functions such as <code>generateUUIDv7</code>, <code>generateSnowflakeID</code> (along with conversion functions for date times such as <code>snowflakeIDToDateTime</code>), and base64 functions <code>base64URLEncode</code> &amp; <code>base64URLDecode</code></li><li>New numpy array output format <code>NPy</code></li><li>New system tables:<ul><li><code>detached_tables</code> to keep track of currently detached tables</li><li><code>error_log</code> to persist error history</li><li><code>text_log</code> for logging entries</li></ul></li><li>More information added to the existing <code>query_log</code> and <code>part_log</code> system tables</li><li>Lightweight deletes improvements, along with a new <code>lightweight_deletes_sync</code> setting to control their behavior</li><li>Filesystem cache improvements through contention minimization and usage optimization</li><li><a href="https://clickhouse.com/docs/whats-new/changelog/2024#performance-improvement-4">Performance improvements</a></li></ul><p><strong>Data types</strong></p><ul><li><code>JSON</code>, <code>Dynamic</code>, <code>Variant</code> are now supported as experimental column data types and will be made widely available during the next version upgrade.</li><li>The <code>Object(&#x27;json&#x27;)</code> data type and its <code>JSON</code> alias<ul><li>After the upgrade, <code>Object(&#x27;json&#x27;)</code> and <code>JSON</code> are two different data types. Start using <code>Object(&#x27;json&#x27;)</code> now.</li><li>Migration from the <code>Object(&#x27;json&#x27;)</code> type to the <code>JSON</code> type will be needed, and Aiven will provide guidance to support you through the process.</li></ul></li></ul><p><strong>Query analyzer</strong></p><p>The new query analyzer has graduated from experimental to beta. It will be enabled for all services during the next version release. We’d love to already hear and consider your feedback on using it. To try out the new query analyzer, use the following setting:</p><p><code>SELECT *</code></p><p><code>FROM table</code></p><p><code>SETTINGS enable_analyzer=1;</code></p><p><strong>Table engines</strong></p><ul><li>Experimental <code>TimeSeries</code> table engine has been added, allowing to store metrics using the Prometheus protocol. The engine is not production-ready and hasn’t been enabled yet.</li><li><code>S3Queue</code> storage engine is undergoing testing and stabilization. The engine is not production-ready and hasn’t been enabled yet.</li></ul>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 17.4, 16.8, 15.12, 14.17, and 13.20]]></title>
            <link>https://aiven.io/changelog/6598ceaf-88d4-430a-84eb-f9a8de3c06f9</link>
            <guid isPermaLink="false">6598ceaf-88d4-430a-84eb-f9a8de3c06f9</guid>
            <pubDate>Thu, 06 Mar 2025 19:47:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 17.4, 16.8, 15.12, 14.17, and 13.20, which contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven CLI version 4.6.1 released]]></title>
            <link>https://aiven.io/changelog/2f494eac-8854-4e63-80a0-4c23f8c27f25</link>
            <guid isPermaLink="false">2f494eac-8854-4e63-80a0-4c23f8c27f25</guid>
            <pubDate>Wed, 05 Mar 2025 10:09:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven CLI 4.6.1 is available and brings the following improvements:</p><ul><li>Add MySQL client support for the <code>avn service cli</code> command line.</li><li>Allow <em>privatelink refresh</em> for AWS.</li><li>Add <code>get_service_integration_endpoint</code>.</li></ul><p>For more details, see the <a href="https://github.com/aiven/aiven-client/releases">Aiven CLI release notes</a>.</p>]]></description>
            <category>Aiven CLI</category>
        </item>
        <item>
            <title><![CDATA[Datadog integration not available for new Startup-2 plans]]></title>
            <link>https://aiven.io/changelog/9324b222-ec26-42d2-bc2a-22f5c02fa498</link>
            <guid isPermaLink="false">9324b222-ec26-42d2-bc2a-22f5c02fa498</guid>
            <pubDate>Mon, 24 Feb 2025 13:27:54 GMT</pubDate>
            <description><![CDATA[<p>Datadog integration is not available for new Startup-2 plans in Aiven for Apache Kafka.</p><p>Existing customers using Startup-2 with Datadog integration can continue to create Startup-2 plans that include Datadog and use their existing services without upgrading to a higher plan. To continue using Datadog, all other customers must choose a Business-4 plan or higher.<br/><br/>For more details, see the <a href="https://aiven.io/docs/integrations/datadog">Datadog integration documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 17.3, 16.7, 15.11, 14.16, and 13.19]]></title>
            <link>https://aiven.io/changelog/13f7eaf5-7890-40a1-b698-c35c6b9afea5</link>
            <guid isPermaLink="false">13f7eaf5-7890-40a1-b698-c35c6b9afea5</guid>
            <pubDate>Thu, 20 Feb 2025 14:20:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 17.3, 16.7, 15.11, 14.16, and 13.19, which contain a variety of fixes and improvements to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Introducing organization VPCs]]></title>
            <link>https://aiven.io/changelog/5ad231c8-48a1-4163-aa8e-22013f71e25c</link>
            <guid isPermaLink="false">5ad231c8-48a1-4163-aa8e-22013f71e25c</guid>
            <pubDate>Thu, 20 Feb 2025 13:42:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven has launched organization-wide virtual private clouds (VPCs) as a <a href="https://aiven.io/docs/platform/concepts/beta_services#limited-availability-">limited availability</a> feature. Now you can create and peer with organization VPCs while continuing to use your existing project VPCs.</p><p>An organization VPC allows you to create a single VPC peering connection to multiple Aiven project within the organization. Beyond that, organization VPCs bring simplified connectivity and networking, easier operations and maintenance, improved scalability and flexibility, and reduced complexity.</p><p>Learn more about Aiven’s <a href="https://aiven.io/docs/platform/howto/manage-organization-vpc">organization VPCs</a> and supported <a href="https://aiven.io/docs/platform/howto/list-organization-vpc-peering">peering scenarios</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Aiven Operator for Kubernetes now supports AlloyDB Omni]]></title>
            <link>https://aiven.io/changelog/cabd11f6-5952-4a8a-bdd9-902685c5adfd</link>
            <guid isPermaLink="false">cabd11f6-5952-4a8a-bdd9-902685c5adfd</guid>
            <pubDate>Mon, 17 Feb 2025 15:21:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven Operator for Kubernetes version v0.28.0 is now available and supports <a href="https://aiven.io/docs/products/alloydbomni">Aiven for AlloyDB Omni</a>.</p><p>In this release, the Aiven for Cassandra® and Aiven for Caching (formerly Aiven for Redis®*) resources were deprecated. These services are approaching their <a href="https://aiven.io/docs/platform/reference/end-of-life">end of life on the Aiven Platform</a>.</p><p>For details on this release and deprecations, check out the complete <a href="https://aiven.github.io/aiven-operator/changelog.html">Aiven Kubernetes Operator changelog</a>.</p>]]></description>
            <category>Aiven Operator for Kubernetes</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Cassandra® available until 31 Dec 2025]]></title>
            <link>https://aiven.io/changelog/96653207-a408-440d-8752-f2adf8653650</link>
            <guid isPermaLink="false">96653207-a408-440d-8752-f2adf8653650</guid>
            <pubDate>Tue, 11 Feb 2025 11:48:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Cassandra is approaching end of life on the Aiven platform.</p><p><strong>End of availability</strong>: 30 November 2025</p><p>After this date, you can no longer create new Aiven for Apache Cassandra services. Existing services continue to operate until the end of life (EOL) date.</p><p><strong>End of life</strong>: 31 December 2025</p><p>After 31 December 2025, all active Aiven for Apache Cassandra services are powered off and deleted, making data from these services inaccessible.</p><p>To ensure uninterrupted service with no data loss, complete your migration out of Aiven for Apache Cassandra before 31 December 2025. For further assistance, contact your account team.</p>]]></description>
            <category>Apache Cassandra®</category>
        </item>
        <item>
            <title><![CDATA[IP allowlists now available for organizations and tokens]]></title>
            <link>https://aiven.io/changelog/28ce5d51-7836-4ee2-98e0-942ee8bd6add</link>
            <guid isPermaLink="false">28ce5d51-7836-4ee2-98e0-942ee8bd6add</guid>
            <pubDate>Fri, 07 Feb 2025 13:50:00 GMT</pubDate>
            <description><![CDATA[<p>You can now set allowed IP address ranges to restrict access to to specific IP address ranges of trusted networks. At the organization level, these ranges can be set as part of the organization’s <a href="https://aiven.io/docs/platform/howto/set-authentication-policies#access-from-allowed-ip-addresses">authentication policy</a>. Additionally, IP allowlists are supported for <a href="https://aiven.io/docs/platform/concepts/authentication-tokens">personal tokens and application tokens</a>. These settings help you minimize exposure, reduce the risk of breaches, and comply with policies and regulations.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[New OCI regions supported on the Aiven Platform]]></title>
            <link>https://aiven.io/changelog/65d350a3-8233-42e3-b766-2b9cd4b2835f</link>
            <guid isPermaLink="false">65d350a3-8233-42e3-b766-2b9cd4b2835f</guid>
            <pubDate>Thu, 06 Feb 2025 15:21:00 GMT</pubDate>
            <description><![CDATA[<p>The Aiven Platform now supports the following Oracle Cloud Infrastructure (OCI) Asia-Pacific regions:</p><ul><li>ap-osaka-1: Japan Central: Osaka</li><li>ap-seoul-1: South Korea Central: Seoul</li><li>ap-singapore-1: Singapore: Singapore</li><li>ap-tokyo-1: Japan East: Tokyo</li></ul><p>See all the supported OCI regions in <a href="https://aiven.io/docs/platform/reference/list_of_clouds#oracle-cloud-infrastructure-">the documentation</a>.</p><p>The OCI regions support is a <a href="https://aiven.io/docs/platform/concepts/beta_services">limited availability</a> feature. For more information or access, contact your account team.</p>]]></description>
            <category>Oracle Cloud</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Valkey™ version 8.0]]></title>
            <link>https://aiven.io/changelog/1f6c90e9-a678-49e8-a59f-caaac86ae628</link>
            <guid isPermaLink="false">1f6c90e9-a678-49e8-a59f-caaac86ae628</guid>
            <pubDate>Fri, 31 Jan 2025 15:28:00 GMT</pubDate>
            <description><![CDATA[<p>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.</p><p><strong>Highlights</strong></p><ul><li>Performance improvements<ul><li><strong>Asynchronous I/O Threading</strong>: Enables parallel processing of commands and I/O operations, maximizing throughput and minimizing bottlenecks.</li><li><strong>Intelligent Core Utilization</strong>: Distributes I/O tasks across multiple cores based on realtime usage, reducing idle time and improving energy efficiency.</li><li><strong>Command Batching</strong>: Optimizes memory access patterns by prefetching frequently accessed data to minimize CPU cache misses, reducing memory accesses required for dictionary operations.</li></ul></li><li>Efficiency improvements<ul><li><strong>Reduction of the memory overhead of keys</strong>, 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.</li><li><strong>Improved Pub/Sub Efficiency</strong>: Lightweight cluster messages streamline communication and reduce overhead for faster, more efficient Pub/Sub operations.</li></ul></li><li>Replication improvements<ul><li><strong>Reduced Memory Load</strong>: 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.</li><li><strong>Reduced Parent Process Load</strong>: A dedicated connection for RDB transfer frees the primary&#x27;s parent process from handling this data, allowing it to focus on client queries and improving overall responsiveness.</li></ul></li></ul><p>See the <a href="https://github.com/valkey-io/valkey/releases/tag/8.0.0-rc1">release notes</a> for more details.</p>]]></description>
            <category>Valkey™</category>
        </item>
        <item>
            <title><![CDATA[Multi-version support for Apache Kafka Connect connectors]]></title>
            <link>https://aiven.io/changelog/bc2bc575-3bd6-41f0-8488-da532acb8cbb</link>
            <guid isPermaLink="false">bc2bc575-3bd6-41f0-8488-da532acb8cbb</guid>
            <pubDate>Wed, 29 Jan 2025 14:45:00 GMT</pubDate>
            <description><![CDATA[<p>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.<br/><br/>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.<br/><br/>For more information, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/manage-connector-versions#check-available-connector-versions">Manage connector versions</a>.<br/></p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.32.0 now available ]]></title>
            <link>https://aiven.io/changelog/abc879a7-9d67-455b-bab2-8a573c2aa1fa</link>
            <guid isPermaLink="false">abc879a7-9d67-455b-bab2-8a573c2aa1fa</guid>
            <pubDate>Tue, 14 Jan 2025 11:45:00 GMT</pubDate>
            <description><![CDATA[<p>This version supports quotas in Aiven for Apache Kafka® services with <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/kafka_quota">the new aiven_kafka_quota resource</a>, enabling better management and control of Kafka resource usage through Terraform. <a href="https://aiven.io/docs/products/kafka/concepts/kafka-quotas">Quotas</a> ensure fair resource allocation, stability, and efficiency in your Kafka clusters.</p><p>The following fields have also been added to <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/opensearch">the aiven_opensearch resource</a> and data source in this release:</p><ul><li><code>opensearch_user_config.opensearch.cluster_routing_allocation_balance_prefer_primary</code>: When set to true, OpenSearch attempts to evenly distribute the primary shards between the cluster nodes.</li><li><code>opensearch_user_config.opensearch.segrep</code>: 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.</li></ul><p>For more details on fixes and updates, view the complete Aiven Provider for Terraform <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[AI-powered performance insights for Aiven for MySQL]]></title>
            <link>https://aiven.io/changelog/90c35ac9-21d3-44a0-9c0c-8b238be77060</link>
            <guid isPermaLink="false">90c35ac9-21d3-44a0-9c0c-8b238be77060</guid>
            <pubDate>Thu, 09 Jan 2025 13:43:36 GMT</pubDate>
            <description><![CDATA[<p>Aiven&#x27;s <strong>AI Insights</strong> feature for <em>Aiven for MySQL<strong>®</strong></em> monitors database performance to identify slow queries.</p><p>It delivers actionable insights and optimization recommendations, including query rewrites, index creation or removal suggestions, and more—helping you maintain peak database performance.</p><p></p><p>Learn more in our <a href="https://aiven.io/docs/products/mysql/howto/ai-insights">documentation</a>.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Local cache for remote files in Aiven for ClickHouse® tiered storage]]></title>
            <link>https://aiven.io/changelog/74f1a873-861a-443f-a86a-76664d9bdc69</link>
            <guid isPermaLink="false">74f1a873-861a-443f-a86a-76664d9bdc69</guid>
            <pubDate>Wed, 08 Jan 2025 15:39:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for ClickHouse&#x27;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.<br/>Learn more about Aiven for ClickHouse tiered storage’s local cache for remote files in <a href="https://aiven.io/docs/products/clickhouse/howto/local-cache-tiered-storage">the documentation</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[New granular roles and permissions]]></title>
            <link>https://aiven.io/changelog/80dbf676-25e6-4db2-8254-7ab6f818b52b</link>
            <guid isPermaLink="false">80dbf676-25e6-4db2-8254-7ab6f818b52b</guid>
            <pubDate>Tue, 07 Jan 2025 09:04:00 GMT</pubDate>
            <description><![CDATA[<p>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.</p><p>Key highlights of this feature are:</p><ul><li><strong>Roles and permissions at different levels: </strong>Grant access at the organization, unit and project level.</li><li><strong>Tailored access rules:</strong> Assign permissions to individual users or groups, ensuring users only have access they need to do their jobs.</li><li><strong>Streamlined workflows:</strong> There’s a single <a href="https://api.aiven.io/doc/#tag/Permissions/operation/PermissionsUpdate">Aiven API</a> and <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/organization_permission">Aiven Terraform Provider</a> resource to grant roles and permissions following the resource, principal, and action methodology.</li></ul><p>Learn more about the <a href="https://aiven.io/docs/platform/concepts/permissions">new roles and permissions</a> and get started by <a href="https://aiven.io/docs/platform/howto/manage-permissions">granting access to your organization, units, or projects</a>.</p>]]></description>
            <category>Aiven API</category>
            <category>Aiven Console</category>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.31.0 now available]]></title>
            <link>https://aiven.io/changelog/e3d7b94c-05b0-400e-94ed-31ff6c5bab5f</link>
            <guid isPermaLink="false">e3d7b94c-05b0-400e-94ed-31ff6c5bab5f</guid>
            <pubDate>Wed, 18 Dec 2024 12:57:00 GMT</pubDate>
            <description><![CDATA[<p>This version includes support for <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/alloydbomni">Aiven for AlloyDB</a>, cross-project service integrations, PostgreSQL 17 and Flink 1.20.</p><p>Three new beta Aiven for AlloyDB Omni resources and data sources were added: <code>aiven_alloydbomni</code>, <code>aiven_alloydbomni_database</code>, and <code>aiven_alloydbomni_user</code>. <a href="https://aiven.io/docs/products/alloydbomni">Aiven for AlloyDB Omni</a> is a high-performance PostgreSQL-compatible database featuring a columnar engine and built-in AI capabilities.</p><p>In addition, the <code>aiven_service_integration</code> resource now supports setting source and destination projects, enabling the creation of integrations between services in different projects.</p><p>For more details on fixes and updates, view the complete Aiven Provider for Terraform <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p><p></p><p></p><p></p><p></p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven for ClickHouse® query cache]]></title>
            <link>https://aiven.io/changelog/65f6c249-1cf4-4165-bcde-6f722ae1ba20</link>
            <guid isPermaLink="false">65f6c249-1cf4-4165-bcde-6f722ae1ba20</guid>
            <pubDate>Mon, 16 Dec 2024 12:21:00 GMT</pubDate>
            <description><![CDATA[<p>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.<br/>Learn more about Aiven for ClickHouse query cache in <a href="https://aiven.io/docs/products/clickhouse/howto/clickhouse-query-cache">the documentation</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Support for Kafka-native ACLs in Aiven for Apache Kafka®]]></title>
            <link>https://aiven.io/changelog/1f8c9a97-e1d7-43c3-8236-4262bff7d391</link>
            <guid isPermaLink="false">1f8c9a97-e1d7-43c3-8236-4262bff7d391</guid>
            <pubDate>Thu, 12 Dec 2024 14:15:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka now supports both <strong>Kafka-native ACLs</strong> and <strong>Aiven ACLs</strong>, providing enhanced access control capabilities.</p><ul><li><strong>Kafka-native ACLs</strong>: Enable fine-grained control for Clusters, Topics, Groups, and TransactionalId resources, with support for <code>ALLOW</code> and <code>DENY</code> rules.</li><li><strong>Aiven ACLs</strong>: Simplify access control with predefined permissions and wildcard support for flexible configuration.</li></ul><p>Kafka-native ACLs can be used in parallel with Aiven ACLs, with no requirement to migrate or choose one over the other. If only Kafka-native ACLs are needed, Aiven ACLs can be removed from the service. Both ACL types are configurable through the Aiven Console, Aiven CLI, Aiven API, and Aiven Provider for Terraform. To use Kafka-native ACLs, apply the required <a href="https://aiven.io/docs/platform/concepts/maintenance-window">service maintenance updates</a>.</p><p>To learn more, see <a href="https://aiven.io/docs/products/kafka/howto/manage-acls">Access Control Lists in Aiven for Apache Kafka®</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Exactly-once delivery for Aiven for Apache Kafka® MirrorMaker 2]]></title>
            <link>https://aiven.io/changelog/06846b88-5863-46ed-9d46-fa6f46ea56b8</link>
            <guid isPermaLink="false">06846b88-5863-46ed-9d46-fa6f46ea56b8</guid>
            <pubDate>Tue, 10 Dec 2024 15:00:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka® MirrorMaker 2 now supports exactly-once delivery, ensuring each message is replicated exactly once between Apache Kafka clusters to prevent duplicates and data loss. To enable this feature, apply the required <a href="https://aiven.io/docs/platform/concepts/maintenance-window">service maintenance updates</a>.<br/>To learn more, see <a href="https://aiven.io/docs/products/kafka/kafka-mirrormaker/howto/exactly-once-delivery">Exactly-once delivery in Aiven for Apache Kafka MirrorMaker 2</a>.</p>]]></description>
            <category>Apache Kafka® MirrorMaker 2</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® 17 released]]></title>
            <link>https://aiven.io/changelog/f343a5d8-8609-4bb5-9c14-cff51898c67f</link>
            <guid isPermaLink="false">f343a5d8-8609-4bb5-9c14-cff51898c67f</guid>
            <pubDate>Mon, 09 Dec 2024 17:39:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® 17 is now available on the Aiven platform.</p><p>This version brings key capabilities and performance improvements:</p><ul><li><strong>Enhanced query and vacuum performance</strong>, such as faster sequential reads and reduced vacuum memory usage</li><li><strong>Logical replication improvements</strong>, such as failover control and preserving slots during upgrades</li><li><strong>Developer features</strong>, such as constructors, identity functions, and the <code>JSON_TABLE()</code> function</li><li><strong>Improved bulk loading</strong> with the new <code>COPY</code> option <code>ON_ERROR ignore</code></li><li>Strengthened security with direct TLS handshake options</li></ul><p>For more information on what PostgreSQL version 17 introduces, see <a href="https://www.postgresql.org/docs/release/17.0/">PostgreSQL 17 release notes</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven CLI version 4.5.0 now available]]></title>
            <link>https://aiven.io/changelog/f0a0f4d9-3369-4256-95ea-2dbd2ad2a9e4</link>
            <guid isPermaLink="false">f0a0f4d9-3369-4256-95ea-2dbd2ad2a9e4</guid>
            <pubDate>Fri, 06 Dec 2024 10:03:00 GMT</pubDate>
            <description><![CDATA[<p>A new version of the Aiven CLI has been released with the following updates:</p><ul><li>Added support for Kafka-native ACL commands in Aiven for Apache Kafka.</li><li>Updated Aiven for Apache Flink commands to ignore the current project.</li></ul><p>For more details, see the <a href="https://github.com/aiven/aiven-client/releases/tag/4.5.0">Aiven CLI release notes</a>.</p>]]></description>
            <category>Aiven CLI</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.30.0 now available]]></title>
            <link>https://aiven.io/changelog/013b9505-2bad-4716-8576-9983b534accc</link>
            <guid isPermaLink="false">013b9505-2bad-4716-8576-9983b534accc</guid>
            <pubDate>Thu, 05 Dec 2024 14:42:00 GMT</pubDate>
            <description><![CDATA[<p>This version adds <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/kafka_native_acl">the aiven_kafka_native_acl resource</a> and the <code>exactly_once_delivery_enabled</code> field to the <code>aiven_mirrormaker_replication_flow</code> resource to enable exactly-once message delivery for an <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/mirrormaker_replication_flow">Aiven for Apache Kafka® MirrorMaker 2 replication flow</a>.</p><p></p><p>Other additions include:</p><ul><li><code>aiven_opensearch</code> resource field <code>opensearch_user_config.opensearch.search_insights_top_queries</code></li><li><code>aiven_thanos</code> resource field <code>thanos_user_config.private_access</code></li><li><code>aiven_thanos</code> resource field <code>thanos_user_config.privatelink_access</code></li><li><code>aiven_opensearch</code> datasource field <code>opensearch_user_config.opensearch.search_insights_top_queries</code></li><li><code>aiven_thanos</code> data source field <code>thanos_user_config.private_access</code></li><li><code>aiven_thanos</code> data source field <code>thanos_user_config.privatelink_access</code></li><li><code>aiven_service_integration_endpoint</code> resource field <code>datadog_user_config.extra_tags_prefix</code></li><li><code>aiven_service_integration_endpoint</code> datasource field <code>datadog_user_config.extra_tags_prefix</code></li></ul><p>For more details, view the complete Aiven Provider for Terraform <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p><p><br/></p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 16.6, 15.10, 14.15, 13.18, and 12.22]]></title>
            <link>https://aiven.io/changelog/1ee66195-cfb7-413a-bc60-11530e0ad04d</link>
            <guid isPermaLink="false">1ee66195-cfb7-413a-bc60-11530e0ad04d</guid>
            <pubDate>Thu, 05 Dec 2024 11:07:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 16.6, 15.10, 14.15, 13.18, and 12.22, which contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[AI-powered performance insights for Aiven for PostgreSQL]]></title>
            <link>https://aiven.io/changelog/7d5d09e1-6410-4fd7-8373-90cba19b71fa</link>
            <guid isPermaLink="false">7d5d09e1-6410-4fd7-8373-90cba19b71fa</guid>
            <pubDate>Mon, 02 Dec 2024 14:47:20 GMT</pubDate>
            <description><![CDATA[<p>Aiven&#x27;s <strong>AI Insights</strong> feature for <em>Aiven for PostgreSQL<strong>®</strong></em> 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.<br/></p><p>Learn more in our <a href="https://aiven.io/docs/products/postgresql/howto/ai-insights">documentation</a>.<br/></p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Search and index backpressure now configurable in Aiven for OpenSearch®]]></title>
            <link>https://aiven.io/changelog/3bbecc23-c8a8-4247-89be-0c4cf5bf4f12</link>
            <guid isPermaLink="false">3bbecc23-c8a8-4247-89be-0c4cf5bf4f12</guid>
            <pubDate>Wed, 27 Nov 2024 13:34:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch now supports configuring search backpressure and index backpressure settings. These settings optimize resource usage and improve search and indexing performance. You can configure them in the Advanced configurations section of the Aiven Console.</p><p>For more information, see <a href="https://aiven.io/docs/products/opensearch/reference/advanced-params">Advanced parameters</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[ClickHouse sink connector now available for Aiven for Apache Kafka Connect®]]></title>
            <link>https://aiven.io/changelog/5c95d818-d594-49e3-a6fd-00bb71744268</link>
            <guid isPermaLink="false">5c95d818-d594-49e3-a6fd-00bb71744268</guid>
            <pubDate>Wed, 27 Nov 2024 09:21:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka Connect supports the ClickHouse sink connector. This connector ensures exactly-once semantics for reliable data delivery to ClickHouse. For more information, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/clickhouse-sink-connector">Create a ClickHouse sink connector for Aiven for Apache Kafka®</a></p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Flink and autoscaler now supported in Aiven Operator for Kubernetes ]]></title>
            <link>https://aiven.io/changelog/20026958-e54e-4cdb-b6fa-bdbfc5a1b80d</link>
            <guid isPermaLink="false">20026958-e54e-4cdb-b6fa-bdbfc5a1b80d</guid>
            <pubDate>Thu, 21 Nov 2024 13:46:00 GMT</pubDate>
            <description><![CDATA[<p><a href="https://aiven.github.io/aiven-operator/api-reference/flink.html">Aiven for Apache Flink®</a> is supported in version 0.26.0. Support for the <a href="https://aiven.io/docs/platform/howto/disk-autoscaler">autoscaler service integration</a> was also added with the <code>ServiceIntegration</code> field <code>autoscaler</code> and <code>ServiceIntegrationEndpoint</code> field <code>autoscaler.</code></p><p>Other additions in this release include:</p><ul><li>The ClickHouse field <code>userConfig.recovery_basebackup_name</code> for the backup to restore in a forked service.</li><li>The Grafana field <code>userConfig.auth_generic_oauth.use_refresh_token </code>to refresh tokens and check access token expiration.</li><li>The Kafka field <code>userConfig.schema_registry_config.retriable_errors_silenced</code> to silence errors that can be retried or custom errors you specify. </li><li>The Kafka field <code>userConfig.schema_registry_config.schema_reader_strict_mode</code> to configure the Karapace schema-registry service to shutdown when there are invalid schema records in the <code>_schemas</code> topic.</li><li>The OpenSearch fields <code>userConfig.azure_migration.indices</code>,&nbsp; <code>userConfig.gcs_migration.indices</code>, and&nbsp; <code>userConfig.s3_migration.indices</code> to define a list of indices to restore from the snapshot. Multi-index syntax is supported.</li></ul><p>The following are deprecated:</p><ul><li>PostgreSQL field <code>userConfig.additional_backup_regions</code></li><li>Grafana field <code>userConfig.alerting_enabled</code></li></ul><p></p><p>For a full list of the changes and deprecations, check out the <a href="https://aiven.github.io/aiven-operator/changelog.html">Aiven Operator changelog</a>.</p>]]></description>
            <category>Aiven Operator for Kubernetes</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka Connect® now supports Debezium with mTLS for PostgreSQL]]></title>
            <link>https://aiven.io/changelog/7781cca3-368e-4413-9dca-3d978ed2eab9</link>
            <guid isPermaLink="false">7781cca3-368e-4413-9dca-3d978ed2eab9</guid>
            <pubDate>Mon, 18 Nov 2024 12:13:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka Connect supports secure PostgreSQL integration using the Debezium connector with mutual TLS (mTLS). This connector, now generally available, enhances security through mutual authentication between the client and server.<br/><br/>To learn more, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/kafka-connect-debezium-tls-pg">Integrate Apache Kafka Connect with PostgreSQL using Debezium and mutual TLS</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.17.2 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/fc0c22b5-959b-4f93-8150-7f2892453077</link>
            <guid isPermaLink="false">fc0c22b5-959b-4f93-8150-7f2892453077</guid>
            <pubDate>Thu, 14 Nov 2024 10:03:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.17.2 is now available for Aiven for PostgreSQL®. It introduces bug fixes on top of release 2.17.1. Upgrade to 2.17.2 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>Refer to <a href="https://github.com/timescale/timescaledb/releases">TimescaleDB release notes</a> for all the changes introduced in this release.</p><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/issues/7384">#7384</a>: Fix <code>negative bitmapset member not allowed</code> and performance degradation on queries to compressed tables with the <code>ORDER BY</code> clause matching the order of the compressed data</li><li><a href="https://github.com/timescale/timescaledb/pull/7388">#7388</a>: Use-after-free in vectorized grouping by <code>segmentby</code> columns</li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Autoscaler now supported in Aiven Provider for Terraform]]></title>
            <link>https://aiven.io/changelog/7df89b86-9419-4073-bf78-271e2ac8a2a8</link>
            <guid isPermaLink="false">7df89b86-9419-4073-bf78-271e2ac8a2a8</guid>
            <pubDate>Thu, 14 Nov 2024 08:07:00 GMT</pubDate>
            <description><![CDATA[<p>The <a href="https://aiven.io/docs/platform/howto/disk-autoscaler">autoscaler service integration</a> is supported in version 4.29.0 of Aiven Provider for Terraform including the latest configuration options for services, integrations, and endpoints.<br/></p><p>Additionally, starting with this release, the changelog will now highlight every schema change. This should make it easier to track and understand the updates Aiven is delivering with the Terraform provider.</p><p></p><p>For more information on Aiven Provider for Terraform, view the <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs">documentation</a>.</p><p><br/></p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven CLI version 4.4.0 now available]]></title>
            <link>https://aiven.io/changelog/6b9da07b-b473-49e8-99be-fcea616fa42e</link>
            <guid isPermaLink="false">6b9da07b-b473-49e8-99be-fcea616fa42e</guid>
            <pubDate>Thu, 31 Oct 2024 12:21:00 GMT</pubDate>
            <description><![CDATA[<p>A new minor version of the Aiven CLI has been released to support the following:</p><ul><li><code>avn byoc tags list</code></li><li><code>avn byoc tags update --add-tag KEY=VALUE --remove-tag KEY</code></li><li><code>avn byoc tags replace --tag KEY=VALUE</code></li></ul><p>These tags are attached to <a href="https://aiven.io/docs/platform/concepts/byoc">BYOC</a> environments and cascaded to bastion nodes in private <a href="https://aiven.io/docs/platform/concepts/byoc#byoc-deployment">deployment models</a>.</p><p>For more information, see <a href="https://github.com/aiven/aiven-client/releases/tag/4.4.0">Aiven CLI release notes</a>.</p>]]></description>
            <category>Aiven CLI</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.17.1 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/3c5a47a7-0bce-4232-a83d-db8ad816604f</link>
            <guid isPermaLink="false">3c5a47a7-0bce-4232-a83d-db8ad816604f</guid>
            <pubDate>Wed, 30 Oct 2024 09:37:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.17.1 is now available for Aiven for PostgreSQL®. It introduces new features, performance improvements, and bug fixes on top of release 2.16.1. Upgrade to 2.17.1 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>Refer to <a href="https://github.com/timescale/timescaledb/releases">TimescaleDB release notes</a> for all the changes introduced in this release.</p><p><strong>Key new features</strong></p><ul><li><strong>Full PostgreSQL 17 support for all existing features:</strong><br/>TimescaleDB 2.17.1 is available for PostgreSQL 14, 15, 16, and 17.</li><li><strong>Significant performance improvements for continuous aggregate policies:</strong><br/>Continuous aggregate refresh is now using <code>merge</code> instead of deleting old materialized data and re-inserting. This update can decrease dramatically the amount of data that must be written on the continuous aggregate in the presence of a small number of changes, reduce the <code>i/o</code> cost of refreshing a continuous aggregate, and generate fewer Write-Ahead Logs (<code>WAL</code>). Overall, continuous aggregate policies will be more lightweight, use less system resources, and complete faster.</li><li><strong>Increased performance for real-time analytical queries over compressed hypertables:</strong><br/>Introducing additional Single Instruction, Multiple Data (<code>SIMD</code>) vectorization optimization to our engine by supporting vectorized execution for queries that group by using the <code>segment_by</code> column(s) and aggregate using the basic aggregate functions (<code>sum</code>, <code>count</code>, <code>avg</code>, <code>min</code>, <code>max</code>)</li><li><strong>Improved performance of deletes on compressed hypertables when a large amount of data is affected:</strong><br/>Speeding up operations that delete whole segments by skipping the decompression step (enabled for all deletes that filter by <code>segment_by</code> columns)</li></ul><p><strong>PostgreSQL 14 deprecation announcement</strong></p><p>PostgreSQL 14 will be supported until April 2025. Closer to that time, there will be an announcement of the specific version of TimescaleDB in which PostgreSQL 14 support will not be included going forward.</p><p><strong>New features</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/7360">#7360</a> Add chunk skipping GUC</li><li><a href="https://github.com/timescale/timescaledb/pull/6882">#6882</a>: Allow delete of full segments on compressed chunks without decompression.</li><li><a href="https://github.com/timescale/timescaledb/pull/7033">#7033</a>: Use <code>merge</code> statement on continuous aggregates refresh.</li><li><a href="https://github.com/timescale/timescaledb/pull/7126">#7126</a>: Add functions to show the compression information.</li><li><a href="https://github.com/timescale/timescaledb/pull/7147">#7147</a>: Vectorize partial aggregation for <code>sum(int4)</code> with grouping on <code>segment by</code> columns.</li><li><a href="https://github.com/timescale/timescaledb/pull/7204">#7204</a>: Track additional extensions in telemetry.</li><li><a href="https://github.com/timescale/timescaledb/pull/7207">#7207</a>: Refactor the <code>decompress_batches_scan</code> functions for easier maintenance.</li><li><a href="https://github.com/timescale/timescaledb/pull/7209">#7209</a>: Add a function to drop the <code>osm</code> chunk.</li><li><a href="https://github.com/timescale/timescaledb/pull/7275">#7275</a>: Add support for the <code>returning</code> clause for <code>merge</code>.</li><li><a href="https://github.com/timescale/timescaledb/pull/7200">#7200</a>: Vectorize common aggregate functions like <code>min</code>, <code>max</code>, <code>sum</code>, <code>avg</code>, <code>stddev</code>, <code>variance</code> for compressed columns of arithmetic types, when there is grouping on <code>segment by</code> columns or no grouping.</li></ul><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/7335">#7335</a> Change log level used in compression</li><li><a href="https://github.com/timescale/timescaledb/issues/7342">#7342</a> Fix collation for in-memory tuple filtering</li><li><a href="https://github.com/timescale/timescaledb/pull/7187">#7187</a>: Fix the string literal length for the <code>compressed_data_info</code> function.</li><li><a href="https://github.com/timescale/timescaledb/pull/7191">#7191</a>: Fix creating default indexes on chunks when migrating the data.</li><li><a href="https://github.com/timescale/timescaledb/pull/7195">#7195</a>: Fix the <code>segment by</code> and <code>order by</code> checks when dropping a column from a compressed hypertable.</li><li><a href="https://github.com/timescale/timescaledb/pull/7201">#7201</a>: Use the generic extension description when building <code>apt</code> and <code>rpm</code> loader packages.</li><li><a href="https://github.com/timescale/timescaledb/pull/7227">#7227</a>: Add an index to the <code>compression_chunk_size</code> catalog table.</li><li><a href="https://github.com/timescale/timescaledb/pull/7229">#7229</a>: Fix the foreign key constraints where the index and the constraint column order are different.</li><li><a href="https://github.com/timescale/timescaledb/pull/7230">#7230</a>: Do not propagate the foreign key constraints to the <code>osm</code> chunk.</li><li><a href="https://github.com/timescale/timescaledb/pull/7234">#7234</a>: Release the cache after accessing the cache entry.</li><li><a href="https://github.com/timescale/timescaledb/pull/7258">#7258</a>: Force English in the <code>pg_config</code> command executed by <code>cmake</code> to avoid the unexpected building errors.</li><li><a href="https://github.com/timescale/timescaledb/pull/7270">#7270</a>: Fix the memory leak in compressed DML batch filtering.</li><li><a href="https://github.com/timescale/timescaledb/pull/7286">#7286</a>: Fix the index column check while searching for the index.</li><li><a href="https://github.com/timescale/timescaledb/pull/7290">#7290</a>: Add check for null offset for continuous aggregates built on top of continuous aggregates.</li><li><a href="https://github.com/timescale/timescaledb/pull/7301">#7301</a>: Make foreign key behavior for hypertables consistent.</li><li><a href="https://github.com/timescale/timescaledb/pull/7318">#7318</a>: Fix chunk skipping range filtering.</li><li><a href="https://github.com/timescale/timescaledb/pull/7320">#7320</a>: Set the license specific extension comment in the install script.</li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[30-node plan no longer available for Aiven for OpenSearch®]]></title>
            <link>https://aiven.io/changelog/2f715e17-2710-4679-b1d1-97d43fa3019b</link>
            <guid isPermaLink="false">2f715e17-2710-4679-b1d1-97d43fa3019b</guid>
            <pubDate>Wed, 30 Oct 2024 08:20:00 GMT</pubDate>
            <description><![CDATA[<p>Premium-30x-* plans for Aiven for OpenSearch are no longer available in the Aiven Console. Existing 30-node plans remain unaffected. If your project currently or previously had a 30-node plan, you can still create new 30-node plans without consulting sales. Custom plans are not impacted.</p><p>For further assistance, contact your Aiven sales team.</p><p></p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Karapace version 4.0.0]]></title>
            <link>https://aiven.io/changelog/b24ecfd8-0d08-481b-a5ca-31411e7952bd</link>
            <guid isPermaLink="false">b24ecfd8-0d08-481b-a5ca-31411e7952bd</guid>
            <pubDate>Thu, 24 Oct 2024 14:42:50 GMT</pubDate>
            <description><![CDATA[<p>Karapace has been upgraded to version 4.0.0, bringing important updates and fixes.<br/><br/><strong>Key changes:</strong></p><ul><li><strong>Systemd journal logging:</strong> Added support for logging to the systemd journal for easier log management.</li><li><strong>Schema compatibility checks</strong>: Introduced a new <code>messages</code> field in the compatibility API, which provides more precise explanations of schema issues.</li></ul><p><strong>To be enabled later:</strong></p><ul><li><strong>Protobuf formatter:</strong> This release includes preparation for the Protobuf formatter, which will be available in a future update. It will provide more flexibility when handling Protobuf schemas.</li></ul><p>For more details, see the <a href="https://github.com/Aiven-Open/karapace/releases/tag/4.0.0">Karapace 4.0.0 release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Tiered storage in Aiven for Apache Kafka is now self-service]]></title>
            <link>https://aiven.io/changelog/8a246570-e08d-4638-ae14-ff9d7552be7e</link>
            <guid isPermaLink="false">8a246570-e08d-4638-ae14-ff9d7552be7e</guid>
            <pubDate>Wed, 23 Oct 2024 15:09:00 GMT</pubDate>
            <description><![CDATA[<p>You can now enable tiered storage in Aiven for Apache Kafka without needing to contact support.</p><p><strong>Key considerations</strong>:</p><ul><li>Once enabled, tiered storage cannot be disabled.</li><li>Shutting down the service will result in permanent loss of data stored in tiered storage.</li><li>Tiered storage is available only on AWS, Google Cloud, and Microsoft Azure.</li></ul><p>For more information, see <a href="https://aiven.io/docs/products/kafka/howto/kafka-tiered-storage-get-started">Get started with tiered storage</a> and review the existing <a href="https://aiven.io/docs/products/kafka/concepts/tiered-storage-limitations">limitations</a> for tiered storage.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for ClickHouse® upgraded to 24.3]]></title>
            <link>https://aiven.io/changelog/580a3384-7050-470f-b7a6-8bdf8d1d291e</link>
            <guid isPermaLink="false">580a3384-7050-470f-b7a6-8bdf8d1d291e</guid>
            <pubDate>Thu, 17 Oct 2024 18:26:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for ClickHouse® has been upgraded to <a href="https://clickhouse.com/docs/en/whats-new/changelog#-clickhouse-release-243-lts-2024-03-27">version 24.3</a>, which contains <a href="https://clickhouse.com/docs/en/whats-new/changelog#new-feature-6">new features</a>, <a href="https://clickhouse.com/docs/en/whats-new/changelog#improvement-6">improvements</a> to existing functionalities, and a variety of <a href="https://clickhouse.com/docs/en/whats-new/changelog#bug-fix-user-visible-misbehavior-in-an-official-stable-release-4">fixes</a> on top of the previous version:</p><ul><li>New string similarity functions: <code>arrayRandomSample</code>, <code>editDistance</code>, <code>dramerauLevenshteinDistance</code>, <code>jaroSimilarity</code>, and more</li><li>Other new functions: <code>arrayFold</code>, <code>groupArrayIntersect</code>, <code>largestTriangleThreeBuckets</code>, <code>seriesPeriodDetectFFT</code>, and more</li><li>Space-filling curves (such as <code>mortonEncode</code>) can be used for primary key, which is useful if there are two separate expressions (rather than just one) that are often filtered by.</li><li>Automatic detection of a file format (for example, Parquet) for files with no extension</li><li><code>ALTER materialized_view MODIFY</code> query</li><li>Support for NPY file format for better NumPy interoperability</li><li>GCD compression codec for integers</li><li><code>PASTE JOIN</code>: create a table by joining all columns from a left subquery to all columns from a right subquery in the order of their respective rows</li><li>Vectorized functions <code>cosineDistance</code>, <code>dotProduct</code>, and <code>L2Distance</code> for better performance and additional ClickHouse vector database capabilities</li><li>Adaptive asynchronous <code>INSERT</code>s: adjust flush timeout based on frequency of <code>INSERTS</code>s</li><li><a href="https://clickhouse.com/docs/en/whats-new/changelog#performance-improvement-6">Performance improvements</a></li></ul><p>ClickHouse 24.3 brings changes to defaults of a few settings related to JSON, Parquet, ORC, and Arrow input/output formats:</p><ul><li><code>input_format_json_try_infer_numbers_from_strings</code>: true → false</li><li><code>output_format_parquet_string_as_string</code>: false → true</li><li><code>output_format_arrow_string_as_string</code>: false → true</li><li><code>output_format_orc_string_as_string</code>: false → true</li></ul><p>If you’re using these settings, append a <code>SETTINGS</code> section to the end of queries while upgrading, for example:</p><p><code>SELECT *<br/>FROM table<br/>FORMAT Parquet<br/>SETTINGS output_format_parquet_string_as_string=0;</code></p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch® upgraded to 2.17.1]]></title>
            <link>https://aiven.io/changelog/babcb889-5402-4d6e-97cd-a3467d52e945</link>
            <guid isPermaLink="false">babcb889-5402-4d6e-97cd-a3467d52e945</guid>
            <pubDate>Tue, 15 Oct 2024 11:39:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch® has been upgraded to <a href="https://opensearch.org/artifacts/by-version/#release-2-17-1">version 2.17.1</a>. This release contains infrastructure and maintenance improvements and fixes for both OpenSearch and OpenSearch Dashboards. Apply the <a href="https://aiven.io/docs/platform/concepts/maintenance-window">service maintenance updates</a> to upgrade to this version.</p><p>For more details on this release, see the <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.17.1.md">OpenSearch Release Notes 2.17.1</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Azure Blob Storage sink connector now available]]></title>
            <link>https://aiven.io/changelog/b5cfdb3a-2716-4b3a-b16d-7524a2e3105d</link>
            <guid isPermaLink="false">b5cfdb3a-2716-4b3a-b16d-7524a2e3105d</guid>
            <pubDate>Tue, 15 Oct 2024 08:27:00 GMT</pubDate>
            <description><![CDATA[<p>The Azure Blob Storage sink connector is now available for Aiven for Apache Kafka® Connect. This connector lets you move data from Apache Kafka topics to Azure Blob Storage containers for long-term storage. </p><p>To get started, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/azure-blob-sink">Create an Azure Blob Storage sink connector documentation</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Metrics is now generally available]]></title>
            <link>https://aiven.io/changelog/0a9b8eb9-8c2d-4f23-8aea-fa54a6779e9b</link>
            <guid isPermaLink="false">0a9b8eb9-8c2d-4f23-8aea-fa54a6779e9b</guid>
            <pubDate>Wed, 09 Oct 2024 08:05:54 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Metrics, powered by Thanos, simplifies large-scale metrics management and analysis. It offers a scalable, reliable service for handling real-time and historical data with Prometheus integration.</p><p><strong>Key features:</strong></p><ul><li>Centralized monitoring across multiple Prometheus servers</li><li>Unlimited retention with scalable object storage</li><li>Efficient query performance with downsampling and compacting</li><li>Fully managed with optimized Thanos components for simplified operations</li></ul><p>Aiven for Metrics allows you to focus on extracting insights and making better decisions from your data. For more details, see the <a href="">Aiven for Metrics documentation</a>.</p>]]></description>
            <category>Metrics</category>
        </item>
        <item>
            <title><![CDATA[Introducing Aiven for AlloyDB Omni]]></title>
            <link>https://aiven.io/changelog/976078cf-4e4f-40ef-909a-5882696125cb</link>
            <guid isPermaLink="false">976078cf-4e4f-40ef-909a-5882696125cb</guid>
            <pubDate>Wed, 02 Oct 2024 13:41:00 GMT</pubDate>
            <description><![CDATA[<p>Discover Aiven for AlloyDB Omni, a high-performance PostgreSQL-compatible database featuring a columnar engine and built-in AI capabilities.</p><p>Key features:</p><ul><li>PostgreSQL compatibility</li><li>Multi-cloud flexibility</li><li>Lightning-fast analytics</li><li>Managed service simplicity</li><li>Accelerated AI adoption</li><li>Enterprise-grade security</li></ul><p>Key use cases:</p><ul><li>Data-intensive applications with complex workloads</li><li>High-performance transactional workloads</li><li>Multi-cloud deployments</li><li>High-traffic web applications</li><li>Real-time analytics and dashboards</li><li>Machine learning and AI applications</li></ul><p>Aiven for AlloyDB Omni is in the <a href="https://aiven.io/docs/platform/concepts/beta_services#early-availability-">early availability</a> stage. You can easily share feedback on your Aiven for AlloyDB Omni experience in the <a href="https://console.aiven.io">Aiven Console</a>.</p><p>See the <a href="https://aiven.io/docs/products/alloydbomni">Aiven for AlloyDB Omni documentation</a> for more information.</p>]]></description>
            <category>AlloyDB Omni</category>
        </item>
        <item>
            <title><![CDATA[Aiven CLI version 4.3.0 now available]]></title>
            <link>https://aiven.io/changelog/a379a079-4e10-4dc0-a022-385fafc0529a</link>
            <guid isPermaLink="false">a379a079-4e10-4dc0-a022-385fafc0529a</guid>
            <pubDate>Wed, 02 Oct 2024 11:21:00 GMT</pubDate>
            <description><![CDATA[<p>A new minor version of the Aiven CLI has been released to support the following:</p><ul><li>Aiven for AlloyDB Omni</li><li>Aiven for Valkey ACL commands</li></ul><p>For more information, see <a href="https://github.com/aiven/aiven-client/releases/tag/4.3.0">Aiven CLI release notes</a>.</p>]]></description>
            <category>Aiven CLI</category>
        </item>
        <item>
            <title><![CDATA[Google Cloud Private Service Connect in early availability]]></title>
            <link>https://aiven.io/changelog/28fefcd7-1232-41f1-bf0c-6508d690d04a</link>
            <guid isPermaLink="false">28fefcd7-1232-41f1-bf0c-6508d690d04a</guid>
            <pubDate>Tue, 01 Oct 2024 10:30:00 GMT</pubDate>
            <description><![CDATA[<p>Private Service Connect (PSC) is now supported as an <a href="https://aiven.io/docs/platform/concepts/beta_services#early-availability-">early availability feature</a> for non-<a href="https://aiven.io/docs/platform/concepts/byoc">BYOC</a> Aiven-managed services. It’s recommended for use in non-production environments. Feedback on your PSC experience with Aiven is welcome.</p><p>To learn more about using PSC with Aiven-managed services, see <a href="https://aiven.io/docs/platform/howto/use-google-private-service-connect">the documentation</a>.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Valkey is now generally available for Terraform]]></title>
            <link>https://aiven.io/changelog/312b9265-2409-4dbd-a750-79f0ae67d5b5</link>
            <guid isPermaLink="false">312b9265-2409-4dbd-a750-79f0ae67d5b5</guid>
            <pubDate>Thu, 26 Sep 2024 11:04:00 GMT</pubDate>
            <description><![CDATA[<p>The <code>aiven_valkey</code> and <code>aiven_valkey_user</code> resources moved from beta to general availability.</p><p>For more information on Aiven Provider for Terraform, check out the <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs">documentation</a>.</p><p><br/></p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Snowflake connector for Aiven for Apache Kafka® Connect upgraded to version 2.3.0]]></title>
            <link>https://aiven.io/changelog/36d5bad8-4cab-4e15-a1e3-c8ec0a19bcce</link>
            <guid isPermaLink="false">36d5bad8-4cab-4e15-a1e3-c8ec0a19bcce</guid>
            <pubDate>Wed, 25 Sep 2024 07:50:02 GMT</pubDate>
            <description><![CDATA[<p>The Snowflake Apache Kafka Connector has been upgraded to version 2.3.0. This release includes:</p><ul><li>Fixed stage file deletion during Snowpipe ingestion to ensure proper cleanup of temporary files.</li><li>Added a timestamp to<code>record_metadata</code> to track when data is pushed to Snowflake. This field is optional and does not affect existing integrations.</li><li>Included improvements from versions 2.2.1 and 2.2.2 for better performance and stability.</li></ul><p>For more information, see the <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v2.3.0">release notes</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Grafana version 11.2]]></title>
            <link>https://aiven.io/changelog/6ca37cad-da7a-4379-9787-3784a2cfd21e</link>
            <guid isPermaLink="false">6ca37cad-da7a-4379-9787-3784a2cfd21e</guid>
            <pubDate>Fri, 20 Sep 2024 15:05:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Grafana now supports Grafana version 11.2. This release deprecates legacy alerts. To avoid losing any alerts, migrate to the unified alerting system.</p><p>To enable unified alerting, update the<a href="https://aiven.io/docs/products/grafana/reference/advanced-params"><strong> Advanced configuration parameters</strong></a> in the Aiven for Grafana service settings within the Aiven console:</p><ul><li>Set <code>alerting_enabled</code> to <strong>disabled</strong>.</li><li>Set <code>unified_alerting_enabled</code> to <strong>enabled</strong>.</li></ul><p>For more details, see the <a href="https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/">Grafana alert migration guide</a>.<br/><br/><strong>Removed plugins</strong><br/>The following plugins have been removed due to upstream deprecations:</p><ul><li><a href="https://grafana.com/grafana/plugins/agenty-flowcharting-panel/">agenty-flowcharting-panel</a></li><li><a href="https://grafana.com/grafana/plugins/blackmirror1-singlestat-math-panel/">blackmirror1-singlestat-math-panel</a></li><li><a href="https://grafana.com/grafana/plugins/flant-statusmap-panel/">flant-statusmap-panel</a></li><li><a href="https://grafana.com/grafana/plugins/grafana-worldmap-panel/">grafana-worldmap-panel</a></li><li><a href="https://grafana.com/grafana/plugins/natel-discrete-panel/">natel-discrete-panel</a></li><li><a href="https://grafana.com/grafana/plugins/petrslavotinek-carpetplot-panel/">petrslavotinek-carpetplot-panel</a></li><li><a href="https://grafana.com/grafana/plugins/ryantxu-ajax-panel/">ryantxu-ajax-panel</a></li><li><a href="https://grafana.com/grafana/plugins/vonage-status-panel/">vonage-status-panel</a></li><li><a href="https://grafana.com/grafana/plugins/grafana-piechart-panel/">grafana-piechart-panel</a></li><li><a href="https://grafana.com/grafana/plugins/grafana-simple-json-datasource/">grafana-simple-json-datasource</a></li><li><a href="https://grafana.com/grafana/plugins/xginn8-pagerduty-datasource/">xginn8-pagerduty-datasource</a></li><li><a href="https://grafana.com/grafana/plugins/doitintl-bigquery-datasource/">doitintl-bigquery-datasource</a></li></ul><p>To view the list of supported plugins, see <a href="https://aiven.io/docs/products/grafana/reference/plugins">Aiven documentation on Grafana plugins</a>.<br/><br/>For any assistance, contact Aiven Support via the <a href="https://aiven.io/docs/platform/howto/support#create-a-support-ticket">Aiven Console</a> or by email <a href="mailto:support@aiven.io">a</a>t support@aiven.io. </p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Karapace version 3.16.0]]></title>
            <link>https://aiven.io/changelog/386c9f8c-2e99-456f-93b4-64ae2981052f</link>
            <guid isPermaLink="false">386c9f8c-2e99-456f-93b4-64ae2981052f</guid>
            <pubDate>Thu, 19 Sep 2024 13:31:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace has been updated to version 3.16.0, adding new features and improvements that enhance reliability and monitoring.<br/><br/>Key changes include:</p><ul><li><strong>Schema reader behavior</strong>: Karapace can be configured to shut down if it finds corrupt entries in the <code>_schemas</code> topic. By default, Karapace skips these entries. When configured to shut down, any error while consuming data from the <code>_schemas</code> topic will cause Karapace to stop.</li><li><strong>Shutdown metrics</strong>: Karapace now includes a metric to monitor how often it shuts down. This helps you track shutdown events more effectively.</li></ul><p>For a complete list of changes, see the <a href="https://github.com/Aiven-Open/karapace/releases">Karapace release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Tiered storage in Aiven for ClickHouse®]]></title>
            <link>https://aiven.io/changelog/47379bc7-4573-43ef-af56-cc1da11bb12b</link>
            <guid isPermaLink="false">47379bc7-4573-43ef-af56-cc1da11bb12b</guid>
            <pubDate>Thu, 19 Sep 2024 09:54:00 GMT</pubDate>
            <description><![CDATA[<p><a href="https://aiven.io/docs/products/clickhouse/concepts/clickhouse-tiered-storage">Tiered storage in Aiven for ClickHouse®</a> is now <a href="https://aiven.io/docs/platform/concepts/service-and-feature-releases#general-availability">generally available</a>. This feature allows organizing and storing data in two tiers. The data is automatically moved to an appropriate tier based on your database&#x27;s local disk usage. By enabling and properly configuring tiered storage, you can use storage resources efficiently and, therefore, significantly reduce storage costs of your Aiven for ClickHouse service.</p><p>Aiven for ClickHouse tiered storage is supported on the following cloud platforms: Microsoft Azure, AWS, Google Cloud.</p><p>Learn how to enable and configure Aiven for ClickHouse® tiered storage in <a href="https://aiven.io/docs/products/clickhouse/howto/list-tiered-storage">our documentation</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.25.0 now available]]></title>
            <link>https://aiven.io/changelog/1b5f6de4-6e06-45fd-9213-9840d09abf8b</link>
            <guid isPermaLink="false">1b5f6de4-6e06-45fd-9213-9840d09abf8b</guid>
            <pubDate>Tue, 17 Sep 2024 16:05:00 GMT</pubDate>
            <description><![CDATA[<p>This version supports setting a description and owner group for a <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/kafka_topic">Kafka topic</a>. Other additions in this release include:</p><ul><li><code>prefix_path_depth</code> attribtue to <code>kafka_user_config.kafka_connect_secret_providers.vault</code></li><li><code>backup_hour</code> and <code>backup_minute</code> to <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/redis"><code>redis_user_config</code></a> and <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/valkey"><code>valkey_user_config</code></a></li><li>user configuration options for <code>external_s3</code>, <code>external_clickhouse</code>, and <code>external_mysql</code> <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/service_integration_endpoint">integration endpoint</a> types</li></ul><p>This releae also increases the polling timeout for <code>aiven_kafka_connector</code>. For more details on other fixes and updates, view the complete Aiven Provider for Terraform <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Replication factor setting in Aiven for OpenSearch®]]></title>
            <link>https://aiven.io/changelog/d0b47047-3953-4e61-897c-afc914dd6906</link>
            <guid isPermaLink="false">d0b47047-3953-4e61-897c-afc914dd6906</guid>
            <pubDate>Fri, 06 Sep 2024 12:39:00 GMT</pubDate>
            <description><![CDATA[<p>You now have the option to set the replication factor (`number_of_replicas`) to 0, which disables replica shards and reduces storage usage. However, this setting increases the risk of data loss if a node fails. It is generally not recommended for most OpenSearch use cases. Be sure to fully understand the risks and benefits before proceeding.<br/><br/><strong>Note</strong>: Before enabling this configuration, consult with your account manager to discuss your use case and agree on the reduced SLA. After that, Aiven support can enable the option for you.<br/><br/>For more details, see the <a href="https://aiven.io/docs/products/opensearch/concepts/index-replication">Replication factors in Aiven for OpenSearch</a>. </p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka® upgraded to 3.8 ]]></title>
            <link>https://aiven.io/changelog/0c07203b-07de-4cc7-b60d-0503474c3f23</link>
            <guid isPermaLink="false">0c07203b-07de-4cc7-b60d-0503474c3f23</guid>
            <pubDate>Fri, 06 Sep 2024 09:24:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka® has been upgraded to version 3.8. This update includes various improvements and bug fixes, enhancing the overall performance, security, and reliability of your Apache Kafka clusters.<br/>For more information, see <a href="https://downloads.apache.org/kafka/3.8.0/RELEASE_NOTES.html">Apache</a> <a href="https://downloads.apache.org/kafka/3.8.0/RELEASE_NOTES.html">Kafka® 3.8 release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.16.1 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/c415806d-1a37-4592-a488-bdda7c2f9f6b</link>
            <guid isPermaLink="false">c415806d-1a37-4592-a488-bdda7c2f9f6b</guid>
            <pubDate>Tue, 03 Sep 2024 09:07:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.16.1 is now available for Aiven for PostgreSQL®. It introduces new features, performance improvements, and bug fixes on top of release 2.15.3. Upgrade to 2.16.1 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>Refer to <a href="https://github.com/timescale/timescaledb/releases/tag/2.16.0">TimescaleDB release notes for 2.16.0</a> and <a href="https://github.com/timescale/timescaledb/releases/tag/2.16.1">TimescaleDB release notes for 2.16.1</a> for all the changes introduced in these release.</p><p><strong>Key new features</strong></p><ul><li><strong>Performance-focused optimizations for data manipulation operations (DML) over compressed chunks</strong>: Improved UPSERT performance by more than 100x in some cases and more than 1000x in some update/delete scenarios.</li><li><strong>Ability to define chunk skipping indexes on non-partitioning columns of compressed hypertables</strong>: Extended chunk exclusion to use those skipping (sparse) indexes when queries filter on the relevant columns and prune chunks that don&#x27;t include any relevant data for calculating the query response.</li><li><strong>For use cases that require foreign keys defined</strong>:<ul><li>Ability to add foreign keys from regular tables towards hypertables</li><li>Removed some locks in the reverse direction that blocked access to referenced tables while compression was running.</li></ul></li><li><strong>Extended Continuous Aggregates to support more types of analytical queries</strong>:<ul><li>More types of JOINs supported</li><li>Additional equality operators on JOIN clauses supported</li><li>JOINs between multiple regular tables supported</li></ul></li></ul><p><strong>More new features</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/6880">#6880</a>: Added support for the array operators used for compressed DML batch filtering.</li><li><a href="https://github.com/timescale/timescaledb/pull/6895">#6895</a>: Improved the compressed DML expression pushdown.</li><li><a href="https://github.com/timescale/timescaledb/pull/6897">#6897</a>: Added support for replica identity on compressed hypertables.</li><li><a href="https://github.com/timescale/timescaledb/pull/6918">#6918</a>: Removed support for PG13.</li><li><a href="https://github.com/timescale/timescaledb/pull/6920">#6920</a>: Reworked compression activity WAL markers.</li><li><a href="https://github.com/timescale/timescaledb/pull/6989">#6989</a>: Added support for foreign keys when converting plain tables to hypertables.</li><li><a href="https://github.com/timescale/timescaledb/pull/7020">#7020</a>: Added support for the chunk column statistics tracking.</li><li><a href="https://github.com/timescale/timescaledb/pull/7048">#7048</a>: Added an index scan for INSERT DML decompression.</li><li><a href="https://github.com/timescale/timescaledb/pull/7075">#7075</a>: Reduced decompression on the compressed INSERT.</li><li><a href="https://github.com/timescale/timescaledb/pull/7101">#7101</a>: Reduced decompressions for the compressed UPDATE/DELETE.</li><li><a href="https://github.com/timescale/timescaledb/pull/7108">#7108</a> Reduced decompressions for INSERTs with UNIQUE constraints.</li><li><a href="https://github.com/timescale/timescaledb/pull/7116">#7116</a> Used DELETE instead of TRUNCATE after compression.</li><li><a href="https://github.com/timescale/timescaledb/pull/7134">#7134</a> Refactored foreign key handling for compressed hypertables.</li><li><a href="https://github.com/timescale/timescaledb/pull/7161">#7161</a> Fixed <code>mergejoin input data is out of order</code>.</li></ul><p><strong>Improvements</strong></p><ul><li><strong>Improved query performance through chunk exclusion on compressed hypertables</strong>: You can now define chunk skipping indexes on compressed chunks for any column with one of the following integer data types: smallint, int, bigint, serial, bigserial, date, timestamp, timestamptz. After you call enable_chunk_skipping on a column, TimescaleDB tracks the min and max values for that column. TimescaleDB uses that information to exclude chunks for queries that filter on that column, and would not find any data in those chunks.</li><li><strong>Improved </strong>UPSERT<strong> performance on compressed hypertables</strong>: By using index scans to verify constraints during inserts on compressed chunks, TimescaleDB speeds up some ON CONFLICT clauses by more than 100x.</li><li><strong>Improved performance of </strong>UPDATE<strong>s,</strong> DELETE<strong>s, and</strong> INSERT<strong>s on compressed hypertables</strong>: By filtering data while accessing the compressed data and before decompressing, TimescaleDB has improved performance for UPDATEs and DELETEs on all types of compressed chunks, as well as INSERTs into compressed chunks with unique constraints. By signaling constraint violations without decompressing or decompressing only when matching records are found in the case of UPDATEs, DELETEs, and UPSERTs, TimescaleDB 2.16.0 speeds up those operations more than 1000x in some UPDATE/DELETE scenarios, and 10x for UPSERTs.</li><li><strong>Ability to add foreign keys from regular tables to hypertables with support for all types of cascading options</strong>; useful for hypertables that partition using sequential IDs and need to reference those IDs from other tables.</li><li><strong>Lower locking requirements during compression for hypertables with foreign keys</strong>: Advanced foreign key handling removes the need for locking referenced tables when new chunks are compressed. DML is no longer blocked on referenced tables while compression runs on a hypertable.</li><li><strong>Improved support for queries on Continuous Aggregates</strong><ul><li>INNER/LEFT and LATERAL JOINs are now supported.</li><li>Ability to join with multiple regular tables</li><li>Ability to have more than one equality operator on JOIN clauses</li></ul></li></ul><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/7182">#7182</a> Fixed <code>untier_chunk</code> for hypertables with foreign keys.</li><li><a href="https://github.com/timescale/timescaledb/pull/6987">#6987</a> Fixed <code>REASSIGN OWNED</code> BY for background jobs.</li><li><a href="https://github.com/timescale/timescaledb/pull/7018">#7018</a>: Fixed <code>search_path</code> quoting in the compression defaults function.</li><li><a href="https://github.com/timescale/timescaledb/pull/7046">#7046</a>: Prevented locking for compressed tuples.</li><li><a href="https://github.com/timescale/timescaledb/pull/7055">#7055</a>: Fixed the <code>scankey</code> for <code>segment by</code> columns, where the type <code>constant</code> is different to <code>variable</code>.</li><li><a href="https://github.com/timescale/timescaledb/pull/7064">#7064</a>: Fixed the bug in the default <code>order by</code> calculation in compression.</li><li><a href="https://github.com/timescale/timescaledb/pull/7069">#7069</a>: Fixed the index column name usage.</li><li><a href="https://github.com/timescale/timescaledb/pull/7074">#7074</a>: Fixed the bug in the default <code>segment by</code> calculation in compression.</li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[ Aiven for Apache Kafka® Connect secret providers]]></title>
            <link>https://aiven.io/changelog/2106cbdd-66ef-4d2e-9339-31d2c54df1a8</link>
            <guid isPermaLink="false">2106cbdd-66ef-4d2e-9339-31d2c54df1a8</guid>
            <pubDate>Mon, 02 Sep 2024 16:31:26 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka Connect now supports authentication using secrets from external providers. This allows you to securely reference these secrets within your connector configurations, providing a wider variety of options for securing Apache Kafka Connect traffic. Supported secret managers include:</p><ul><li>AWS Secrets Manager</li><li>HashiCorp Vault</li></ul><p>For more information, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/configure-secret-providers">Aiven for Apache Kafka® Connect secret providers</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[External sources supported for dictionaries in Aiven for ClickHouse®]]></title>
            <link>https://aiven.io/changelog/6bff0315-5520-4d2e-9318-f1c6d1f25045</link>
            <guid isPermaLink="false">6bff0315-5520-4d2e-9318-f1c6d1f25045</guid>
            <pubDate>Wed, 21 Aug 2024 10:31:00 GMT</pubDate>
            <description><![CDATA[<p>By using <a href="https://aiven.io/docs/products/clickhouse/concepts/data-integration-overview#managed-credentials-integration">managed credentials integration</a>, now you can create dictionaries in Aiven for ClickHouse® with remote PostgreSQL®, remote MySQL®, or remote ClickHouse as sources. The sources supported so far (HTTP(s), remote ClickHouse, and Aiven for ClickHouse) don’t need the <a href="https://aiven.io/docs/products/clickhouse/concepts/data-integration-overview#managed-credentials-integration">managed credentials integration</a>.</p><p>To learn more about using dictionaries in Aiven for ClickHouse, see <a href="https://aiven.io/docs/products/clickhouse/howto/create-dictionary">the documentation</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Managed credentials integration with Aiven for ClickHouse®]]></title>
            <link>https://aiven.io/changelog/88e702b4-c9be-4829-81c4-dd9a6d205142</link>
            <guid isPermaLink="false">88e702b4-c9be-4829-81c4-dd9a6d205142</guid>
            <pubDate>Wed, 21 Aug 2024 09:54:43 GMT</pubDate>
            <description><![CDATA[<p>Aiven for ClickHouse® now supports <a href="https://aiven.io/docs/products/clickhouse/concepts/data-integration-overview#managed-credentials-integration">managed credentials integration</a>, which allows you to to efficiently connect with external data sources by storing connection credentials in Aiven. Querying data is easier and quicker: you no longer need connection credentials in each query because they are accessed from Aiven storage.</p><p>Managed credentials integration in Aiven for ClickHouse is supported with the following data source types: PostgreSQL®, MySQL®, ClickHouse®, and Amazon S3®.</p><p>Learn how to enable and use Aiven for ClickHouse managed credentials integration in <a href="https://aiven.io/docs/products/clickhouse/howto/data-service-integration">our documentation</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka® MirrorMaker 2 version 3.7.1]]></title>
            <link>https://aiven.io/changelog/397f54b5-341b-497a-9553-fbe547b4204e</link>
            <guid isPermaLink="false">397f54b5-341b-497a-9553-fbe547b4204e</guid>
            <pubDate>Mon, 19 Aug 2024 19:28:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka® MirrorMaker 2 has been updated to version 3.7.1. This release includes important bug fixes and performance improvements that enhance data replication between Kafka clusters.</p><p><strong>Improvements</strong></p><ul><li>Improved the handling of <code>MirrorCheckpointTask</code> restarts to prevent permanent interruptions in offset translation (<a href="https://issues.apache.org/jira/browse/KAFKA-15905">KAFKA-15905</a>).</li></ul><p><strong>Bug fixes</strong></p><ul><li>Fixed an issue where the <code>auto.offset.reset=latest</code> configuration did not function as expected, ensuring topics are read from the latest offset (<a href="https://issues.apache.org/jira/browse/KAFKA-13988">KAFKA-13988</a>).</li><li>Addressed a potential null pointer exception (NPE) in <code>MirrorCheckpointTask</code> (<a href="https://issues.apache.org/jira/browse/KAFKA-15607">KAFKA-15607</a>).</li><li>Resolved a problem where the first checkpoint was not emitted until the consumer group had fully caught up (<a href="https://issues.apache.org/jira/browse/KAFKA-16622">KAFKA-16622</a>).</li></ul><p>For further details and updates, see the <a href="https://downloads.apache.org/kafka/3.7.1/RELEASE_NOTES.html">Apache Kafka release notes</a>.</p>]]></description>
            <category>Apache Kafka® MirrorMaker 2</category>
        </item>
        <item>
            <title><![CDATA[ Improve search results with OpenSearch rollup indexes]]></title>
            <link>https://aiven.io/changelog/85246ae8-ba7e-4b8b-9fbb-799f27ca6032</link>
            <guid isPermaLink="false">85246ae8-ba7e-4b8b-9fbb-799f27ca6032</guid>
            <pubDate>Thu, 15 Aug 2024 14:21:00 GMT</pubDate>
            <description><![CDATA[<p>A new setting, <code>plugins.rollup.search.search_all_jobs</code>, is now available in OpenSearch to address issues with incomplete search results when querying rollup indexes that contain data from multiple jobs. Enable this setting in Advanced Configurations for a complete search of all rollup data.<br/><br/><strong>Note:</strong> Changing this setting is not recommended, as the default configuration is suitable for most use cases.<br/><br/>For more information, see <a href="https://aiven.io/docs/products/opensearch/reference/advanced-params">Index rollup settings</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 16.4, 15.8, 14.13, 13.16, and 12.20]]></title>
            <link>https://aiven.io/changelog/6d9674b3-ae21-4708-ae47-ff26ee23586d</link>
            <guid isPermaLink="false">6d9674b3-ae21-4708-ae47-ff26ee23586d</guid>
            <pubDate>Thu, 15 Aug 2024 09:39:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 16.4, 15.8, 14.13, 13.16, and 12.20. This upgrade introduces fixes to previous versions, addressing issues with handling partitioned tables among other things. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Karapace version 3.15.1]]></title>
            <link>https://aiven.io/changelog/3cd3c4c5-46cb-42f8-bcbb-957999ee8dc5</link>
            <guid isPermaLink="false">3cd3c4c5-46cb-42f8-bcbb-957999ee8dc5</guid>
            <pubDate>Thu, 15 Aug 2024 08:32:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace has been updated to version 3.15.1, bringing important fixes and improvements that enhance usability, stability, and compatibility. Key changes include:<br/><br/><strong>Bug fixes</strong></p><ul><li><strong>Schema name handling</strong>: Resolved issues with fully qualified paths versus simple name references in schemas.</li><li><strong>Process stability</strong>: Enhanced exception handling in forked processes to prevent timeouts.</li><li><strong>Version logging</strong>: Corrected version number formatting in <code>schema_reader.py</code> for accurate logging and easier troubleshooting.</li></ul><p><strong>Compatibility and updates</strong></p><ul><li><strong>Python 3.12 support</strong>: Added compatibility with Python 3.12.</li><li><strong>Confluent API update</strong>: Updated to the latest Confluent API specifications for continued compatibility and smoother integration with Confluent clients.</li></ul><p>For a complete list of fixes and detailed information, see the <a href="https://github.com/Aiven-Open/karapace/releases/tag/3.15.1">Karapace release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[IBM MQ sink connector now available]]></title>
            <link>https://aiven.io/changelog/fb311c83-a1be-4daf-8187-5fd3d7ac5832</link>
            <guid isPermaLink="false">fb311c83-a1be-4daf-8187-5fd3d7ac5832</guid>
            <pubDate>Wed, 14 Aug 2024 15:38:00 GMT</pubDate>
            <description><![CDATA[<p>The IBM MQ sink connector is now available for Aiven for Apache Kafka® Connect. This connector lets you route messages from Apache Kafka topics to IBM MQ queues.<br/>To get started, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/ibm-mq-sink-connector">Create an IBM MQ sink connector documentation</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Conditional enablement of Apache Kafka SASL mechanisms]]></title>
            <link>https://aiven.io/changelog/eeeaf0fa-b49d-458b-b26b-6d9a674a604e</link>
            <guid isPermaLink="false">eeeaf0fa-b49d-458b-b26b-6d9a674a604e</guid>
            <pubDate>Wed, 14 Aug 2024 13:34:48 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka® now allows you to individually enable or disable SASL mechanisms (PLAIN, SCRAM-SHA-256, SCRAM-SHA-512) using the <code>kafka_sasl_mechanisms</code> advanced configuration. By default, all mechanisms are enabled. Configure these settings only if you need to disable specific mechanisms.<br/><br/>For more information, see the <a href="https://aiven.io/docs/products/kafka/howto/kafka-sasl-auth">Enable and configure SASL authentication documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Bring your own cloud (BYOC) self-service for GCP cloud accounts and more]]></title>
            <link>https://aiven.io/changelog/a5c460f8-c3e2-42cb-af6a-86790513e1ef</link>
            <guid isPermaLink="false">a5c460f8-c3e2-42cb-af6a-86790513e1ef</guid>
            <pubDate>Mon, 12 Aug 2024 11:44:00 GMT</pubDate>
            <description><![CDATA[<p>The BYOC self-service is no longer restricted to AWS cloud account users. Now, if your cloud provider is GCP, you can create and manage custom clouds yourself via Aiven CLI.</p><p>At the same time, we&#x27;re introducing more BYOC enhancements:</p><ul><li>You can apply custom labels to both service VMs and shared BYOC infrastructure, for example VPCs.</li><li>You can choose between public and private BYOC deployment models for their Aiven-managed services.</li></ul><p>Learn more about BYOC in <a href="https://aiven.io/docs/platform/concepts/byoc">the documentation</a>.</p>]]></description>
            <category>BYOC</category>
        </item>
        <item>
            <title><![CDATA[Follower fetching now supported on Google Cloud]]></title>
            <link>https://aiven.io/changelog/7e9fc909-1dcc-4ad9-90d7-19861fd11b4b</link>
            <guid isPermaLink="false">7e9fc909-1dcc-4ad9-90d7-19861fd11b4b</guid>
            <pubDate>Fri, 09 Aug 2024 15:04:00 GMT</pubDate>
            <description><![CDATA[<p>Follower fetching in Aiven for Apache Kafka® is now supported on Google Cloud, in addition to AWS. To learn more, see the <a href="https://aiven.io/docs/products/kafka/concepts/follower-fetching">Follower fetching documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Tiered storage in Aiven for Apache Kafka®]]></title>
            <link>https://aiven.io/changelog/ba507ca8-3da0-4a80-a44b-d6c048d99903</link>
            <guid isPermaLink="false">ba507ca8-3da0-4a80-a44b-d6c048d99903</guid>
            <pubDate>Fri, 09 Aug 2024 08:39:32 GMT</pubDate>
            <description><![CDATA[<p>Tiered storage is now production-ready to enhance your data management capabilities in Aiven for Apache Kafka®. This powerful feature improves storage efficiency by reducing local disk usage for recent data and expanding retention capabilities by storing data in a remote tier. The supported cloud providers for this feature are AWS, Microsoft Azure, and Google Cloud. Tiered storage must be activated at the project level by contacting Aiven support, as you cannot enable it directly.<br/><br/><strong>Key benefits include:</strong></p><ul><li><strong>Scalability</strong>: Independently scale storage and compute resources.</li><li><strong>Cost efficiency</strong>: Offload less critical data to more cost-effective remote storage.</li><li><strong>Operational speed</strong>: Boost performance and enable faster transitions between cloud providers.</li><li><strong>Granular control</strong>: Customize data management with per-topic storage settings.</li><li><strong>Infinite retention</strong>: Store data indefinitely without space constraints.</li></ul><p>Learn more in our documentation on <a href="https://aiven.io/docs/products/kafka/concepts/kafka-tiered-storage">Tiered Storage in Aiven for Apache Kafka</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven JDBC connectors updated to version 6.10.0]]></title>
            <link>https://aiven.io/changelog/b5b31ca8-300e-464d-8a74-ccf84689b342</link>
            <guid isPermaLink="false">b5b31ca8-300e-464d-8a74-ccf84689b342</guid>
            <pubDate>Fri, 26 Jul 2024 09:41:32 GMT</pubDate>
            <description><![CDATA[<p>Aiven’s JDBC source and sink connectors for Apache Kafka® have been upgraded to version 6.10.0. This version introduces several significant improvements and bug fixes. The most notable changes are:</p><p><strong>Enhancements: </strong></p><ul><li><strong>Exactly once delivery support (<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-618%3A+Exactly-Once+Support+for+Source+Connectors#KIP618:ExactlyOnceSupportforSourceConnectors-ConnectorAPIexpansions">KIP-618</a>)</strong>: Ensures messages are delivered exactly once.</li><li><strong>Tombstone handling</strong>: Enables row delete functionality, allowing the connector to handle tombstone messages effectively.</li><li><strong>Primary key (PK) mode validation</strong>: Adds validation for PK mode against PK fields to ensure data integrity and correctness.</li></ul><p><strong>Bug fixes:</strong></p><ul><li><strong>Source task shutdown correction</strong>: Improved shutdown logic for source tasks to avoid memory leaks.</li></ul><p>For more information, see <a href="https://github.com/Aiven-Open/jdbc-connector-for-apache-kafka/releases/tag/v6.10.0">release notes</a> and <a href="https://github.com/Aiven-Open/jdbc-connector-for-apache-kafka">documentation</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Support for the use_query_cache setting removed]]></title>
            <link>https://aiven.io/changelog/93e87eca-b4b7-4f60-8b06-cb8c97322d5c</link>
            <guid isPermaLink="false">93e87eca-b4b7-4f60-8b06-cb8c97322d5c</guid>
            <pubDate>Thu, 25 Jul 2024 14:47:00 GMT</pubDate>
            <description><![CDATA[<p>The <code>use_query_cache</code> setting is no longer supported in Aiven for ClickHouse®. Attempts at enabling it will result in an error.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Introducing the PgBouncer max_prepared_statements advanced configuration option]]></title>
            <link>https://aiven.io/changelog/177c7a71-e517-4a1a-a7cf-3c50b7cb3671</link>
            <guid isPermaLink="false">177c7a71-e517-4a1a-a7cf-3c50b7cb3671</guid>
            <pubDate>Thu, 25 Jul 2024 08:41:00 GMT</pubDate>
            <description><![CDATA[<p>The PgBouncer <code>max_prepared_statements</code> option is now available in the Aiven for PostgreSQL® advanced configuration. When this option is set to a non-zero value, PgBouncer tracks commands related to protocol-level named prepared statements sent by the client in transaction and statement pooling modes.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.15.3 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/0ad47e6c-7a9c-44c3-b004-0790a45fde03</link>
            <guid isPermaLink="false">0ad47e6c-7a9c-44c3-b004-0790a45fde03</guid>
            <pubDate>Wed, 24 Jul 2024 08:20:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.15.3 is now available for Aiven for PostgreSQL®. It introduces new bug fixes on top of release 2.15.2. Upgrade to 2.15.3 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>Refer to the <a href="https://github.com/timescale/timescaledb/releases/tag/2.15.3">TimescaleDB release notes for 2.15.3</a> to check all the changes introduced in this release, including deprecation announcements and operational instructions.</p><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/7061">#7061</a>: Fix the handling of multiple unique indexes in a compressed INSERT.</li><li><a href="https://github.com/timescale/timescaledb/pull/7080">#7080</a>: Fix the <code>corresponding equivalence member not found</code> error.</li><li><a href="https://github.com/timescale/timescaledb/pull/7088">#7088</a>: Fix the leaks in the DML functions.</li><li><a href="https://github.com/timescale/timescaledb/pull/7035">#7035</a>: Fix the error when acquiring a tuple lock on the OSM chunks on the replica.</li><li><a href="https://github.com/timescale/timescaledb/pull/7091">#7091</a>: Fix the <code>ORDER BY/GROUP BY expression not found in targetlist</code> error on PG16.</li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.21.0 now available]]></title>
            <link>https://aiven.io/changelog/b282b47c-4cc6-43af-bfb1-8db3f843b1e7</link>
            <guid isPermaLink="false">b282b47c-4cc6-43af-bfb1-8db3f843b1e7</guid>
            <pubDate>Tue, 23 Jul 2024 08:42:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Valkey is now supported in Terraform with the <code>aiven_valkey</code> and <code>aiven_valkey_user</code> resources.</p><p>The <code>aiven_project_user</code> deprecation has also been removed in this release, meaning you can continue to use this resource.</p><p>For more details on fixes and updates, view the complete Aiven Provider for Terraform <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p><p><br/></p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[User provisioning with Okta]]></title>
            <link>https://aiven.io/changelog/4e6365e2-19cb-4418-857a-3d01c85c2f05</link>
            <guid isPermaLink="false">4e6365e2-19cb-4418-857a-3d01c85c2f05</guid>
            <pubDate>Mon, 22 Jul 2024 12:20:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven now supports user provisioning from Okta using SCIM, streamlining user management and enhancing security. SCIM lets you sync users and groups between Okta and the Aiven platform. This centralization of user management can reduce errors, save time, and improve compliance.</p><p>To get started, <a href="https://aiven.io/docs/platform/howto/saml/add-okta-idp">set up Okta as an identity provider</a> for your organization and <a href="https://aiven.io/docs/platform/howto/okta-user-provisioning-with-scim">configure SCIM user provisioning</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Standalone SQL query optimizer]]></title>
            <link>https://aiven.io/changelog/09b49dde-8279-4ecb-992c-f6aba6149d47</link>
            <guid isPermaLink="false">09b49dde-8279-4ecb-992c-f6aba6149d47</guid>
            <pubDate>Mon, 22 Jul 2024 08:00:31 GMT</pubDate>
            <description><![CDATA[<p>The SQL query optimizer is now available from the <strong>Tools</strong> menu. Use it to get AI-powered optimization suggestions for PostgreSQL and MySQL.</p>]]></description>
            <category>PostgreSQL®</category>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.15.2 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/da99b3cf-ce7f-476c-b052-bfdd254d2050</link>
            <guid isPermaLink="false">da99b3cf-ce7f-476c-b052-bfdd254d2050</guid>
            <pubDate>Thu, 18 Jul 2024 11:51:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.15.2 is now available for Aiven for PostgreSQL®. It introduces new features, performance improvements, and bug fixes on top of release 2.14.2. Upgrade to 2.15.2 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>Refer to the <a href="https://github.com/timescale/timescaledb/releases/tag/2.15.2">TimescaleDB release notes for 2.15.2</a> to check all the changes introduced in this release, including deprecation announcements and operational instructions.</p><p><strong>Key new features</strong></p><ul><li><a href="https://docs.timescale.com/api/latest/continuous-aggregates/create_materialized_view/#sample-usage">Continuous Aggregate</a> now supports time_bucket with origin and/or offset.</li><li>For <a href="https://docs.timescale.com/api/latest/compression">hypertable compression</a>:<ul><li>Recommend optimized defaults for segment by and order by when configuring compression through analysis of table configuration and statistics.</li><li>Add planner support to check more kinds of WHERE conditions before decompression.<br/>This reduces the number of rows that have to be decompressed.</li><li>You can now use minmax sparse indexes when you compress columns with btree indexes.</li><li>Vectorize filters in the WHERE clause that contain text equality operators and LIKE expressions.</li></ul></li></ul><p><strong>More new features</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/6382">#6382</a> Support for time_bucket with origin and offset in CAggs</li><li><a href="https://github.com/timescale/timescaledb/pull/6696">#6696</a> Improve the defaults for compression segment_by and order_by</li><li><a href="https://github.com/timescale/timescaledb/pull/6705">#6705</a> Add sparse minmax indexes for compressed columns that have uncompressed btree indexes</li><li><a href="https://github.com/timescale/timescaledb/pull/6754">#6754</a> Allow DROP CONSTRAINT on compressed hypertables</li><li><a href="https://github.com/timescale/timescaledb/pull/6767">#6767</a> Add metadata table _timestaledb_internal.bgw_job_stat_history for tracking job execution history</li><li><a href="https://github.com/timescale/timescaledb/pull/6798">#6798</a> Prevent the usage of the deprecated time_bucket_ng in the CAgg definition</li><li><a href="https://github.com/timescale/timescaledb/pull/6810">#6810</a> Add telemetry for access methods</li><li><a href="https://github.com/timescale/timescaledb/pull/6811">#6811</a> Remove the no longer relevant timescaledb.allow_install_without_preload GUC</li><li><a href="https://github.com/timescale/timescaledb/pull/6837">#6837</a> Add migration path for CAggs using time_bucket_ng</li><li><a href="https://github.com/timescale/timescaledb/pull/6865">#6865</a> Update the watermark when truncating a CAgg</li></ul><p><strong>Deprecation announcements</strong></p><ul><li>You can no longer create continuous aggregates using time_bucket_ng. This feature will be completely removed in the next release. The best practice is to <a href="https://docs.timescale.com/use-timescale/latest/continuous-aggregates/migrate/">migrate your current continuous aggregates to the new form</a>.</li><li>This is the last release supporting <a href="https://www.postgresql.org/docs/13/index.html">PostgreSQL 13</a>.</li></ul><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/issues/6975">#6975</a> Fix sort pushdown for partially compressed chunks.</li><li><a href="https://github.com/timescale/timescaledb/issues/6976">#6976</a> Fix removal of metadata function and update script.</li><li><a href="https://github.com/timescale/timescaledb/pull/6978">#6978</a> Fix segfault in compress_chunk with a primary space partition.</li><li><a href="https://github.com/timescale/timescaledb/pull/6993">#6993</a> Disallow hash partitioning on primary column.</li><li><a href="https://github.com/timescale/timescaledb/pull/6617">#6617</a> Fix error in show_chunks</li><li><a href="https://github.com/timescale/timescaledb/pull/6621">#6621</a> Remove metadata when dropping chunks</li><li><a href="https://github.com/timescale/timescaledb/pull/6677">#6677</a> Fix snapshot usage in CAgg invalidation scanner</li><li><a href="https://github.com/timescale/timescaledb/pull/6698">#6698</a> Define meaning of 0 retries for jobs as no retries</li><li><a href="https://github.com/timescale/timescaledb/pull/6717">#6717</a> Fix handling of compressed tables with primary or unique index in COPY path</li><li><a href="https://github.com/timescale/timescaledb/pull/6726">#6726</a> Fix constify cagg_watermark using window function when querying a CAgg</li><li><a href="https://github.com/timescale/timescaledb/pull/6729">#6729</a> Fix NULL start value handling in CAgg refresh</li><li><a href="https://github.com/timescale/timescaledb/pull/6732">#6732</a> Fix CAgg migration with custom timezone / date format settings</li><li><a href="https://github.com/timescale/timescaledb/pull/6752">#6752</a> Remove custom autovacuum setting from compressed chunks</li><li><a href="https://github.com/timescale/timescaledb/pull/6770">#6770</a> Fix plantime chunk exclusion for OSM chunk</li><li><a href="https://github.com/timescale/timescaledb/pull/6789">#6789</a> Fix deletes with subqueries and compression</li><li><a href="https://github.com/timescale/timescaledb/pull/6796">#6796</a> Fix a crash involving a view on a hypertable</li><li><a href="https://github.com/timescale/timescaledb/pull/6797">#6797</a> Fix foreign key constraint handling on compressed hypertables</li><li><a href="https://github.com/timescale/timescaledb/pull/6816">#6816</a> Fix handling of chunks with no constraints</li><li><a href="https://github.com/timescale/timescaledb/pull/6820">#6820</a> Fix a crash when the ts_hypertable_insert_blocker was called directly</li><li><a href="https://github.com/timescale/timescaledb/pull/6849">#6849</a> Use non-orderby compressed metadata in compressed DML</li><li><a href="https://github.com/timescale/timescaledb/pull/6867">#6867</a> Clean up compression settings when deleting compressed CAgg</li><li><a href="https://github.com/timescale/timescaledb/pull/6869">#6869</a> Fix compressed DML with constraints of form value OP column</li><li><a href="https://github.com/timescale/timescaledb/pull/6870">#6870</a> Fix bool expression pushdown for queries on compressed chunks</li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Follower fetching in Aiven for Apache Kafka®]]></title>
            <link>https://aiven.io/changelog/fcde37b3-5072-4ded-b5a6-533bfb43318e</link>
            <guid isPermaLink="false">fcde37b3-5072-4ded-b5a6-533bfb43318e</guid>
            <pubDate>Thu, 18 Jul 2024 11:43:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka now supports follower fetching. Consumers can fetch data from the nearest replica instead of the leader, optimizing data fetching and improving performance. <br/>For details, see the <a href="https://aiven.io/docs/products/kafka/concepts/follower-fetching">Follower fetching documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[SQL UDFs are now supported in Aiven for ClickHouse®]]></title>
            <link>https://aiven.io/changelog/d4bb21d8-dc3c-4b7d-a4b4-ec590dae3a9b</link>
            <guid isPermaLink="false">d4bb21d8-dc3c-4b7d-a4b4-ec590dae3a9b</guid>
            <pubDate>Fri, 12 Jul 2024 08:32:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for ClickHouse allows you to create and use SQL user defined functions (UDFs) to speed up your queries and optimize your application performance. SQL UDFs are automatically replicated to all nodes in the cluster and contained in backups. UDF types other than SQL UDFs, such as executable UDFs, are not supported in Aiven for ClickHouse.</p><p>To learn how to create and use SQL UDFs in Aiven for ClickHouse, see <a href="https://aiven.io/docs/products/clickhouse/howto/sql-user-defined-functions">the documentation</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Dictionaries in Aiven for ClickHouse® ]]></title>
            <link>https://aiven.io/changelog/b6214ab7-da8f-4f4d-97ed-f6c93f23f1e2</link>
            <guid isPermaLink="false">b6214ab7-da8f-4f4d-97ed-f6c93f23f1e2</guid>
            <pubDate>Mon, 08 Jul 2024 10:31:00 GMT</pubDate>
            <description><![CDATA[<p>Now you can create dictionaries in Aiven for ClickHouse® to accelerate queries for better efficiency and performance. Currently supported sources are HTTP(s), upstream/remote ClickHouse, and Aiven for ClickHouse. Stay tuned for more sources to be added!</p><p>To learn more, see <a href="https://aiven.io/docs/products/clickhouse/howto/create-dictionary">the documentation</a>.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka® version 3.6.2]]></title>
            <link>https://aiven.io/changelog/3e85dbb6-8a4e-4fcf-a0ce-a0a9282e2614</link>
            <guid isPermaLink="false">3e85dbb6-8a4e-4fcf-a0ce-a0a9282e2614</guid>
            <pubDate>Mon, 08 Jul 2024 07:07:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka® has been updated to version 3.6.2, ensuring a smoother upgrade process. With this update, you no longer need to disable <code>transaction.partition.verification.enable</code> before upgrading. If you are on a version earlier than 3.6.0, upgrade directly to 3.6.2.<br/><br/>For assistance, contact the Aiven support team.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to version 3.15.0]]></title>
            <link>https://aiven.io/changelog/fa090c15-b315-4dd1-adf6-2286ca6da6a3</link>
            <guid isPermaLink="false">fa090c15-b315-4dd1-adf6-2286ca6da6a3</guid>
            <pubDate>Fri, 05 Jul 2024 13:02:00 GMT</pubDate>
            <description><![CDATA[<p>This version includes new features and bug fixes, enhancing overall functionality and performance. Key changes in this release include:</p><p><strong>Features:</strong></p><ul><li><strong>Prometheus metrics and instrumentation</strong>: Added support for Prometheus metrics and instrumentation, enhancing observability and monitoring.</li></ul><p><strong>Bug fixes:</strong></p><ul><li><strong>ClientError handling</strong>: Implemented handling for <code>aiohttp.ClientError</code> with a 503 response status, improving error handling.</li><li><strong>TimeoutError handling</strong>: Added handling for <code>asyncio.TimeoutError</code>, to ensure smoother operation under timeout conditions.</li><li><strong>Invalid version handling</strong>: Fixed the issue where an invalid version error was raised for schema version <code>0</code>. Schema versions greater than or equal to <code>0</code> are allowed, enhancing compatibility.</li></ul><p>For a complete list of fixes and detailed information, see the <a href="https://github.com/Aiven-Open/karapace/releases/tag/3.15.0">Karapace release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka® now supports Apache Kafka version 3.7.1]]></title>
            <link>https://aiven.io/changelog/c631fccc-af06-46ef-953a-c6a08e12ad36</link>
            <guid isPermaLink="false">c631fccc-af06-46ef-953a-c6a08e12ad36</guid>
            <pubDate>Fri, 05 Jul 2024 12:05:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka® has been updated to version 3.7.1 and is now the new default version. Upgrading to this version is recommended. To upgrade to this version, apply the <a href="https://aiven.io/docs/platform/concepts/maintenance-window#maintenance-updates">service maintenance updates</a>.</p><p><strong>Bug fixes</strong></p><ul><li><strong>Data loss issue (<a href="https://issues.apache.org/jira/browse/KAFKA-16692">KAFKA-16692</a>):</strong> Fixed a critical issue that caused ADD_PARTITIONS_TO_TXN requests to fail during upgrades from Kafka 3.5 to 3.6. With this update, you no longer need to disable <code>transaction.partition.verification.enable</code> before upgrading.</li><li><strong>Tiered storage rebalances (<a href="https://issues.apache.org/jira/browse/KAFKA-16890">KAFKA-16890</a>):</strong> Fixed a bug affecting tiered storage rebalances, improving the performance and reliability of storage operations.</li></ul><p>For a comprehensive list of all bug fixes and improvements, refer to the <a href="https://downloads.apache.org/kafka/3.7.1/RELEASE_NOTES.html">Apache Kafka 3.7.1 release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Cassandra® upgraded to 4.1.5]]></title>
            <link>https://aiven.io/changelog/d716a723-e5d6-4092-9de9-2942b941b2c0</link>
            <guid isPermaLink="false">d716a723-e5d6-4092-9de9-2942b941b2c0</guid>
            <pubDate>Tue, 02 Jul 2024 08:19:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Cassandra® has been upgraded to minor version 4.1.5, which contains a variety of improvements and fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>More details on Apache Cassandra 4.1.5 in <a href="https://github.com/apache/cassandra/blob/cassandra-4.1.5/CHANGES.txt">Apache Cassandra release notes</a>.</p>]]></description>
            <category>Apache Cassandra®</category>
        </item>
        <item>
            <title><![CDATA[Teams have been deprecated and are being migrated to groups ]]></title>
            <link>https://aiven.io/changelog/21f6f6f8-63c7-4f8a-88df-4ace3cae9563</link>
            <guid isPermaLink="false">21f6f6f8-63c7-4f8a-88df-4ace3cae9563</guid>
            <pubDate>Mon, 01 Jul 2024 10:43:00 GMT</pubDate>
            <description><![CDATA[<p>Groups were <a href="https://aiven.io/blog/streamlined-user-management-in-the-aiven-platform">released in September 2023</a> to provide a more efficient and centralized way of managing user groups. The deprecation will happen in phases to make the transition to groups as easy and seamless as possible:</p><p></p><p><strong>Account Owners will transition to super admin</strong></p><p>On 30 September 2024 the Account Owners team will be removed. <a href="https://aiven.io/docs/platform/howto/make-super-admin#make-a-user-a-super-admin">Super admin</a> have full access to organizations. The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.</p><p></p><p><strong>Teams will become read-only</strong></p><p>From 4 November 2024 you won’t be able to create new teams or update existing ones. To simplify the move, we’ll also migrate your existing teams to groups.</p><p></p><p><strong>Teams will be removed</strong></p><p>On 2 December 2024 all teams will be deleted and the teams feature will be completely removed.</p><p></p><p>For more information about groups read <a href="https://aiven.io/blog/streamlined-user-management-in-the-aiven-platform">the release announcement for groups</a>, <a href="https://aiven.io/docs/tools/aiven-console/howto/create-manage-teams">the teams documentation</a> and <a href="https://aiven.io/docs/tools/terraform/howto/migrate-from-teams-to-groups">Terraform migration guide</a>.</p>]]></description>
            <category>Aiven Console</category>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven CLI version 4.2.1 now available]]></title>
            <link>https://aiven.io/changelog/3b35c841-04d1-4c5d-bc00-3fae5ed7ba23</link>
            <guid isPermaLink="false">3b35c841-04d1-4c5d-bc00-3fae5ed7ba23</guid>
            <pubDate>Thu, 27 Jun 2024 13:49:00 GMT</pubDate>
            <description><![CDATA[<p>Minor version 4.2.1 of the Aiven CLI is now available. It introduces Bring Your Own Cloud (BYOC) API for <a href="https://aiven.io/docs/platform/concepts/byoc#eligible-for-byoc">eligible customers</a> on a limited basis with the GCP cloud provider.</p><p>The <code>avn provision</code> command has the new <code>--google-privilege-bearing-service-account-id</code> option, which is mutually exclusive with <code>--aws-iam-role-arn</code>, for example <code>--google-privilege-bearing-service-account-id projects/your-project/serviceAccounts/cce-cce0123456789a@your-project.iam.gserviceaccount.com</code>.</p><p>For more information, see <a href="https://github.com/aiven/aiven-client/releases/tag/4.2.1">Aiven CLI 4.2.1 release notes</a>.</p>]]></description>
            <category>Aiven CLI</category>
        </item>
        <item>
            <title><![CDATA[Introducing Aiven for Valkey]]></title>
            <link>https://aiven.io/changelog/a1d86738-0fe1-4672-a84b-e7bcf28d116e</link>
            <guid isPermaLink="false">a1d86738-0fe1-4672-a84b-e7bcf28d116e</guid>
            <pubDate>Thu, 27 Jun 2024 13:37:00 GMT</pubDate>
            <description><![CDATA[<p></p><p>Discover Aiven for Valkey, the latest addition to our managed service portfolio. Aiven for Valkey is an open-source, in-memory NoSQL database designed as a seamless and reliable alternative to Redis OSS. Key features include:</p><ul><li><strong>Open source initiative</strong>: Valkey is a fork of OSS Redis®, version 7.2.5, maintained by the Linux Foundation. It is fully backward compatible with Redis and licensed under the BSD-3 license.</li><li><strong>Redis compatibility</strong>: Fully compatible with Redis OSS 7.2.4 and Aiven for Caching.</li><li><strong>High performance</strong>: Fast data retrieval with low latency.</li><li><strong>Managed service</strong>: Aiven handles maintenance, updates, and monitoring.</li><li><strong>Migration support</strong>: Supports data migration from external Redis® and Valkey databases. </li></ul><p>For more information, see <a href="https://aiven.io/docs/products/valkey">Aiven for Valkey documentation</a>.</p>]]></description>
            <category>Valkey™</category>
        </item>
        <item>
            <title><![CDATA[Aiven Operator for Kubernetes version 0.21.0 now available]]></title>
            <link>https://aiven.io/changelog/8b6cf5a3-2d2a-44db-a4ff-f10cb99fa54b</link>
            <guid isPermaLink="false">8b6cf5a3-2d2a-44db-a4ff-f10cb99fa54b</guid>
            <pubDate>Tue, 25 Jun 2024 09:56:00 GMT</pubDate>
            <description><![CDATA[<p>This version supports <a href="https://aiven.github.io/aiven-operator/api-reference/clickhousegrant.html">Clickhouse grants</a>, letting you grant privileges to users and roles in your ClickHouse services.</p><p>This release also includes updated user config options, new <code>ServiceIntegration</code> fields, bug fixes, and other improvements. </p><p>You can view the full <a href="https://aiven.github.io/aiven-operator/changelog.html">changelog</a> on the Aiven Operator website.</p>]]></description>
            <category>Aiven Operator for Kubernetes</category>
        </item>
        <item>
            <title><![CDATA[h3pg now available for Aiven for PostgreSQL]]></title>
            <link>https://aiven.io/changelog/3479a924-43e9-48e7-ba60-da101d12c4c2</link>
            <guid isPermaLink="false">3479a924-43e9-48e7-ba60-da101d12c4c2</guid>
            <pubDate>Thu, 20 Jun 2024 10:44:00 GMT</pubDate>
            <description><![CDATA[<p>The h3-pg extension is now available for Aiven for PostgreSQL.</p><p>h3-pg is a PostgreSQL extension that allows efficiently index and analyze geospatial data, including creating heatmaps, performing spatial analyses, and enhancing location-based decision-making for applications and services within the PostgreSQL database.</p><p>For more information, see the <a href="https://github.com/zachasme/h3-pg">h3pg documentation</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[pgvector extension 0.7.2 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/7ec999b5-eebc-41aa-a006-9f9d5cc89fb9</link>
            <guid isPermaLink="false">7ec999b5-eebc-41aa-a006-9f9d5cc89fb9</guid>
            <pubDate>Thu, 20 Jun 2024 09:19:00 GMT</pubDate>
            <description><![CDATA[<p>pgvector version 0.7.2 is now available for Aiven for PostgreSQL®. It introduces new features, improvements, and fixes on top of release 0.6.2.</p><ul><li>New<ul><li><code>halfvec</code> type</li><li><code>sparsevec</code> type</li><li>Support for indexing the <code>bit</code> type</li><li>Support for indexing L1 distance with HNSW</li><li><code>binary_quantize</code> function</li><li><code>hamming_distance</code> function</li><li><code>jaccard_distance</code> function</li><li><code>l2_normalize</code> function</li><li><code>subvector</code> function</li><li>Concatenate operator for vectors</li><li>CPU dispatching for distance functions on Linux x86-64</li></ul></li><li>Improved<ul><li>Performance of on-disk HNSW index builds</li><li>Comparison operators to support vectors with different dimensions</li></ul></li><li>Fixed<ul><li>Initialization fork for indexes on unlogged tables</li><li><code>undefined symbol</code> error with GCC 8</li><li>Compilation error with universal binaries on Mac</li><li>Compilation warning with Clang &lt; 14</li></ul></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[PG's Query Statistics replaced by PG AI Performance Insights]]></title>
            <link>https://aiven.io/changelog/74ad0181-727b-458b-8316-3c1feb8e89f3</link>
            <guid isPermaLink="false">74ad0181-727b-458b-8316-3c1feb8e89f3</guid>
            <pubDate>Wed, 19 Jun 2024 14:55:00 GMT</pubDate>
            <description><![CDATA[<p>The <strong>Query Statistics </strong>section for PG services has been removed in favor of the <strong>AI insights</strong> section. </p><p>This section is powered by Aiven AI Database Optimizer and it tracks slow queries for you and also suggests how to optimize them.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Flink version 1.19]]></title>
            <link>https://aiven.io/changelog/893870fd-e9d0-448c-9782-1c89c0ccccd0</link>
            <guid isPermaLink="false">893870fd-e9d0-448c-9782-1c89c0ccccd0</guid>
            <pubDate>Thu, 13 Jun 2024 07:21:42 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Flink now supports Apache Flink version 1.19, enhancing features, performance, and security. To upgrade, create a new service, migrate applications, and decommission the existing service. Detailed upgrade instructions are available in the <a href="https://aiven.io/docs/products/flink/howto/upgrade-flink-version">Upgrade to Aiven for Apache Flink</a> documentation. For a complete list of new features and enhancements, refer to the <a href="https://nightlies.apache.org/flink/flink-docs-release-1.19/release-notes/flink-1.19/">Apache Flink 1.19 Release notes</a>.</p>]]></description>
            <category>Apache Flink®</category>
        </item>
        <item>
            <title><![CDATA[Karapace version 3.13.1]]></title>
            <link>https://aiven.io/changelog/e3786eab-e917-4499-bf43-5d29e3603432</link>
            <guid isPermaLink="false">e3786eab-e917-4499-bf43-5d29e3603432</guid>
            <pubDate>Tue, 11 Jun 2024 04:47:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace has been upgraded to version 3.13.1 with the following key update:</p><ul><li><strong>Protobuf rendering</strong>: Fixed the boolean lowercase rendering in the <code>java_multiple_files</code> option for Protocol Buffers.</li></ul><p>For a complete list of fixes and detailed information, see the <a href="https://github.com/Aiven-Open/karapace/releases/tag/3.13.1">Karapace release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Service overview has been redesigned]]></title>
            <link>https://aiven.io/changelog/6cfdfa43-6d8f-40fa-93cd-f3f2794dcf5e</link>
            <guid isPermaLink="false">6cfdfa43-6d8f-40fa-93cd-f3f2794dcf5e</guid>
            <pubDate>Thu, 06 Jun 2024 06:59:00 GMT</pubDate>
            <description><![CDATA[<p>The service overview page has been redesigned and displays service performance metrics. All service-related settings are located on the service settings page.<br/></p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Aiven CLI version 4.2.0 now available]]></title>
            <link>https://aiven.io/changelog/84956212-3c79-4393-9189-64920a2d2011</link>
            <guid isPermaLink="false">84956212-3c79-4393-9189-64920a2d2011</guid>
            <pubDate>Tue, 04 Jun 2024 08:50:06 GMT</pubDate>
            <description><![CDATA[<p>A new minor version of the Aiven CLI is now available, featuring the following updates:</p><ul><li>Added support for controlling retry behavior in API calls.</li><li>Corrected the help output for <code>avn service list</code> command.</li></ul><p>For more information, see <a href="https://github.com/aiven/aiven-client/releases">Aiven CLI release notes</a>.</p>]]></description>
            <category>Aiven CLI</category>
        </item>
        <item>
            <title><![CDATA[OpenSearch® 2.14.0 is now available on Aiven for OpenSearch®]]></title>
            <link>https://aiven.io/changelog/4dc9f189-a6a0-4ef2-9bac-78a02ced4288</link>
            <guid isPermaLink="false">4dc9f189-a6a0-4ef2-9bac-78a02ced4288</guid>
            <pubDate>Mon, 03 Jun 2024 07:50:58 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch has been updated to version 2.14.0. This update introduces new features and enhancements for both OpenSearch and OpenSearch Dashboards.<br/><br/><strong>What&#x27;s new in OpenSearch 2.14.0:</strong></p><ul><li>Improve search and analytics performance with hybrid search functionality combining neural and lexical search, offering up to 4x performance increases.</li><li>Gain real-time insights into query performance.</li><li>Reduce memory footprint for FAISS engine indexes.</li><li>Query and manage external data sources more efficiently with expanded functionality for multiple data sources.</li><li>Support resiliency with I/O-based admission control.</li><li>Boost performance for hybrid search use cases.</li><li>Accelerate date histogram queries with multi-range traversal, especially benefiting time-series data analysis.</li><li>Improve search efficiency with tiered caching within the request cache (Experimental).</li><li>Access multiple data sources with consistent navigation and discovery tools.</li><li>Filter k-NN results based on maximum distance or vector score.</li><li>Build search pipelines with index alias support.</li></ul><p>For more details on all the new features and improvements in OpenSearch 2.14.0, see the <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.14.0.md">OpenSearch Release Notes 2.14.0</a>. Apply the <a href="https://aiven.io/docs/platform/concepts/maintenance-window">service maintenance updates</a> to upgrade to this version. For more information, see <a href="https://aiven.io/docs/products/opensearch">Aiven for OpenSearch documentation</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to version 3.13.0]]></title>
            <link>https://aiven.io/changelog/4d0344fd-339f-43e3-841b-90677e58c3e7</link>
            <guid isPermaLink="false">4d0344fd-339f-43e3-841b-90677e58c3e7</guid>
            <pubDate>Tue, 28 May 2024 07:24:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace has been upgraded to version 3.13.0, featuring various enhancements and bug fixes. The key changes in this release include:</p><ul><li><strong>Avro/JSONSchema error handling: </strong>Fixed the issue where a payload that does not match the schema now returns a 422 error code, providing more precise error feedback.</li><li><strong>Schema message consumption: </strong>Enhanced schema message consumption to process multiple messages during startup, reducing overhead and increasing efficiency. After startup, it now consumes one record at a time to ensure consistent performance.</li><li><strong>Union type handling: </strong>Resolved an issue to correctly handle Avro array and map names in union types, ensuring proper data consistency.</li></ul><p>For a complete list of fixes and detailed information, see the <a href="https://github.com/Aiven-Open/karapace/releases">Karapace release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Redis®* is now Aiven for Caching]]></title>
            <link>https://aiven.io/changelog/830dbc8e-783b-4f86-85e5-f511eabdf5c2</link>
            <guid isPermaLink="false">830dbc8e-783b-4f86-85e5-f511eabdf5c2</guid>
            <pubDate>Mon, 27 May 2024 12:41:32 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Redis® has been renamed to Aiven for Caching to comply with Redis&#x27;s new licensing model.</p><p><strong>What&#x27;s changed:</strong></p><ul><li><strong>Name update:</strong> All references to Aiven for Redis® have been updated to Aiven for Caching.</li><li><strong>Licensing compliance:</strong> The service remains compatible with legacy Redis® OSS, and we will continue to provide updates for it until its end-of-life (EOL).</li></ul><p><strong>What&#x27;s not changing:</strong></p><ul><li><strong>Service functionality:</strong> Existing services, API endpoints, CLI commands, and other functionalities remain unchanged. No immediate action is required from current customers.</li></ul><p>For more information, see the <a href="https://aiven.io/docs/products/caching">Aiven for Caching documentation</a>.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 16.3, 15.7, 14.12, 13.15, and 12.19]]></title>
            <link>https://aiven.io/changelog/caeb3118-5f99-4cd5-8f69-d8199b875d7b</link>
            <guid isPermaLink="false">caeb3118-5f99-4cd5-8f69-d8199b875d7b</guid>
            <pubDate>Tue, 21 May 2024 09:22:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 16.3, 15.7, 14.12, 13.15, and 12.19, which contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Redesigned projects page]]></title>
            <link>https://aiven.io/changelog/cf389a84-32ed-4247-ac86-30f5875518f6</link>
            <guid isPermaLink="false">cf389a84-32ed-4247-ac86-30f5875518f6</guid>
            <pubDate>Fri, 17 May 2024 13:42:00 GMT</pubDate>
            <description><![CDATA[<p>The projects page lists all of the projects that you have access to in an organization in one place. Now the page has been redesigned, grouping projects based on their location in the hierarchy. You can also search for projects by name or project tags.</p><p>To see the list of projects go to <strong>Projects</strong> <strong>&gt; View all projects</strong>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[pgvector extension 0.6.2 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/419e02f2-6ff1-43cb-90eb-2c3928f556dc</link>
            <guid isPermaLink="false">419e02f2-6ff1-43cb-90eb-2c3928f556dc</guid>
            <pubDate>Wed, 15 May 2024 13:17:00 GMT</pubDate>
            <description><![CDATA[<p>pgvector version 0.6.2 is now available for Aiven for PostgreSQL®.<br/>It introduces new features and improvements on top of release 0.5.0.</p><ul><li>New<ul><li>Support for parallel index builds for HNSW</li><li>Validation for GUC parameters</li><li>Docker tags for each supported version of Postgres</li><li>Check for MVCC-compliant snapshot for index scans</li></ul></li><li>Improved<ul><li>Fixed error with <code>ANALYZE</code> and vectors with different dimensions</li><li>Fixed segmentation fault with <code>shared_preload_libraries</code></li><li>Fixed vector subtraction being marked as commutative</li><li>Reduced lock contention with parallel HNSW index builds</li><li>Storage for vector changed from <code>extended</code> to <code>external</code></li><li>Improved performance of HNSW</li><li>Improved performance of HNSW index builds</li><li>Reduced memory usage for HNSW index builds</li><li>Reduced WAL generation for HNSW index builds</li><li>Docker image moved to the <code>pgvector</code> org</li><li>Dropped support for Postgres 11</li></ul></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka® upgrade issue for versions prior to 3.6]]></title>
            <link>https://aiven.io/changelog/b3439410-6005-4a4e-b0d2-802346f6a8e7</link>
            <guid isPermaLink="false">b3439410-6005-4a4e-b0d2-802346f6a8e7</guid>
            <pubDate>Mon, 13 May 2024 12:55:00 GMT</pubDate>
            <description><![CDATA[<p><strong>Note:</strong> This issue has been resolved as of Apache Kafka version 3.6.2. To avoid this issue, upgrade to version 3.6.2 or later.<br/><br/>We&#x27;ve identified an issue affecting customers upgrading Aiven for Apache Kafka® clusters from versions earlier than 3.6 to versions 3.6 or 3.7.</p><p><strong>Recommended actions:</strong></p><ul><li><strong>For Apache Kafka producer clients earlier than version 3.6.0:</strong><ul><li>Temporarily set<code> transaction.partition.verification.enable</code> to <code>false</code> in the <a href="https://aiven.io/docs/products/kafka/reference/advanced-params#transaction-partition-verification-enable">service&#x27;s advanced configuration</a> during the upgrade.</li><li>Revert this setting to <code>true</code> after upgrading to Apache Kafka 3.6.0 or later.</li></ul></li><li><strong>For Apache Kafka producer clients using version 3.6.0 or later:</strong><ul><li>Disabling transaction verification might lead to transaction duplicates.</li><li>Ensure <code>transaction.partition.verification.enable</code> is set to <code>true</code> after upgrading to version 3.6.0 or later.</li></ul></li></ul><p>For assistance or more details, contact the Aiven support team.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka® now supports Apache Kafka version 3.7]]></title>
            <link>https://aiven.io/changelog/b6511e3c-6a75-420b-9262-ce609351c0d8</link>
            <guid isPermaLink="false">b6511e3c-6a75-420b-9262-ce609351c0d8</guid>
            <pubDate>Wed, 08 May 2024 09:58:00 GMT</pubDate>
            <description><![CDATA[<p>We are thrilled to announce that Aiven for Apache Kafka now supports Apache Kafka version 3.7.0. This latest version brings a host of new features and improvements:</p><ul><li>Allows <strong>creating</strong> <strong>connectors in the STOPPED state</strong> for Apache Kafka® Connect (<a href="https://issues.apache.org/jira/browse/KAFKA-15470">KAFKA-15470</a>): Newly created connectors are no longer in the <code>RUNNING</code> state by default.</li><li>Introduces <strong>cluster-wide dynamic log adjustments</strong> for Apache Kafka® Connect (<a href="https://issues.apache.org/jira/browse/KAFKA-15428">KAFKA-15428</a>): Now, with a single REST API request you can modify the logging level for the worker that receives the request or the logging level for all workers in the cluster.</li><li>Implements <strong>client exponential backoff</strong> (<a href="https://issues.apache.org/jira/browse/KAFKA-9800">KAFKA-9800</a>) - the maximum amount of time in milliseconds to wait when retrying a request to the broker that has repeatedly failed. If provided, the backoff per client increases exponentially up to this maximum for each failed request.</li></ul><p>To learn more about Aiven for Apache Kafka, see <a href="https://docs.aiven.io/docs/products/kafka">Aiven documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Monitor PgBouncer with Datadog]]></title>
            <link>https://aiven.io/changelog/53ada6ff-d151-458f-a825-a6bd9a3b3032</link>
            <guid isPermaLink="false">53ada6ff-d151-458f-a825-a6bd9a3b3032</guid>
            <pubDate>Wed, 08 May 2024 09:48:00 GMT</pubDate>
            <description><![CDATA[<p>We’re thrilled to announce that now you can integrate PgBouncer with Datadog to track connection pool metrics and monitor application traffic on the Datadog platform. Check how to enable monitoring PgBouncer metrics for your Aiven for PostgreSQL service in our <a href="https://aiven.io/docs/products/postgresql/howto/monitor-pgbouncer-with-datadog">documentation</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Application users are now generally available in Aiven Provider for Terraform]]></title>
            <link>https://aiven.io/changelog/c47ba7db-cc74-4f99-bcf1-de67643d85e9</link>
            <guid isPermaLink="false">c47ba7db-cc74-4f99-bcf1-de67643d85e9</guid>
            <pubDate>Tue, 07 May 2024 07:23:00 GMT</pubDate>
            <description><![CDATA[<p>In version 4.17.0, the beta flag has been removed from the <code>aiven_organization_application_user</code> and <code>aiven_organization_application_user_token</code> resources. </p><p>Application users are a special type of user that super admin can create to use for programmatic access to Aiven through Terraform. They make it easier to audit and manage access to your Aiven resources for applications.</p><p>This release also includes fixes for the <code>aiven_kafka_connector</code> 201 error and the invalid token error. </p><p>For more information on Aiven Provider for Terraform, see the <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs">documentation</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka Connect Elasticsearch sink connector version 7.0.0 ]]></title>
            <link>https://aiven.io/changelog/1ae0c655-9a07-4379-b96e-c98a34e4f054</link>
            <guid isPermaLink="false">1ae0c655-9a07-4379-b96e-c98a34e4f054</guid>
            <pubDate>Tue, 23 Apr 2024 09:32:00 GMT</pubDate>
            <description><![CDATA[<p>The Apache Kafka Connect Elasticsearch sink connector has been upgraded to version 7.0.0. This update introduces significant improvements and compatibility enhancements with newer versions of Elasticsearch.</p><p><strong>Key updates:</strong></p><ul><li>The connector is now compatible with Elasticsearch versions 7.x onwards.</li><li>Elasticsearch 8.x no longer supports the <code>_type</code> parameter, which affects data structure and queries. Update your Elasticsearch queries and data handling accordingly. Compatibility with Elasticsearch versions 6.x and earlier has been discontinued due to deprecated features and compatibility issues.</li><li>This update applies only to the Apache Kafka Connect connector and does not affect the metric agent.</li></ul><p><strong>Action required:</strong></p><p>If you currently use Elasticsearch version 6.x or earlier, you must upgrade to at least Elasticsearch version 7.x by applying the <a href="https://aiven.io/docs/platform/concepts/maintenance-window#maintenance-updates">service maintenance updates</a> to continue using this connector.</p><p>For details on how to use this connector, see <a href="https://aiven.io/docs/products/kafka/kafka-connect/howto/elasticsearch-sink">Create a sink connector from Apache Kafka® to Elasticsearch</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[BigQuery connector for Apache Kafka® version 2.6.0]]></title>
            <link>https://aiven.io/changelog/cb7e768f-15bf-44a0-a64b-e6f61cbf91b4</link>
            <guid isPermaLink="false">cb7e768f-15bf-44a0-a64b-e6f61cbf91b4</guid>
            <pubDate>Mon, 22 Apr 2024 08:44:00 GMT</pubDate>
            <description><![CDATA[<p>The BigQuery connector for Apache Kafka has been upgraded to version 2.6.0, introducing new features and improvements to enhance functionality and reliability.</p><p><strong>What’s new:</strong></p><ul><li><strong>Storage Write API support (beta):</strong> The <a href="https://cloud.google.com/bigquery/docs/write-api">Storage Write API</a> is now available as an opt-in feature. To enable it, you can use the <code>useStorageWriteApi</code> property. By enabling this feature, the <a href="https://cloud.google.com/bigquery/docs/write-api-streaming#at-least-once">default stream</a> will be used. However, if you set the <code>enableBatchMode</code> property to true, the <a href="https://cloud.google.com/bigquery/docs/write-api-batch#batch_load_data_using_pending_type">pending type stream</a> will be used instead. This is currently a beta feature, and its use in production environments is not recommended.</li></ul><p><strong>Bug fixes:</strong></p><ul><li><strong>Multiple topics routing:</strong> The <code>topic2TableMap</code> property now allows multiple topics to be routed to the same table.</li><li><strong>Retry logic for merge queries:</strong> Added retry logic for <code>jobInternalError</code> errors when performing merge queries in upsert/delete mode.</li></ul><p>For more information, refer to the <a href="https://github.com/Aiven-Open/bigquery-connector-for-apache-kafka/releases/tag/v2.6.0">GitHub release notes </a>for the BigQuery connector for Apache Kafka.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Application users are now generally available in Aiven]]></title>
            <link>https://aiven.io/changelog/5ba6b6c1-9024-4cfc-b3c1-3c42e1a2d7a3</link>
            <guid isPermaLink="false">5ba6b6c1-9024-4cfc-b3c1-3c42e1a2d7a3</guid>
            <pubDate>Fri, 19 Apr 2024 08:28:00 GMT</pubDate>
            <description><![CDATA[<p>Application users are a special type of user that super admin can create to use for programmatic access to Aiven through the API, Terraform, Kubernetes, or other applications. They make it easier to audit and manage access to your Aiven resources for applications.</p><p>These users are centrally managed by organization super admin, who now have full visibility into how their organization’s resources are programmatically accessed on the Aiven platform. The application user tokens also add another level of security. Super admin can restrict users from creating personal tokens, ensuring that only approved applications access the Aiven API with application user tokens. This also makes it easier for super admin to regularly rotate tokens according to your organization’s security policies.</p><p>Find out more about using application users to securely manage access to the Aiven platform <a href="https://aiven.io/docs/platform/concepts/application-users">in the documentation</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[New admin view of organization projects in Aiven Console]]></title>
            <link>https://aiven.io/changelog/a6d77674-65cb-40ef-b357-e0947480faee</link>
            <guid isPermaLink="false">a6d77674-65cb-40ef-b357-e0947480faee</guid>
            <pubDate>Mon, 15 Apr 2024 07:00:00 GMT</pubDate>
            <description><![CDATA[<p>Organization super admin can now view a list of all projects in their organization and its organizational units in one place. You can search for projects by name or project tags, open a project, or organize your projects by moving them to other units. To see the list of projects go to <strong>Admin</strong> &gt; <strong>Projects</strong>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[New Aiven services to be distributed in multiple DNS subdomains]]></title>
            <link>https://aiven.io/changelog/4f5f62d1-bbeb-41c9-bc58-0ee4a7bd7c82</link>
            <guid isPermaLink="false">4f5f62d1-bbeb-41c9-bc58-0ee4a7bd7c82</guid>
            <pubDate>Mon, 08 Apr 2024 12:05:00 GMT</pubDate>
            <description><![CDATA[<p>From the week starting on 15 April, new services created on the Aiven platform will be given service hostnames in randomly assigned third-level DNS domains (<em>a.aivencloud.com</em> - <em>l.aivencloud.com</em>). This will balance load across DNS zones and improve service scalability.<br/>Users of the Aiven API should not place any naming constraints when validating the fully qualified domain name returned by the API because the subdomain scheme or the <em>aivencloud.com</em> domain name itself may change in the future.<br/>For reference, preview <a href="https://aiven.io/docs/platform/reference/service-ip-address#default-service-hostname">Default service hostname</a>.</p>]]></description>
            <category>Aiven API</category>
            <category>Aiven Console</category>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.14.2 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/de3f48f9-15aa-48e9-8dce-f6817fe7b794</link>
            <guid isPermaLink="false">de3f48f9-15aa-48e9-8dce-f6817fe7b794</guid>
            <pubDate>Fri, 22 Mar 2024 09:38:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.14.2 is now available for Aiven for PostgreSQL®. It introduces new features, performance improvements, and bug fixes on top of release 2.13.1. Upgrade to 2.14.2 at your earliest convenience to make sure you use the most robust and secure version available.</p><p>Refer to the TimescaleDB release notes for <a href="https://github.com/timescale/timescaledb/releases/tag/2.14.0">2.14.0</a>, <a href="https://github.com/timescale/timescaledb/releases/tag/2.14.1">2.14.1</a>, and <a href="https://github.com/timescale/timescaledb/releases/tag/2.14.2">2.14.2</a> to check all the changes introduced in these releases, including deprecation announcements and operational instructions.</p><p><strong>Key new features</strong></p><ul><li>Ability to change compression settings on existing compressed hypertables at any time: New compression settings take effect on any new chunks that are compressed after the change.</li><li>Reduced locking requirements during chunk recompression</li><li>Limiting tuple decompression during DML operations to avoid decompressing a lot of tuples and causing storage issues (100k limit, configurable)</li><li>Helper functions for determining compression settings</li><li>Plan-time chunk exclusion for real-time Continuous Aggregate by constify the cagg_watermark function call</li></ul><p><strong>More new features</strong></p><ul><li>Add views for per chunk compression settings <a href="https://github.com/timescale/timescaledb/pull/6630">#6630</a></li><li>Add plan-time chunk exclusion for real-time CAggs <a href="https://github.com/timescale/timescaledb/pull/6325">#6325</a></li><li>Remove support for creating Continuous Aggregates with old format <a href="https://github.com/timescale/timescaledb/pull/6360">#6360</a></li><li>Add functions for determining compression defaults <a href="https://github.com/timescale/timescaledb/pull/6386">#6386</a></li><li>Remove multinode public API <a href="https://github.com/timescale/timescaledb/pull/6410">#6410</a></li><li>Allow SQLValueFunction pushdown into compressed scan <a href="https://github.com/timescale/timescaledb/pull/6440">#6440</a></li><li>Support approximate hypertable size <a href="https://github.com/timescale/timescaledb/pull/6463">#6463</a></li><li>Make compression settings per chunk <a href="https://github.com/timescale/timescaledb/pull/6513">#6513</a></li><li>Remove reindex_relation from recompression <a href="https://github.com/timescale/timescaledb/pull/6529">#6529</a></li><li>Fix if_not_exists behavior for CAgg policy with NULL offsets <a href="https://github.com/timescale/timescaledb/pull/6531">#6531</a></li><li>Remove restrictions for changing compression settings <a href="https://github.com/timescale/timescaledb/pull/6545">#6545</a></li><li>Limit tuple decompression during DML operations <a href="https://github.com/timescale/timescaledb/pull/6566">#6566</a></li><li>Change compress_chunk and decompress_chunk to idempotent version by default <a href="https://github.com/timescale/timescaledb/pull/6579">#6579</a></li><li>Add LWLock for OSM usage in loader <a href="https://github.com/timescale/timescaledb/pull/6608">#6608</a></li><li>Deprecate recompress_chunk <a href="https://github.com/timescale/timescaledb/pull/6609">#6609</a></li><li>Add optional recompress argument to compress_chunk <a href="https://github.com/timescale/timescaledb/pull/6609">#6609</a></li></ul><p><strong>Bug fixes</strong></p><ul><li>Fix segfault in cagg_validate_query <a href="https://github.com/timescale/timescaledb/pull/6655">#6655</a></li><li>Fix refresh on empty CAgg with variable bucket <a href="https://github.com/timescale/timescaledb/pull/6660">#6660</a></li><li>Don&#x27;t try to compress osm chunks <a href="https://github.com/timescale/timescaledb/pull/6670">#6670</a></li><li>Fix extension update of compressed hypertables with dropped columns <a href="https://github.com/timescale/timescaledb/pull/6636">#6636</a></li><li>Reset sequence numbers on non-rollup compression <a href="https://github.com/timescale/timescaledb/pull/6637">#6637</a></li><li>Disable default indexscan for compression <a href="https://github.com/timescale/timescaledb/pull/6639">#6639</a></li><li>Fix DecompressChunk path generation with per chunk settings <a href="https://github.com/timescale/timescaledb/pull/6651">#6651</a></li><li>Inefficient join plans on compressed hypertables <a href="https://github.com/timescale/timescaledb/pull/6541">#6541</a></li><li>Enable now() plantime constification with BETWEEN <a href="https://github.com/timescale/timescaledb/pull/6491">#6491</a></li><li>Fix create_hypertable referenced by fk succeeds <a href="https://github.com/timescale/timescaledb/pull/6494">#6494</a></li><li>Suboptimal query plans when using time_bucket with query parameters <a href="https://github.com/timescale/timescaledb/issues/6498">#6498</a></li><li>time_bucket_gapfill with timezones doesn&#x27;t handle daylight savings <a href="https://github.com/timescale/timescaledb/pull/6507">#6507</a></li><li>Make extension state available through function <a href="https://github.com/timescale/timescaledb/pull/6509">#6509</a></li><li>Log extension state changes <a href="https://github.com/timescale/timescaledb/pull/6512">#6512</a></li><li>Disallow triggers on CAggs <a href="https://github.com/timescale/timescaledb/pull/6522">#6522</a></li><li>Reduce locking level on compressed chunk index during segmentwise recompression <a href="https://github.com/timescale/timescaledb/issues/6523">#6523</a></li><li>Fix if_not_exists behavior for CAgg policy with NULL offsets <a href="https://github.com/timescale/timescaledb/pull/6531">#6531</a></li><li>Fix pathtarget adjustment for MergeAppend paths in aggregation pushdown code <a href="https://github.com/timescale/timescaledb/pull/6571">#6571</a></li><li>Fix compressed chunk not found during upserts <a href="https://github.com/timescale/timescaledb/pull/6575">#6575</a></li><li>Fix recompression policy ignoring partially compressed chunks <a href="https://github.com/timescale/timescaledb/pull/6592">#6592</a></li><li>Ensure qsort comparison function is transitive <a href="https://github.com/timescale/timescaledb/pull/6610">#6610</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Dragonfly now supported in Aiven Provider for Terraform]]></title>
            <link>https://aiven.io/changelog/7ce2d029-abfd-464b-93e6-3a143a91e1a0</link>
            <guid isPermaLink="false">7ce2d029-abfd-464b-93e6-3a143a91e1a0</guid>
            <pubDate>Thu, 21 Mar 2024 11:10:32 GMT</pubDate>
            <description><![CDATA[<p>Version 4.15.0 supports <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/dragonfly">Dragonfly</a> and includes these other enhancements: </p><ul><li>Added the service integrations <code>external_aws_cloudwatch_logs</code>, <code>external_elasticsearch_logs</code>, <code>external_opensearch_logs</code>, and <code>prometheus</code>.</li><li>Added a safety check for purging the IP filter list using the <code>AIVEN_ALLOW_IP_FILTER_PURGE</code> <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs#environment-variables">environment variable</a> to restrict access to a service from the internet.</li><li>Converted <code>ip_filter_object</code> into a set. This was one of the most requested features.</li></ul><p>Additionally, with this release, the <code>aiven_organization_user_group_member</code> and <code>aiven_organization_group_project</code> resources are no longer in beta.</p><p>For more information on Aiven Provider for Terraform, see the <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs">documentation</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Dragonfly® General Availability]]></title>
            <link>https://aiven.io/changelog/c12d37ab-9165-42b6-932b-d347f30deb0f</link>
            <guid isPermaLink="false">c12d37ab-9165-42b6-932b-d347f30deb0f</guid>
            <pubDate>Wed, 20 Mar 2024 07:00:02 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Dragonfly is now generally available (GA). This Redis-compatible in-memory database service is designed for high-scale data operations and can be deployed in your preferred cloud environment.</p><p><br/>Key features and benefits:</p><ul><li><strong>Redis compatibility at scale</strong>: Aiven for Dragonfly is a seamless drop-in replacement for Redis, capable of handling extensive workloads with enhanced performance.</li><li><strong>Optimized for large-scale operations</strong>: Dragonfly is specifically built to address the scalability and resource utilization limitations of Redis Open Source Software (Redis OSS).</li><li><strong>Seamless migration and compatibility</strong>: Mirgrate from Aiven for Redis to Dragonfly with no code modifications needed, maintaining the Redis experience while enhancing performance and scalability.</li><li><strong>Advanced performance and scalability</strong>: Dragonfly&#x27;s unique threading and shared-nothing architecture enables it to scale vertically and handle over 1 TB workloads, with 10x throughput of Redis OSS and reduced latency.</li><li><strong>Reliability and support</strong>: Aiven for Dragonfly is fully supported by Aiven&#x27;s service level agreements (SLAs), ensuring it can manage production workloads effectively.</li></ul><p>To learn more, see <a href="https://aiven.io/docs/products/dragonfly/concepts/overview">Aiven for Dragonfly</a>.</p>]]></description>
            <category>Dragonfly</category>
        </item>
        <item>
            <title><![CDATA[Debezium connector upgraded to version 2.5 ]]></title>
            <link>https://aiven.io/changelog/2d6445b9-20e9-4662-82ed-53fcda13d8c1</link>
            <guid isPermaLink="false">2d6445b9-20e9-4662-82ed-53fcda13d8c1</guid>
            <pubDate>Wed, 13 Mar 2024 09:24:00 GMT</pubDate>
            <description><![CDATA[<p>Starting from March 13, 2024, all new setups of Aiven Kafka Connect services using the Debezium connector will <a href="https://debezium.io/releases/2.5/release-notes">default to version 2.5</a>. Existing setups using Debezium version 1.9 will remain on that version to ensure stability and compatibility. Manual upgrades to version 2.5 are available upon request.</p><p><strong>Key changes:</strong></p><ul><li><strong>For new setups:</strong> Debezium connectors on new Apache Kafka Connect services will <a href="https://debezium.io/releases/2.5/release-notes">default to version 2.5</a>.</li><li><strong>For existing setups:</strong> Setups currently using Debezium version 1.9 will not be automatically upgraded. These setups will continue to use Debezium version 1.9, even during service maintenance.</li><li><strong>Configuration changes:</strong> Starting with version 2.0, Debezium introduced significant changes to configuration parameters. It is recommended to review and test these updates in a non-production environment. For detailed information, see the <a href="https://debezium.io/blog/2022/10/17/debezium-2-0-final-released/">new configuration namespaces</a> section.</li><li><strong>Plugin deprecation:</strong> With the introduction of Debezium version 2.5, the `wal2json` plugin is now deprecated.</li></ul><p><strong>Actions required:</strong></p><ul><li><strong>For new setups:</strong> No action is needed; Debezium version 2.5 will be used by default.</li><li><strong>For existing setups opting to upgrade:</strong><ul><li>A <a href="https://aiven.io/docs/platform/concepts/maintenance-window#maintenance-updates">maintenance update</a> is required for existing setups to upgrade to Debezium version 2.5. Without this maintenance, your setup will remain on version 1.9.</li><li>Test your configurations with version 2.5 in a non-production environment to evaluate compatibility.</li><li>Due to breaking changes, the connector may need to be reconfigured. To upgrade, submit a support ticket. It may be necessary to reconfigure the connector with the new settings.</li></ul></li><li><strong>Plugin migration:</strong> Debezium version 2.5 has deprecated the <code>wal2json</code> plugin, and we advise users to transition to either the <code>pgoutput</code> or <code>decoderbufs</code> plugins as per <a href="https://debezium.io/releases/2.5/release-notes">Debezium&#x27;s recommendations</a>.</li></ul><p><strong>Support:</strong> If you need help with the upgrade process or have questions regarding Debezium version 2.5, submit a support ticket via our support channel.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka tiered storage update]]></title>
            <link>https://aiven.io/changelog/b1bca846-212e-4b82-9caa-1f94f19daca0</link>
            <guid isPermaLink="false">b1bca846-212e-4b82-9caa-1f94f19daca0</guid>
            <pubDate>Tue, 12 Mar 2024 16:09:00 GMT</pubDate>
            <description><![CDATA[<p>The tiered storage feature for Aiven for Apache Kafka® is now accessible for all users to test. Access to this feature has been simplified, removing the need to go through sales and providing direct access. <br/><br/>Tiered storage is currently in <a href="https://aiven.io/docs/platform/concepts/beta_services#early-availability-public-beta-">Early Availability</a>, and continuous enhancements are being made. We encourage users to explore Tiered Storage and provide feedback to help refine and improve the feature. <br/><br/>To learn more, see <a href="https://aiven.io/docs/products/kafka/howto/kafka-tiered-storage-get-started">Tiered storage in Aiven for Apache Kafka </a>documentation.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[More GCP cloud regions supported: Berlin (Germany)]]></title>
            <link>https://aiven.io/changelog/8be659ca-f49c-40fe-bcfd-719621ad8a40</link>
            <guid isPermaLink="false">8be659ca-f49c-40fe-bcfd-719621ad8a40</guid>
            <pubDate>Tue, 12 Mar 2024 06:38:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the Google Cloud Platform (GCP) region <code>europe-west10</code> (Berlin, Germany).</p><p>Check all supported GCP cloud regions in <a href="https://docs.aiven.io/docs/platform/reference/list_of_clouds#google-cloud">List of available cloud regions</a>.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[New alert filtering advanced configuration]]></title>
            <link>https://aiven.io/changelog/c9632385-dcb4-4bfa-8523-4b5ae710171e</link>
            <guid isPermaLink="false">c9632385-dcb4-4bfa-8523-4b5ae710171e</guid>
            <pubDate>Mon, 04 Mar 2024 15:37:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch introduces a new advanced configuration option, <code>plugins.alerting.filter_by_backend_roles</code>, enabling alert filtering based on assigned backend roles. This is beneficial for multi-tenant environments, improving privacy and security. A <a href="https://aiven.io/docs/platform/concepts/maintenance-window#maintenance-updates">maintenance update</a> is required to use this feature. For more details, see <a href="https://aiven.io/docs/products/opensearch">Aiven for OpenSearch documentation.</a></p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 16.2, 15.6, 14.11, 13.14, and 12.18]]></title>
            <link>https://aiven.io/changelog/680f1bcf-c929-433b-ae2a-0a753244f23e</link>
            <guid isPermaLink="false">680f1bcf-c929-433b-ae2a-0a753244f23e</guid>
            <pubDate>Tue, 27 Feb 2024 14:08:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 16.2, 15.6, 14.11, 13.14, and 12.18, which contain a variety of fixes to the previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[New documentation platform]]></title>
            <link>https://aiven.io/changelog/5db1d302-0c1c-4892-894d-334035f47b02</link>
            <guid isPermaLink="false">5db1d302-0c1c-4892-894d-334035f47b02</guid>
            <pubDate>Mon, 29 Jan 2024 12:55:58 GMT</pubDate>
            <description><![CDATA[<p>The documentation tooling and location have been updated. The docs now live on <a href="https://aiven.io/docs">https://aiven.io/docs</a>.</p><p>The new platform will allow us to rework the content more efficiently and to bring a more interactive experience to our users.</p>]]></description>
            <category>Documentation</category>
        </item>
        <item>
            <title><![CDATA[New max-message-size setting for Syslog integrations]]></title>
            <link>https://aiven.io/changelog/499ab869-13e1-4726-89bf-4d6df9922e7d</link>
            <guid isPermaLink="false">499ab869-13e1-4726-89bf-4d6df9922e7d</guid>
            <pubDate>Mon, 22 Jan 2024 10:47:00 GMT</pubDate>
            <description><![CDATA[<p>A new configuration parameter has been added to the Syslog integration endpoint for adjusting the maximum Rsyslog message size. This enhancement can help improve readability and stability, especially in scenarios where customizing message sizes is crucial.<br/>Check out the new <code>Rsyslog max message size</code> setting in the <a href="https://console.aiven.io/">Aiven Console</a> &gt; your project page &gt; <strong>Integration endpoints</strong> &gt; <strong>Syslog</strong>.</p>]]></description>
            <category>Aiven Console</category>
            <category>Aiven API</category>
            <category>Aiven CLI</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.13.1 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/9ce2e5d8-3ef5-4d55-b317-d37f09d917b2</link>
            <guid isPermaLink="false">9ce2e5d8-3ef5-4d55-b317-d37f09d917b2</guid>
            <pubDate>Mon, 22 Jan 2024 09:42:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.13.1 is now available for Aiven for PostgreSQL®. It introduces bug fixes on top of release 2.13.0.</p><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/6365">Use numrows_pre_compression in approximate row count</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6377">Use processed group clauses in PG16</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6384">Change bgw_log_level to use PGC_SUSET</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6393">Disable vectorized sum for expressions</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6405">Read CAgg watermark from materialized data</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6408">Fix groupby pathkeys for gapfill in PG16</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6428">Fix index matching during DML decompression</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6439">Fix compressed chunk permission handling on PG16</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6443">Fix lost concurrent CAgg updates</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6454">Fix unique expression indexes on compressed chunks</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6465">Fix use of freed path in decompression sort logic</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Domains and managed users are now generally available]]></title>
            <link>https://aiven.io/changelog/69433742-a695-4a63-8a4e-80ddbb65d16a</link>
            <guid isPermaLink="false">69433742-a695-4a63-8a4e-80ddbb65d16a</guid>
            <pubDate>Fri, 19 Jan 2024 09:36:00 GMT</pubDate>
            <description><![CDATA[<p>The <a href="https://docs.aiven.io/docs/platform/concepts/managed-users">managed users</a> feature brings a centralized approach to managing users in your organization. Administrators can edit user profiles, reset passwords, and enforce authentication methods for these users. This feature also lets you manage all users that belong to your company domain.</p><p>With verified domains, existing organization users seamlessly transition into managed users. New users can be provisioned and managed through <a href="https://docs.aiven.io/docs/platform/howto/saml/saml-authentication">your identity provider</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Cassandra® upgraded to 4.1]]></title>
            <link>https://aiven.io/changelog/cc735df9-ad38-4b3e-8ab6-7d14bc53ca78</link>
            <guid isPermaLink="false">cc735df9-ad38-4b3e-8ab6-7d14bc53ca78</guid>
            <pubDate>Thu, 18 Jan 2024 13:07:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Cassandra® has been upgraded to version 4.1, which contains new features and a variety of improvements to version 4.0.11. Check out <a href="https://cassandra.apache.org/doc/4.1/cassandra/new/index.html">Cassandra release notes</a> for all the details on what release 4.1 introduces.</p><p><strong>Key new features</strong></p><ul><li>Paxos v2</li><li>Guardrails</li><li>Client-side password hashing</li><li>Partition denylist</li></ul>]]></description>
            <category>Apache Cassandra®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® 16 released]]></title>
            <link>https://aiven.io/changelog/a52893a6-08e5-4279-9380-b5f6810fcab7</link>
            <guid isPermaLink="false">a52893a6-08e5-4279-9380-b5f6810fcab7</guid>
            <pubDate>Tue, 09 Jan 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® 16 is now available on the Aiven platform.</p><p>This release comes with a wealth of new capabilities and performance enhancements:</p><ul><li>Better query planning and bulk loading performance</li><li>New logical replication features</li><li>Developer experience features</li><li>Strengthened security and access control</li></ul><p>For more information on what PostgreSQL version 16 introduces, check <a href="https://www.postgresql.org/docs/release/16.0/">PostgreSQL 16 release notes</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Introducing the new Aiven Support Center]]></title>
            <link>https://aiven.io/changelog/dc7e8e06-1030-4c27-abb2-65671d48dc6a</link>
            <guid isPermaLink="false">dc7e8e06-1030-4c27-abb2-65671d48dc6a</guid>
            <pubDate>Wed, 03 Jan 2024 11:20:00 GMT</pubDate>
            <description><![CDATA[<p>We’ve launched the Aiven Support Center to make to improve the support experience and provide better visibility of your support tickets. Now you can view the full history of your tickets and track their status right in the support center. You can also add participants to tickets to ensure the right people get updates and can add comments.</p><p>Other enhancements include:</p><ul><li>Create general tickets that aren’t linked to a specific project or service</li><li>Add files like screenshots and logs directly to the tickets</li><li>View and follow all tickets in your organization</li><li>Escalate issues to your account team</li></ul><p>Check out the <a href="https://docs.aiven.io/docs/platform/howto/project-support-center">documentation</a> for details on how to use these and other support features.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[OpenSearch® 2.11.1 is now available on Aiven for OpenSearch®]]></title>
            <link>https://aiven.io/changelog/97423937-0324-49e5-938f-0565255fede3</link>
            <guid isPermaLink="false">97423937-0324-49e5-938f-0565255fede3</guid>
            <pubDate>Wed, 20 Dec 2023 09:55:54 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch has been updated to version 2.11.1, offering a range of new features and enhancements. This update applies to both OpenSearch and OpenSearch Dashboards.<br/><br/><strong>What&#x27;s new in OpenSearch 2.11.1:</strong></p><ul><li>Enhanced capabilities to manipulate and refine search results are now generally available with the release of search pipelines.</li><li>The Neural Search Plugin, integrating machine learning language models to improve search accuracy and relevance, is now generally available.</li><li>The Machine Learning Framework is now generally available in OpenSearch Service, offering full integration and simplifying the incorporation of external models for data analysis.</li><li>Enhanced vector database functionality upgraded with Facebook AI Similarity Search (FAISS) for more efficient query pre-filtering, improving search precision.</li><li>Lucene byte-sized vectors now have advanced support, improving data storage and retrieval efficiency.</li><li>Improved index compression codec for efficient data handling and enhanced performance.</li><li>Support for <code>geo_bounds</code>, <code>geo_hash</code>, and <code>geo_tile</code> aggregations added to enhance geospatial data analysis.</li><li>The new and improved hybrid query system and a built-in integrated normalization processor help enhance the relevance of search results.</li><li>Sparse retrieval for text-based vector search is now available, offering more focused and efficient search capabilities.</li><li>The OpenSearch search comparison tool, now widely available, allows for comprehensive and detailed analysis of search results.</li><li>OpenSearch Dashboards enhancements:<ul><li>Removal of AngularJS dependencies for platform modernization.</li><li>Introduction of a new visual theme.</li><li>Enhanced availability during minor version upgrades.</li></ul></li></ul><p>For a comprehensive understanding of all the new features and improvements in OpenSearch 2.11.1, refer to the <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.11.1.md">OpenSearch Release Notes 2.11.1</a>. To upgrade to this version, apply the<a href="https://docs.aiven.io/docs/platform/concepts/maintenance-window"> service maintenance updates</a>. For information on Aiven for OpenSearch, see the <a href="https://docs.aiven.io/docs/products/opensearch">documentation</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.13.0 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/66b52256-e229-4270-bcf8-c7a0784d3144</link>
            <guid isPermaLink="false">66b52256-e229-4270-bcf8-c7a0784d3144</guid>
            <pubDate>Mon, 18 Dec 2023 10:28:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.13.0 is now available for Aiven for PostgreSQL®. It introduces new features and bug fixes on top of release 2.12.2.</p><p><strong>Key new features</strong></p><ul><li>Full PostgreSQL 16 support for all existing features</li><li>Vectorized aggregation execution for <code>sum()</code></li><li>Track chunk creation time used in retention / compression policies</li></ul><p><strong>More new features</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/5575">Add chunk-wise sorted paths for compressed chunks</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5761">Simplify hypertable DDL API</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5890">Reduce WAL activity by freezing compressed tuples immediately</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6062">Add metadata for chunk creation time</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6077">Make Continuous Aggregates materialized only (non-realtime) by default</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6177">Change show_chunks/drop_chunks using chunk creation time</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6178">Show batches / tuples decompressed during DML operations in EXPLAIN output</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6185">Keep track of catalog version</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6227">Use creation time in retention/compression policy</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6307">Add SQL function cagg_validate_query</a></li></ul><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/6188">Add GUC for setting background worker log level</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6222">Allow enabling compression on hypertable with unique expression index</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6240">Check if worker registration succeeded</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6254">Fix exception detail passing in compression_policy_execute</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6264">Fix missing bms_del_member result assignment</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6275">Fix negative bitmapset member not allowed in compression</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6280">Potential data loss when compressing a table with a partial index that matches compression order</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6289">Add support for startup chunk exclusion with aggs</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6290">Repair relacl on upgrade</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6297">Fix segfault when creating a cagg using a NULL width in time bucket function</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6305">Make timescaledb_functions.makeaclitem strict</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6332">Fix typmod and collation for segmentby columns</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6339">Fix tablespace with constraints</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6343">Enable segmentwise recompression in compression policy</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for ClickHouse® upgraded to 23.8]]></title>
            <link>https://aiven.io/changelog/a5d7a4fc-7aad-4378-a8d0-2f3da3ef6b26</link>
            <guid isPermaLink="false">a5d7a4fc-7aad-4378-a8d0-2f3da3ef6b26</guid>
            <pubDate>Wed, 13 Dec 2023 10:25:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for ClickHouse® has been upgraded to version 23.8, which contains new features and a variety of fixes on top of release 23.3. See <a href="https://clickhouse.com/docs/en/whats-new/changelog#-clickhouse-release-238-lts-2023-08-31">ClickHouse release notes</a> for all the details on what release 23.8 introduces.</p><p><strong>Key new features</strong></p><ul><li>Updated list of table <a href="https://docs.aiven.io/docs/products/clickhouse/reference/supported-table-functions">functions</a> and<a href="https://docs.aiven.io/docs/products/clickhouse/reference/supported-table-engines"> engines</a> supported in Aiven for ClickHouse®</li><li>New capabilities for data ingestion, such as <code>input_format_csv_allow_variable_number_of_columns</code> or <code>s3_skip_empty_files</code> and <code>engine_url_skip_empty_files</code> for skipping empty files in <code>s3</code> and <code>url</code> table functions</li><li>Improvements for working with metadata and <code>.parquet</code> files in particular, such as faster reads and count operations</li></ul><p><strong>Bug fixes</strong></p><ul><li>Fixes improving security</li><li>Fixes improving performance</li></ul>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[More GCP cloud regions supported: Doha (Qatar) and Dammam (Saudi Arabia)]]></title>
            <link>https://aiven.io/changelog/81530371-e1c3-4941-8573-805b1e7b0e55</link>
            <guid isPermaLink="false">81530371-e1c3-4941-8573-805b1e7b0e55</guid>
            <pubDate>Tue, 12 Dec 2023 09:50:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the Google Cloud Platform (GCP) regions <code>me-central1 </code>and <code>me-central2</code>.</p><p>Check all supported GCP cloud regions in <a href="https://docs.aiven.io/docs/platform/reference/list_of_clouds#google-cloud">List of available cloud regions</a>.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Improved email notification settings for projects and services]]></title>
            <link>https://aiven.io/changelog/4a527e54-f355-4fa6-a411-d9e08871b1da</link>
            <guid isPermaLink="false">4a527e54-f355-4fa6-a411-d9e08871b1da</guid>
            <pubDate>Mon, 11 Dec 2023 14:36:43 GMT</pubDate>
            <description><![CDATA[<p>Previously, email notifications about services were sent to a mix of project admins, operators, and designated technical contacts. The new notification settings replaces technical contacts with project and service contacts, letting you choose who receives notifications.</p><p>Service contacts receive all notifications for that service. If no service contacts are set, email notifications will be sent to the project contacts. The default project contacts are the project admins and operators.</p><p>Using these settings, you can ensure the right people receive important updates and avoid overwhelming others with unnecessary emails.</p><p>Learn more about notifications and how to set contacts in the <a href="https://docs.aiven.io/docs/platform/howto/technical-emails">documentation</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Control access to Aiven organizations with authentication policies]]></title>
            <link>https://aiven.io/changelog/72550876-2455-492d-bf2c-2b190c8e5f6b</link>
            <guid isPermaLink="false">72550876-2455-492d-bf2c-2b190c8e5f6b</guid>
            <pubDate>Fri, 08 Dec 2023 12:00:00 GMT</pubDate>
            <description><![CDATA[<p>Our latest enhancement for organization users lets you set an authentication policy for your organization. These policies control how users can access your organization on the Aiven platform: with a password, third-party authentication, or organization single sign-on (SSO).</p><p>For an added layer of security, you can also enforce two-factor authentication for password logins.</p><p>Read more about the authentication types and learn how to set an authentication policy in the <a href="https://docs.aiven.io/docs/platform/howto/set-authentication-policies">documentation</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka 3.6.0: Recommended actions to prevent transaction write issues]]></title>
            <link>https://aiven.io/changelog/f4fa21db-ce55-4bb4-9656-a8ff48be2ba4</link>
            <guid isPermaLink="false">f4fa21db-ce55-4bb4-9656-a8ff48be2ba4</guid>
            <pubDate>Wed, 06 Dec 2023 11:04:02 GMT</pubDate>
            <description><![CDATA[<p>In Apache Kafka 3.6.0, a critical transaction write issue has emerged, which is linked to an upstream Kafka bug. To prevent encountering the <code>UNKNOWN_SERVER_ERROR</code> during data generation, if you are using a producer client with a version earlier than 3.6.0, you are advised to temporarily set the <code>transaction_partition_verification_enable</code> property to <code>FALSE</code> in your service <a href="https://docs.aiven.io/docs/products/kafka/reference/advanced-params#transaction-partition-verification-enable">advanced configuration</a>.<br/><br/>This setting is temporary and can be reverted to <code>TRUE</code> after upgrading to 3.6.0. Turning off transaction verification is not anticipated to affect client transactions on earlier versions. However, if you have already updated to client version 3.6.0, transaction duplicates are possible if this feature is disabled. <br/><br/>This issue is anticipated to be resolved in Apache Kafka 3.6.1. For more information on the upstream issue, see the detailed description for <a href="https://issues.apache.org/jira/browse/KAFKA-15653">KAFKA-15653</a>. </p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[End of life dates introduced for Aiven tools]]></title>
            <link>https://aiven.io/changelog/a2eb6b37-14fe-4ba5-90c9-b892839020dd</link>
            <guid isPermaLink="false">a2eb6b37-14fe-4ba5-90c9-b892839020dd</guid>
            <pubDate>Tue, 28 Nov 2023 17:31:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven offers multiple tools for using its platform and services, including the Aiven CLI, Aiven Provider for Terraform, and the Aiven Operator for Kubernetes®. Major releases of these tools may include breaking changes that require older versions to be deprecated. Using the older versions can result in unexpected behavior, which is why Aiven has introduced end of life (EOL) dates for the tools.</p><p>To ensure you are using supported versions with the latest functionality, the EOL dates are published in <a href="https://docs.aiven.io/docs/platform/reference/eol-for-major-versions">the documentation</a>.</p>]]></description>
            <category>Aiven CLI</category>
            <category>Aiven API</category>
            <category>Aiven Operator for Kubernetes</category>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven's GCS Sink Connector for Apache Kafka® version 0.13.0 ]]></title>
            <link>https://aiven.io/changelog/5efcf408-6374-408a-96f7-adb1191d3b75</link>
            <guid isPermaLink="false">5efcf408-6374-408a-96f7-adb1191d3b75</guid>
            <pubDate>Tue, 21 Nov 2023 10:37:08 GMT</pubDate>
            <description><![CDATA[<p>Aiven&#x27;s GCS Sink Connector for Apache Kafka has been upgraded to version 0.13.0. This version primarily focuses on upgrading dependencies to improve the performance and compatibility of the connector.<br/><br/><strong>What&#x27;s new:</strong></p><ul><li>Upgraded to Aiven Commons library version 0.12, featuring a new topic-partition-key record grouper for improved record organization.</li></ul><p>For detailed information, refer to the <a href="https://github.com/Aiven-Open/gcs-connector-for-apache-kafka/releases/tag/v0.13.0">GitHub release notes</a> and <a href="https://github.com/aiven/gcs-connector-for-apache-kafka/tree/v0.9.1">documentation</a> for Aiven’s GCS Sink Connector for Apache Kafka.</p>]]></description>
            <category>Apache Kafka®</category>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.12.2 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/d62c2f2a-fdf3-4cac-9a29-bd5c05ba03de</link>
            <guid isPermaLink="false">d62c2f2a-fdf3-4cac-9a29-bd5c05ba03de</guid>
            <pubDate>Fri, 17 Nov 2023 09:50:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.12.2 is now available for Aiven for PostgreSQL®. It introduces bug fixes on top of release 2.11.1. Removing bugs can increase database performance, improve service availability, and help ensure business continuity.</p><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/6155">Align gapfill bucket generation with time_bucket</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6181">Ensure fixed_schedule field is populated</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6210">Fix EXPLAIN ANALYZE for compressed DML</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[OAuth2/OIDC support for Apache Kafka® REST Proxy with Karapace]]></title>
            <link>https://aiven.io/changelog/487ad161-b17a-4a81-893f-d10f623d3778</link>
            <guid isPermaLink="false">487ad161-b17a-4a81-893f-d10f623d3778</guid>
            <pubDate>Tue, 14 Nov 2023 10:50:24 GMT</pubDate>
            <description><![CDATA[<p>You can now enhance security for Apache Kafka® resources with the latest OAuth 2.0/OpenID Connect (OIDC) integration in Karapace REST proxy. This update adds robust OAuth2/OIDC authentication to the Apache Kafka REST proxy for secure and efficient authorization. Easily configure this feature via the Aiven Console or CLI. </p><p>For detailed instructions, see <a href="https://docs.aiven.io/docs/products/kafka/karapace/howto/enable-oauth-oidc-kafka-rest-proxy">Enable OAuth2/OIDC support for Apache Kafka® REST proxy</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 15.5, 14.10, 13.13, 12.17, and 11.22]]></title>
            <link>https://aiven.io/changelog/4404a50f-9933-4d88-9567-3e086d9e8edc</link>
            <guid isPermaLink="false">4404a50f-9933-4d88-9567-3e086d9e8edc</guid>
            <pubDate>Mon, 13 Nov 2023 08:45:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 15.5, 14.10, 13.13, 12.17, and 11.22. They contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Client version 4.0.0 now available]]></title>
            <link>https://aiven.io/changelog/b064ce84-e050-48b2-9bf5-dd99b87875e9</link>
            <guid isPermaLink="false">b064ce84-e050-48b2-9bf5-dd99b87875e9</guid>
            <pubDate>Fri, 10 Nov 2023 15:38:08 GMT</pubDate>
            <description><![CDATA[<p>A new major version of the Aiven CLI has been released as part of API changes to comply with HTTP/1.1. </p><p>This version includes breaking changes and soon all previous versions will return incorrect content. In addition, updates continue to be made to support organizations, including:</p><ul><li>The <code>avn card</code> commands were deprecated in version 3.0.0 and have now been removed.</li><li>The <code>avn account team</code> commands are deprecated and will be removed in the next version.</li><li>The <code>--parent-id</code> is now mandatory in the <code>avn project create</code> command.</li><li>The following have been removed from <code>avn project create/update</code>:<ul><li><code>--account-id</code></li><li><code>--billing-address</code></li><li><code>--billing-currency</code></li><li><code>--billing-email</code></li><li><code>--billing-extra-text</code></li><li><code>--card-id</code></li><li><code>--country-code</code></li><li><code>--vat-id</code></li></ul></li><li>The detailed billing related information is replaced by billing group details in the <code>avn project list</code> command.</li></ul>]]></description>
            <category>Aiven CLI</category>
        </item>
        <item>
            <title><![CDATA[Update Aiven Kafka S3 Sink Connector to version 2.15.0]]></title>
            <link>https://aiven.io/changelog/80a0fb1f-1856-42c0-bec4-239005a18af5</link>
            <guid isPermaLink="false">80a0fb1f-1856-42c0-bec4-239005a18af5</guid>
            <pubDate>Wed, 08 Nov 2023 10:21:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven&#x27;s S3 Sink Connector for Apache Kafka has been updated to version 2.15.0.</p><p><strong>New feature:</strong></p><ul><li>Added a validator for S3 bucket names to ensure compliance with AWS&#x27;s specific naming standards.</li></ul><p><strong>Improvements and fixes:</strong></p><ul><li>Upgraded to Aiven Commons library version 0.12, featuring a new topic-partition-key record grouper for improved record organization.</li><li>Improved the documentation for grouping records and made it more user-friendly, providing clear guidance to assist users.</li><li>Corrected log messages to accurately reflect the connector&#x27;s start process.</li></ul><p>For more details, see the <a href="https://github.com/Aiven-Open/s3-connector-for-apache-kafka/releases/tag/v2.15.0">S3 connector for Apache Kafka changelog</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-s3/tree/v2.12.1">S3 connector for Apache Kafka documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka® now supports Apache Kafka version 3.6 ]]></title>
            <link>https://aiven.io/changelog/0cc93922-78aa-477e-b511-6843b48e46f6</link>
            <guid isPermaLink="false">0cc93922-78aa-477e-b511-6843b48e46f6</guid>
            <pubDate>Mon, 06 Nov 2023 14:02:00 GMT</pubDate>
            <description><![CDATA[<p>We are thrilled to announce that Aiven for Apache Kafka now supports Apache Kafka version 3.6.0. This latest version brings a host of new features and improvements.</p><p><strong>Key highlight: Kafka tiered storage</strong></p><p>With the introduction of <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-405%3A+Kafka+Tiered+Storage">KIP-405</a>, Apache Kafka now supports tiered storage. This feature allows for segregating storage into different tiers based on the data access pattern, optimizing storage costs and performance. This is a limited availability feature and is recommended for non-production environments. To learn more, see <a href="https://docs.aiven.io/docs/products/kafka/concepts/list-kafka-tiered-storage">Tiered storage in Aiven for Apache Kafka®</a>. </p><p><strong>Other features &amp; improvements:</strong></p><ul><li><strong>Offset reset capability in Kafka Connect </strong>(<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-875%3A+First-class+offsets+support+in+Kafka+Connect">KIP-875</a>): Kafka Connect now supports offset reset capability, ensuring more reliable data streaming and handling.</li><li><strong>Rack aware task assignment in Kafka Streams </strong>(<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-925%3A+Rack+aware+task+assignment+in+Kafka+Streams">KIP-925</a>): Kafka Streams has introduced a rack-aware task assignment feature, enhancing stream task distribution and fault tolerance. This feature is partially implemented as of this release.</li><li><strong>Transactions server-side defense (Part 1)</strong>(<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-890%3A+Transactions+Server-Side+Defense">KIP-890</a>): Addresses hanging transactions impacting read committed consumers and preventing compacted logs from being compacted.</li><li><strong>Accept duplicate listener on port for IPv4/IPv6 </strong>(<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-797">KIP-797</a>): Brokers can now be configured with listeners with the same port on different IP stacks, simplifying network configurations.</li><li><strong>Grace Period in Stream Table Join </strong>(<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-923%3A+Add+A+Grace+Period+to+Stream+Table+Join">KIP-923</a>): Kafka Streams now offers a grace period for stream-table joins, providing more flexibility in handling late-arriving records.</li><li><strong>Modernize Connect plugin discovery</strong> (<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-898%3A+Modernize+Connect+plugin+discovery">KIP-898</a>): Connect workers can now access ServiceLoader manifests and module information during startup, streamlining the plugin class discovery process. This update also allows connector developers to incorporate service declarations into their plugins.</li><li>Various bug fixes and improvements have been made to enhance the stability and performance of Apache Kafka.</li></ul><p>To learn more about Aiven for Apache Kafka, see <a href="https://docs.aiven.io/docs/products/kafka">Aiven documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[ OAuth2/OIDC authentication for Aiven for Apache Kafka®]]></title>
            <link>https://aiven.io/changelog/75adef63-6945-404c-9652-e9aac13d12b9</link>
            <guid isPermaLink="false">75adef63-6945-404c-9652-e9aac13d12b9</guid>
            <pubDate>Mon, 06 Nov 2023 08:37:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Kafka® now supports OAuth 2.0/OpenID Connect (OIDC) authentication, providing a secure and unified authentication mechanism for your Kafka cluster. You can configure OAuth2/OIDC authentication using the Aiven Console or Aiven CLI. Activating or modifying these settings will necessitate a rolling restart of Kafka brokers. For detailed instructions, see <a href="https://docs.aiven.io/docs/products/kafka/howto/enable-oidc">Enable OAUTH2/OIDC authentication for Aiven for Apache Kafka®</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extensions 2.12.0 and 2.12.1 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/5aea4bc7-5552-4d29-9b98-99387d59041b</link>
            <guid isPermaLink="false">5aea4bc7-5552-4d29-9b98-99387d59041b</guid>
            <pubDate>Wed, 01 Nov 2023 09:20:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension versions 2.12.0 and 2.12.1 are now available for Aiven for PostgreSQL®. They introduce new features and bug fixes on top of release 2.11.2.<br/></p><p><strong>Features</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/5137">Insert into index during chunk compression</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5150">MERGE support on hypertables</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5515">Make hypertables support replica identity</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5586">Index scan support during UPDATE/DELETE on compressed hypertables</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5596">Support for partial aggregations at chunk level</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5599">Enable ChunkAppend for partially compressed chunks</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5655">Improve the number of parallel workers for decompression</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5758">Enable altering job schedule type through alter_job</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5805">Make logrepl markers for (partial) decompressions</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5809">Relax invalidation threshold table-level lock to row-level when refreshing a Continuous Aggregate</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5839">Support CAgg names in chunk_detailed_size</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5852">Make set_chunk_time_interval CAggs aware</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5868">Allow ALTER TABLE ... REPLICA IDENTITY (FULL|INDEX) on materialized hypertables (continuous aggregates)</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5875">Add job exit status and runtime to log</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5909">CREATE INDEX ONLY ON hypertable creates index on chunks</a></li></ul><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/6113">Fix planner distributed table count</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6117">Avoid decompressing batches using an empty slot</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6123">Fix concurrency errors in OSM API</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6142">Do not throw an error when deprecation GUC cannot be read</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5860">Fix interval calculation for hierarchical CAggs</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5894">Check unique indexes when enabling compression</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5951">_timescaledb_internal.create_compressed_chunk doesn&#x27;t account for existing uncompressed rows</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5988">Move functions to _timescaledb_functions schema</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5788">Chunk_create must add an existing table or fail</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5872">Fix duplicates on partially compressed chunk reads</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5918">Fix crash in COPY from program returning error</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5990">Place data in first/last function in correct mctx</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5991">Call eq_func correctly in time_bucket_gapfill</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6015">Correct row count in EXPLAIN ANALYZE INSERT .. ON CONFLICT output</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6035">Fix server crash on UPDATE of compressed chunk</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6044">Fix server crash when using duplicate segmentby column</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6045">Fix segfault in set_integer_now_func</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6053">Fix approximate_row_count for CAggs</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6081">Improve compressed DML datatype handling</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6084">Propagate parameter changes to decompress child nodes</a></li><li><a href="https://github.com/timescale/timescaledb/pull/6102">Schedule compression policy more often</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[PgBouncer 1.21.0 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/cbc854ef-f686-4dbd-9ec0-d34e41910e5c</link>
            <guid isPermaLink="false">cbc854ef-f686-4dbd-9ec0-d34e41910e5c</guid>
            <pubDate>Wed, 01 Nov 2023 06:07:00 GMT</pubDate>
            <description><![CDATA[<p>The PgBouncer connection pooler for PostgreSQL 1.21.0 is now available for Aiven for PostgreSQL®. It introduces new features, changes, and bug fixes.</p><p><strong>New features</strong></p><p>Introduces support for protocol-level named prepared statements: Using prepared statements together with PgBouncer can reduce the CPU load on your system.</p><p><strong>Changes</strong></p><ul><li>Improves security for default TLS settings and changes required for the FIPS compliance.</li><li>Discontinues support for UDNS.</li></ul><p><strong>Bug fixes</strong></p><ul><li>Fixes the crash with error message <code>FATAL in function client_proto(): bad client state: 6/7</code> [<a href="https://github.com/pgbouncer/pgbouncer/pull/928">#928</a>] (the bug introduced in 1.18.0).</li><li>Fixes the crash with error message <code>FATAL in function server_proto(): server in bad state: 11</code> [<a href="https://github.com/pgbouncer/pgbouncer/pull/927">#927</a>] (the bug introduced in 1.18.0).</li><li>Reduces cancellation sending log level [<a href="https://github.com/pgbouncer/pgbouncer/pull/903">#903</a>].</li><li>Fixes the slog log prefix for peers [<a href="https://github.com/pgbouncer/pgbouncer/pull/922">#922</a>].</li><li>Fixes typos in the docs [<a href="https://github.com/pgbouncer/pgbouncer/pull/932">#932</a>].</li><li>Fixes errors pointed out by the static analyzer [<a href="https://github.com/pgbouncer/pgbouncer/pull/943">#943</a>].</li><li>Prevents killing all waiting clients on temporary <code>FATAL</code> errors during logging in [<a href="https://github.com/pgbouncer/pgbouncer/pull/946">#946</a>].</li><li>Enables using the auto-database when a database in <code>auth_dbname</code> is not explicitly configured [<a href="https://github.com/pgbouncer/pgbouncer/pull/921">#921</a>].</li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[OpenSearch® Dashboard availability during minor version upgrades]]></title>
            <link>https://aiven.io/changelog/9e8931ba-9b5b-4230-a9ce-b0266d25911a</link>
            <guid isPermaLink="false">9e8931ba-9b5b-4230-a9ce-b0266d25911a</guid>
            <pubDate>Fri, 13 Oct 2023 12:30:25 GMT</pubDate>
            <description><![CDATA[<p>Starting with Aiven for OpenSearch® versions 1.3.13 and 2.10, Aiven for OpenSearch® Dashboards will remain available during minor version upgrades. This enhancement ensures uninterrupted access to OpenSearch Dashboards even during the upgrade process.</p><p>For more information, see <a href="https://docs.aiven.io/docs/products/opensearch/dashboards">OpenSearch® Dashboards</a>. </p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Grafana® version 10]]></title>
            <link>https://aiven.io/changelog/af2cb97c-f4de-4127-8865-fb8761389979</link>
            <guid isPermaLink="false">af2cb97c-f4de-4127-8865-fb8761389979</guid>
            <pubDate>Thu, 21 Sep 2023 08:11:13 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Grafana has been upgraded to version 10. This version introduces several new features, but it also includes breaking changes.<br/><br/><strong>Breaking changes<br/></strong><br/>To ensure a smooth upgrade, review the list of breaking changes. For detailed information, see <a href="https://grafana.com/docs/grafana/latest/breaking-changes/breaking-changes-v10-0/">Breaking changes in Grafana v10.0</a>.<br/><br/><strong>Key new features</strong></p><ul><li><strong>Canvas panel:</strong> A dynamic platform for data visualization is now generally available.</li><li><strong>Enhanced data source selection</strong>: A revamped process for data source selection, making it more intuitive and efficient.</li><li><strong>Time series regional support</strong>: Introducing time regions to the time series panel for improved data representation.</li><li><strong>Annotation filtering</strong>: Refine and filter dashboard annotations for a clutter-free view.</li><li><strong>Revamped log context</strong>: Experience a redesigned log context interface optimized for consistency and user-friendliness.</li><li><strong>Multi-data source queries in Explore</strong>: Dive deeper by querying multiple data sources concurrently in Explore.</li></ul><p>For a complete list of new features and improvements, see <a href="https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v10-0/#whats-new-in-grafana-v100">Grafana v10.0 documentation</a>.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[OpenSearch security plugin now supported in Aiven Provider for Terraform]]></title>
            <link>https://aiven.io/changelog/6f6ae304-1849-4131-be79-e4af5db8f495</link>
            <guid isPermaLink="false">6f6ae304-1849-4131-be79-e4af5db8f495</guid>
            <pubDate>Tue, 19 Sep 2023 10:40:00 GMT</pubDate>
            <description><![CDATA[<p>Version 4.9.0 supports the <a href="https://opensearch.org/docs/latest/security/index/">OpenSearch security plugin</a> with the <code>aiven_opensearch_security_plugin_config</code> resource. For more information and example usage, check out the <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/opensearch_security_plugin_config">documentation</a>.</p><p>The following fields in the <code>aiven_project</code> resource have been deprecated in this release:</p><ul><li><code>add_account_owners_admin_access</code></li><li><code>use_source_project_billing_group</code></li></ul><p>This release also includes several fixes. For details, view the <a href="https://github.com/aiven/terraform-provider-aiven/blob/main/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.11.2 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/7095ec68-9abd-4c26-942f-0ce421fb91d6</link>
            <guid isPermaLink="false">7095ec68-9abd-4c26-942f-0ce421fb91d6</guid>
            <pubDate>Mon, 11 Sep 2023 13:16:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.11.2 is now available for Aiven for PostgreSQL®. It introduces new features and bug fixes on top of release 2.11.1.</p><p><strong>Key features</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/5923">Feature flags for TimescaleDB features</a></li></ul><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/5680">Fix DISTINCT query with JOIN on multiple segmentby columns</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5774">Fixed two bugs in decompression sorted merge code</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5786">Ensure pg_config --cppflags are passed</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5906">Fix quoting owners in sql scripts</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5912">Fix crash in 1-step integer policy creation</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Organization units, users, and groups are now generally available]]></title>
            <link>https://aiven.io/changelog/7d50b549-6a64-48e5-b753-4de0a47e27ab</link>
            <guid isPermaLink="false">7d50b549-6a64-48e5-b753-4de0a47e27ab</guid>
            <pubDate>Tue, 05 Sep 2023 08:49:00 GMT</pubDate>
            <description><![CDATA[<p>Building on the organizations feature in the Aiven platform, organizational units, organization users, and groups are now generally available to help you centralize and streamline user and project management.</p><p><strong>Organizational units</strong></p><p>Organizational units give you another level of hierarchy to organize your projects and services. These can be used, for example, to easily split production and testing environments. </p><p>Learn more about how you can <a href="https://docs.aiven.io/docs/platform/concepts/projects_accounts_access">use organizations and organizational units</a> to create a hierarchical structure that fits your needs.</p><p><strong>Organization users and groups</strong></p><p>To reduce the administrative burden of managing users across many projects, users are now centrally managed at the organization level and can be added to groups. Organization admin invite users directly to an organization and then group them together, making it easier to control user access to projects and services.</p><p>Get started with organization users by <a href="https://docs.aiven.io/docs/platform/howto/manage-org-users">inviting users to your organization</a> and <a href="https://docs.aiven.io/docs/platform/howto/list-groups">creating groups</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Upgraded Snowflake connector for Aiven for Apache Kafka®]]></title>
            <link>https://aiven.io/changelog/3af97f6b-ae28-47a6-aadf-4f818def0402</link>
            <guid isPermaLink="false">3af97f6b-ae28-47a6-aadf-4f818def0402</guid>
            <pubDate>Fri, 01 Sep 2023 07:21:57 GMT</pubDate>
            <description><![CDATA[<p>The Snowflake connector for Aiven for Apache Kafka® has been upgraded to version 2.0.1. This version includes bug fixes and enhancements to improve connector performance and reliability. Here are some of the notable changes:</p><ul><li><strong>Data consistency issue fixed </strong>(<a href="https://github.com/snowflakedb/snowflake-kafka-connector/pull/687">SNOW-811265</a>): This version fixes a problem where revoking specific partitions would clear the entire <code>partitionToChannel</code> map, increasing the risk of data inconsistencies. Now, only the partitions that have been revoked are removed.</li><li><strong>New cache for schema queries </strong>(<a href="https://github.com/snowflakedb/snowflake-kafka-connector/pull/683">SNOW-858328</a>): A cache has been added for schema evolution permission queries, reducing the number of queries sent to Snowflake and improving the connector&#x27;s throughput.</li><li><strong>Metrics enhancement</strong>: Minor adjustments to Snowpipe telemetry and JMX metrics have been made, providing more precise and useful data regarding the connector&#x27;s performance and operational status.</li><li><strong>Log level change</strong>: The<strong> Pipe already registered</strong> message has been updated from an error to a warning level, indicating it is a non-critical issue that does not require any configuration changes.</li></ul><p>For a complete list of changes, see the <a href="https://github.com/snowflakedb/snowflake-kafka-connector/compare/v2.0.0...v2.0.1">changelog on </a>GitHub.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[pgvector extension 0.5.0 for Aiven for PostgreSQL® released]]></title>
            <link>https://aiven.io/changelog/1eb3b39e-340d-4552-830f-43784f808c62</link>
            <guid isPermaLink="false">1eb3b39e-340d-4552-830f-43784f808c62</guid>
            <pubDate>Thu, 31 Aug 2023 09:18:00 GMT</pubDate>
            <description><![CDATA[<p>pgvector version 0.5.0 is now available for Aiven for PostgreSQL®.<br/>It introduces new features and bug fixes on top of release 0.4.2.</p><p><strong>Key features</strong></p><ul><li>New<ul><li>HNSW index type</li><li>Support for parallel index builds for IVFFlat</li><li><code>l1_distance</code> function</li><li>Element-wise multiplication for vectors</li><li><code>sum</code> aggregate</li></ul></li><li>Improved<ul><li>Performance of distance functions</li><li>Error message for malformed vector literal</li><li>Cost estimation</li><li>Support for spaces with text input</li></ul></li></ul><p><strong>Bug fixes</strong></p><ul><li>Fixed out of range results for cosine distance</li><li>Fixed results for NULL and NaN distances for IVFFlat</li><li>Fixed segmentation fault with index creation on i386</li><li>Fixed segmentation fault with text input</li><li>Fixed consecutive delimiters with text input</li><li>Fixed infinite and NaN values with binary input</li><li>Fixed infinite values with vector addition and subtraction</li><li>Fixed infinite values with list centers</li><li>Fixed compilation error when <code>float8</code> is pass by reference</li><li>Fixed compilation error on PowerPC</li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Integrate Aiven for Apache Flink® with Google BigQuery]]></title>
            <link>https://aiven.io/changelog/aebbd401-d6a1-413d-92cc-d22430e9fe1a</link>
            <guid isPermaLink="false">aebbd401-d6a1-413d-92cc-d22430e9fe1a</guid>
            <pubDate>Thu, 31 Aug 2023 07:12:00 GMT</pubDate>
            <description><![CDATA[<p>Streamline your real-time analytics by integrating Aiven for Apache Flink® with Google BigQuery, which serves as the data sink. This integration uses the <a href="https://github.com/aiven/bigquery-connector-for-apache-flink">BigQuery Connector for Apache Flink</a>, making streaming and storing large datasets in Google&#x27;s cloud-based data warehouse easier. You can perform this integration using either the Aiven Console or the Aiven client. For more information, see <a href="https://docs.aiven.io/docs/products/flink/howto/connect-bigquery">Integrate Aiven for Apache Flink® with Google BigQuery</a>.</p>]]></description>
            <category>Apache Flink®</category>
        </item>
        <item>
            <title><![CDATA[OpenSearch Security for Aiven for OpenSearch®]]></title>
            <link>https://aiven.io/changelog/da9a5076-d8ff-4eed-8703-c0d18d5d9e7e</link>
            <guid isPermaLink="false">da9a5076-d8ff-4eed-8703-c0d18d5d9e7e</guid>
            <pubDate>Thu, 31 Aug 2023 06:34:51 GMT</pubDate>
            <description><![CDATA[<p>We are excited to announce that OpenSearch Security for Aiven for OpenSearch® is now generally available (GA). This suite of features improves data security by streamlining user access and permission management through the OpenSearch Dashboard.</p><p><br/><strong>Key features: </strong></p><ul><li><strong>Role-based access controls</strong>: Configure advanced security measures, including document-level and field-level security, along with user and role mapping to safeguard sensitive data.</li><li><strong>SAML integration</strong>: Gain seamless access to your OpenSearch Dashboard via your preferred identity provider with our basic SAML integration.</li><li><strong>OpenID Connect integration</strong>: Enhance your authentication options by securely authenticating and authorizing users through OpenID Connect.</li><li><strong>Multi-tenancy support</strong>: Utilize OpenSearch Dashboard multi-tenancy to create isolated spaces for different tenants, each with unique permissions and data access levels.</li><li><strong>Audit logging</strong>: Maintain a comprehensive audit trail with OpenSearch audit logs for compliance and policy enforcement.</li></ul><p>For an in-depth understanding of OpenSearch Security, refer to <a href="https://docs.aiven.io/docs/products/opensearch/concepts/os-security#">OpenSearch Security for Aiven for OpenSearch®</a> documentation.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.8.0 now available]]></title>
            <link>https://aiven.io/changelog/af4f2339-5ede-47b8-ac38-82c05176a445</link>
            <guid isPermaLink="false">af4f2339-5ede-47b8-ac38-82c05176a445</guid>
            <pubDate>Tue, 22 Aug 2023 19:30:00 GMT</pubDate>
            <description><![CDATA[<p>Version 4.8.0 supports organization groups, which provide an easier way to manage access to projects and services.</p><p>The following properties have also been added in this version:</p><ul><li><code>scheduled_rebalance_max_delay_ms</code> property for <code>aiven_kafka</code> and <code>aiven_kafka_connect</code></li><li><code>openid</code> property for <code>aiven_opensearch</code></li><li><code>auto_login</code> property for <code>aiven_grafana</code></li></ul><p>Additionally, this release includes fixes and improvements, including an enhanced go client with advanced retries for better stability.</p><p>For more information on Aiven Provider for Terraform, check out the <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs">documentation</a>.</p><p><br/></p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven Operator for Kubernetes version 0.13.0 now available]]></title>
            <link>https://aiven.io/changelog/7625ed49-9c7f-42f1-9c2b-9ebbd7321571</link>
            <guid isPermaLink="false">7625ed49-9c7f-42f1-9c2b-9ebbd7321571</guid>
            <pubDate>Mon, 21 Aug 2023 07:49:00 GMT</pubDate>
            <description><![CDATA[<p>This version includes:</p><ul><li>Advanced retries in the go client for better stability</li><li>Support for Kafka 3.5</li></ul><p>For details on the updates and deprecations, check out the complete <a href="https://aiven.github.io/aiven-operator/changelog.html">Aiven Operator changelog</a>.</p>]]></description>
            <category>Aiven Operator for Kubernetes</category>
        </item>
        <item>
            <title><![CDATA[New console navigation launched for all users]]></title>
            <link>https://aiven.io/changelog/8cc8f414-1b2b-4f0e-9a3d-e155e83f670f</link>
            <guid isPermaLink="false">8cc8f414-1b2b-4f0e-9a3d-e155e83f670f</guid>
            <pubDate>Thu, 17 Aug 2023 10:39:00 GMT</pubDate>
            <description><![CDATA[<p>We have ended the feature preview for the new console navigation and made it available for all console users. Navigating Aiven Console is now easier and more intuitive for projects and services. The following improvements have been introduced:</p><p><strong>New navigation</strong></p><p>Effortlessly navigate your projects and services via the restructured left-side panels.</p><p><strong>Breadcrumbs</strong></p><p>Jump directly to what you need in your project structure using the new breadcrumbs navigation.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Cluster configuration backups now available on Aiven for Apache Kafka®]]></title>
            <link>https://aiven.io/changelog/ec90638a-4b85-4b11-85d6-0744f313c763</link>
            <guid isPermaLink="false">ec90638a-4b85-4b11-85d6-0744f313c763</guid>
            <pubDate>Wed, 16 Aug 2023 14:49:40 GMT</pubDate>
            <description><![CDATA[<p>We are excited to announce the addition of cluster configuration backups to Aiven for Apache Kafka®. This feature automatically backs up key settings, including topic configurations, Schema Registry details, and Apache Kafka® Connect setups. Stored in the cloud and updated every 3 hours, these backups ensure you can swiftly restore your Kafka® service following any disruptions. For details, refer to our <a href="https://docs.aiven.io/docs/products/kafka/concepts/configuration-backup">Configuration backups documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 15.4, 14.9, 13.12, 12.16, and 11.21]]></title>
            <link>https://aiven.io/changelog/87f9a18a-cb89-4e45-8d80-364e7de47824</link>
            <guid isPermaLink="false">87f9a18a-cb89-4e45-8d80-364e7de47824</guid>
            <pubDate>Thu, 10 Aug 2023 09:34:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 15.4, 14.9, 13.12, 12.16, and 11.21, which contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Cassandra® upgraded to 4.0.11]]></title>
            <link>https://aiven.io/changelog/9a8b2a03-c5c5-4287-bcae-2a958debb01d</link>
            <guid isPermaLink="false">9a8b2a03-c5c5-4287-bcae-2a958debb01d</guid>
            <pubDate>Wed, 09 Aug 2023 12:17:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Cassandra® has been upgraded from version 4.0.4 to version 4.0.11, which contains a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>Check out <a href="https://github.com/apache/cassandra/blob/cassandra-4.0.11/CHANGES.txt">Apache Cassandra release notes</a> for more details about the Apache Cassandra minor releases.</p>]]></description>
            <category>Apache Cassandra®</category>
        </item>
        <item>
            <title><![CDATA[Grafana version 9.5.5 with enhanced OAuth configuration and security]]></title>
            <link>https://aiven.io/changelog/b8847045-d00d-45c9-aaed-64247432debc</link>
            <guid isPermaLink="false">b8847045-d00d-45c9-aaed-64247432debc</guid>
            <pubDate>Wed, 09 Aug 2023 08:26:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Grafana now supports Grafana version 9.5.5, which brings an upgraded email lookup mechanism for OAuth, enhancing overall system security. This version also allows users to revert to the prior behavior observed in Grafana version 9.5.3 using the <code>oauth_allow_insecure_email_lookup</code> configuration option. However, enabling this option may expose the system to a critical authentication bypass vulnerability (<a href="https://cve.report/CVE-2023-3128">CVE-2023-3128</a>) when using Azure AD OAuth. For more information, see <a href="https://docs.aiven.io//docs/products/grafana/howto/oauth-configuration.html">Grafana® OAuth configuration and security considerations</a> documentation.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka now supports Apache Kafka version 3.5.0]]></title>
            <link>https://aiven.io/changelog/7f8d6f5a-f04f-40ae-a624-4dda404e543e</link>
            <guid isPermaLink="false">7f8d6f5a-f04f-40ae-a624-4dda404e543e</guid>
            <pubDate>Wed, 02 Aug 2023 16:15:57 GMT</pubDate>
            <description><![CDATA[<p>We are happy to announce that Aiven for Apache Kafka now supports Apache Kafka version 3.5.0. This new version brings several key improvements and bug fixes that enhance the stability of our clusters and reduce the chances of losing customer data.</p><p><strong>Key features:</strong></p><ul><li><strong>Improved stability with <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-903%3A+Replicas+with+stale+broker+epoch+should+not+be+allowed+to+join+the+ISR">KIP-903</a>:</strong> This feature prevents replicas with stale broker epochs from joining the ISR, thereby improving the overall stability of the clusters.</li><li><strong>Full support for distributed mode in MirrorMaker 2.0 clusters (<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-710%3A+Full+support+for+distributed+mode+in+dedicated+MirrorMaker+2.0+clusters">KIP-710</a>):</strong> MirrorMaker 2.0 now fully supports dynamic topic and group filter changes in distributed mode, resolving a previous issue where MirrorMaker would not react properly to these changes.</li><li><strong>First-class offset support in Kafka Connect (<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-875%3A+First-class+offsets+support+in+Kafka+Connect">KIP-875</a>):</strong> Kafka Connect now supports resetting offsets, allowing logs to be reproduced from the beginning if something goes wrong.</li><li><strong>Enhancements to Kafka Streams:</strong> Kafka Streams now have better exception handling with <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-399%3A+Extend+ProductionExceptionHandler+to+cover+serialization+exceptions">KIP-399</a> and a versioned state store with <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-889%3A+Versioned+State+Stores">KIP-889</a>.</li></ul><p><strong>Bug fixes:</strong></p><ul><li><strong>Fix for CooperativeStickyAssignor (<a href="https://issues.apache.org/jira/browse/KAFKA-14639">KAFKA-14639</a>):</strong> This fix addresses an issue with the CooperativeStickyAssignor that could lead to unexpected results when running multiple consumers in parallel.</li><li><strong>Fix for rebalancing issues (<a href="https://issues.apache.org/jira/browse/KAFKA-13891">KAFKA-13891</a>):</strong> This fix addresses a bug that could cause consumers to rebalance many rounds before becoming stable.</li><li><strong>Fix for MirrorMaker 2.0 offset sync issue (<a href="https://issues.apache.org/jira/browse/KAFKA-12558">KAFKA-12558</a>):</strong> This fix addresses a race condition in MirrorSourceTask where certain partition offsets may never be sent.</li></ul><p>To learn more about Aiven for Apache Kafka, see <a href="https://docs.aiven.io/docs/products/kafka">Aiven documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Organizations are now supported in Aiven Client]]></title>
            <link>https://aiven.io/changelog/e21a4bdb-f930-4f61-b50a-e2d0e6c22d95</link>
            <guid isPermaLink="false">e21a4bdb-f930-4f61-b50a-e2d0e6c22d95</guid>
            <pubDate>Tue, 01 Aug 2023 07:25:44 GMT</pubDate>
            <description><![CDATA[<p>Version 3.0.0 of the Aiven command line interface (CLI) now supports organizations with these new commands:</p><ul><li>Organizations<ul><li><code>avn organization create</code></li><li><code>avn organization list</code></li><li><code>avn organization update</code></li><li><code>avn organization delete</code></li></ul></li><li>Organization users<ul><li><code>avn organization user invite</code></li><li><code>avn organization user list</code></li></ul></li><li>Payment cards<ul><li><code>avn organization card create</code></li><li><code>avn organization card list</code></li><li><code>avn organization card delete</code></li></ul></li></ul><p>The <code>avn card</code> commands are deprecated and will be removed in the next major version.</p><p></p><p>There are also important changes to the <code>avn project create</code> command:</p><ul><li>Added <code>--parent-id</code>, which takes the organization ID or account ID. This will be mandatory in the next major version.</li><li>Deprecated the billing information parameters since these are now used with <code>avn billing-group</code>. These will be removed in the next major version:<ul><li><code>--country-code</code></li><li><code>--billing-address</code></li><li><code>--billing-extra-text</code></li><li><code>--billing-currency</code></li><li><code>--vat-id VAT_ID</code></li><li><code>--billing-email</code></li></ul></li></ul><p>Check out our documentation to <a href="https://docs.aiven.io/docs/tools/aiven-console/howto/create-accounts">learn more about organizations</a>.</p>]]></description>
            <category>Aiven CLI</category>
        </item>
        <item>
            <title><![CDATA[GCP Private Service Connect now supported in Aiven Provider for Terraform]]></title>
            <link>https://aiven.io/changelog/3eac90b9-6af9-4a38-9041-f1c4cc620274</link>
            <guid isPermaLink="false">3eac90b9-6af9-4a38-9041-f1c4cc620274</guid>
            <pubDate>Wed, 19 Jul 2023 13:12:00 GMT</pubDate>
            <description><![CDATA[<p>Google&#x27;s Private Service Connect (PSC) is supported in version 4.8.0 of Aiven Provider for Terraform. For customers who have standardized on Terraform to automate previously manual infrastructure deployment tasks, this update lets you automate time consuming tasks such as managing firewalls, updating network configurations, setting up VPC peering, and more.</p><p></p><p>For more information and an example of how to use this resource, <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs/resources/gcp_vpc_peering_connection">view the documentation</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven Console has a fresh new look]]></title>
            <link>https://aiven.io/changelog/dde7eca8-ad39-4cc8-9936-079c870fe48b</link>
            <guid isPermaLink="false">dde7eca8-ad39-4cc8-9936-079c870fe48b</guid>
            <pubDate>Wed, 19 Jul 2023 11:25:00 GMT</pubDate>
            <description><![CDATA[<p>The Aiven Console has been touched up with new colors, fonts, icons, and illustrations. The updates create a more harmonized and delightful experience for our users.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Confluent BigQuery Connector upgraded to version 2.5.0]]></title>
            <link>https://aiven.io/changelog/71c8f1c8-49ea-40fe-aa58-6bcc8df682e1</link>
            <guid isPermaLink="false">71c8f1c8-49ea-40fe-aa58-6bcc8df682e1</guid>
            <pubDate>Thu, 13 Jul 2023 15:00:06 GMT</pubDate>
            <description><![CDATA[<p>This version of Confluent BigQuery Connector for Aiven Apache Kafka Connect brings several enhancements, fixes, and updates to the connector. It is compatible with previous versions and does not introduce any breaking changes.</p><p>Key highlights:</p><ul><li>You can now send DebeziumTimeStamp fields to BigQuery as they are without any conversion.</li><li>You can use the KIP-610 feature to route errant records to a Dead Letter Queue (DLQ) for later inspection and processing.</li><li>Added a retry mechanism to handle concurrent serialization errors that may occur when merging data in upsert/delete mode.</li></ul><p>For a complete list of changes, see the <a href="https://docs.confluent.io/kafka-connectors/bigquery/current/changelog.html#version-2-4-5">Confluent changelog</a>. To upgrade to this version, apply the<a href="https://docs.aiven.io/docs/platform/concepts/maintenance-window"> service maintenance updates</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[New navigation for projects and services in Aiven Console]]></title>
            <link>https://aiven.io/changelog/681563a5-5039-4338-bfbb-a3d90401a80d</link>
            <guid isPermaLink="false">681563a5-5039-4338-bfbb-a3d90401a80d</guid>
            <pubDate>Thu, 13 Jul 2023 11:36:00 GMT</pubDate>
            <description><![CDATA[<p>Navigating in Aiven Console is now easier and more intuitive both for projects and services. The following improvements have been introduced:</p><p><strong>New navigation</strong></p><p>Effortlessly navigate your projects and services via the restructured left-side panels.</p><p><strong>Breadcrumbs</strong></p><p>Jump directly to what you need in your project structure using the new breadcrumbs navigation.</p><p>Now, you can activate and try out the new navigation before it&#x27;s officially launched. You can switch back to the original navigation in your profile settings &gt; <strong>Feature preview.</strong></p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.7.0 now available]]></title>
            <link>https://aiven.io/changelog/e915e43c-4e4d-4777-926d-c56bf8953ae6</link>
            <guid isPermaLink="false">e915e43c-4e4d-4777-926d-c56bf8953ae6</guid>
            <pubDate>Thu, 13 Jul 2023 09:00:00 GMT</pubDate>
            <description><![CDATA[<p>As part of the continued updates for the organizations and units in Aiven, the <code>aiven_project</code> and <code>aiven_billing_group</code> resources now have a <code>parent_id</code> field, letting you associate your projects and billing groups to your organization in Aiven. The <code>parent_id</code> field accepts the organization ID and account ID. However, the <code>account_id</code> field in these resources will be removed in the next major release.</p><p>A new resource, <code>aiven_organization_user</code> has also been added for managing users at the organization level. </p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.11.1 for Aiven for PostgreSQL released]]></title>
            <link>https://aiven.io/changelog/9307b767-e256-4e1f-8607-04babb2aa5b4</link>
            <guid isPermaLink="false">9307b767-e256-4e1f-8607-04babb2aa5b4</guid>
            <pubDate>Mon, 10 Jul 2023 08:19:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.11.1 is now available for Aiven for PostgreSQL.<br/>It introduces the following bug fixes on top of release 2.11.0:</p><ul><li><a href="https://github.com/timescale/timescaledb/pull/5705">Scheduler accidentally getting killed when calling delete_job</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5742">Fix Result node handling with ConstraintAwareAppend on compressed chunks</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5750">Ensure tlist is present in decompress chunk plan</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5754">Fixed handling of NULL values in bookend_sfunc</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5798">Fixed batch look ahead in compressed sorted merge</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5804">Mark cagg_watermark function as PARALLEL RESTRICTED</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5807">Copy job config JSONB structure into current MemoryContext</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5824">Improve continuous aggregate query chunk exclusion</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to version 3.7.0]]></title>
            <link>https://aiven.io/changelog/1670c08f-6605-4fe8-a341-455aafe990bb</link>
            <guid isPermaLink="false">1670c08f-6605-4fe8-a341-455aafe990bb</guid>
            <pubDate>Thu, 06 Jul 2023 05:25:19 GMT</pubDate>
            <description><![CDATA[<p>Karapace version 3.7.0 is now available, bringing a host of enhancements and bug fixes. The key changes in this release include:</p><ul><li><strong>Consumer Fetch Response</strong>: Added a timestamp to the consumer fetch response to provide more detailed information about data retrieval.</li><li><strong>Exception Handler</strong>: Fixed an issue with the exception handler incorrectly fetching raw schema after deletion.</li><li><strong>Partitioning:</strong> Improved the partitioner to now accurately assign partitions randomly when a key isn&#x27;t provided.</li><li><strong>Inconsistent Schema:</strong> Fixed an issue with inconsistent schema during message production.</li></ul><p>For a complete list of fixes and detailed information, see <a href="https://github.com/aiven/karapace/releases/tag/3.7.0">Karapace release notes.</a></p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Transformations for Apache Kafka® Connect upgraded]]></title>
            <link>https://aiven.io/changelog/5647651d-34f9-487d-a2ac-2a7f15c24f48</link>
            <guid isPermaLink="false">5647651d-34f9-487d-a2ac-2a7f15c24f48</guid>
            <pubDate>Wed, 28 Jun 2023 06:44:52 GMT</pubDate>
            <description><![CDATA[<p>We are excited to announce that Aiven Transformations for Apache Kafka® Connect has been upgraded to version 1.5.0. This release rolls out new features, improvements, and updated dependencies.</p><ul><li><strong>New Single Message Transform (SMT) implementation</strong>: Introducing <code>ExtractTopicFromValueSchema</code>, a new SMT allowing more flexible topic management by extracting topics from value schemas.</li><li><strong>Extended support for schema-less values in <code>ExtractTopic</code> transform: </strong>The <code>ExtractTopic</code> transform now provides extended support for schema-less values, including maps and primitive values, in addition to schema-based values</li><li><strong>Dependency Upgrades</strong>: This release includes multiple dependency upgrades.</li></ul><p>For detailed information, refer to <a href="https://github.com/aiven/transforms-for-apache-kafka-connect/releases/tag/v1.5.0">GitHub Release</a>.</p>]]></description>
            <category>Apache Kafka® Connect</category>
        </item>
        <item>
            <title><![CDATA[Karapace version 3.14.0]]></title>
            <link>https://aiven.io/changelog/ca65a8e2-cca6-49bc-9112-fccbf57145af</link>
            <guid isPermaLink="false">ca65a8e2-cca6-49bc-9112-fccbf57145af</guid>
            <pubDate>Mon, 26 Jun 2023 06:02:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace has been upgraded to version 3.14.0. Key changes introduced in this release:</p><p><strong>New Feature:</strong></p><ul><li>Introduced a new master coordinator that uses the `<code>aiokafka`</code> library, enhancing performance and reliability by improving server change handling and enabling asynchronous operations.</li></ul><p><strong>Enhancements and fixes:</strong></p><ul><li>Fixed cache management to selectively update only required metadata segments instead of full replacement.</li><li>Fixed offset management to move offsets consistently, even with invalid JSON records, preventing processing delays.</li><li>Refactored schema version resolution and validation logic, including support for &#x27;-1&#x27; as the latest version.</li><li>Refactored version class to remove integer inheritance, enhancing its structure for stronger typing and robustness.</li><li>Increased test coverage to encompass JSON schema validation across varied subjects.</li><li>Implemented tests for storing soft-deleted schemas post-compaction to ensure accessibility and resolve previous visibility issues.</li><li>Removed <code>`kafka-python</code>` dependency, transitioning error mappings to the `<code>aiokafka</code>` library.</li></ul><p>For a complete list of fixes and detailed information, see the <a href="https://github.com/Aiven-Open/karapace/releases/tag/3.14.0">Karapace release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Manage resource consumption with Quotas in Aiven for Apache Kafka®]]></title>
            <link>https://aiven.io/changelog/d3fbc4de-ad07-49cd-bf4f-95ee4104177b</link>
            <guid isPermaLink="false">d3fbc4de-ad07-49cd-bf4f-95ee4104177b</guid>
            <pubDate>Mon, 19 Jun 2023 16:00:00 GMT</pubDate>
            <description><![CDATA[<p>You can now control the network throughput and CPU usage of your Kafka clients with the new Quotas feature in Aiven for Apache Kafka. Quotas allow you to set limits on how much bandwidth and processing power each client can consume, ensuring a balanced distribution of resources and improving the system&#x27;s performance. This feature helps prevent resource depletion and enhances the efficiency of your Kafka service. To learn more about Quotas and how to add quotas, see <a href="https://docs.aiven.io/docs/products/kafka/concepts/kafka-quotas">Quotas documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[OpenSearch® 2.8.0 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/6ed4a637-0243-4bce-b000-a47028a2f51f</link>
            <guid isPermaLink="false">6ed4a637-0243-4bce-b000-a47028a2f51f</guid>
            <pubDate>Fri, 16 Jun 2023 07:13:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch®service now supports OpenSearch 2.8.0, the latest version packed with several new features and improvements. Some of the key highlights of what&#x27;s new in this version:</p><ul><li><strong>Query your data across OpenSearch clusters with PPL:</strong> PPL (Piped Processing Language) is a new query language that allows you to run SQL-like queries on your OpenSearch data. You can also use PPL to query data from multiple OpenSearch clusters, making it easier to analyze and visualize data from different sources.</li><li><strong>Simplify index management tasks:</strong> You can now use index templates and component templates to define settings, mappings, and aliases for your indices.</li><li><strong>Search pipelines experimental feature:</strong> Search pipelines let you transform and enrich your search results with custom logic. You can use search pipelines to modify the relevance score, add or remove fields, or apply any other logic that suits your use case.</li><li><strong>Enhancements to existing features:</strong> Existing features have been enhanced, including support for the latest version of OpenSearch Dashboards, default activation of cross-cluster replication, and an upgrade to the underlying OpenSearch version.</li></ul><p>To upgrade to this version, apply the<a href="https://docs.aiven.io/docs/platform/concepts/maintenance-window"> service maintenance updates</a>. For information on Aiven for OpenSearch, see the <a href="https://docs.aiven.io/docs/products/opensearch">documentation</a>.<br/>To learn more, see <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.8.0.md">OpenSearch and OpenSearch Dashboards 2.8.0 Release Notes</a>. </p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[pgvector now available for Aiven for PostgreSQL]]></title>
            <link>https://aiven.io/changelog/5b3b0908-8df6-46f9-8cf4-50a28e7e397b</link>
            <guid isPermaLink="false">5b3b0908-8df6-46f9-8cf4-50a28e7e397b</guid>
            <pubDate>Wed, 14 Jun 2023 09:07:00 GMT</pubDate>
            <description><![CDATA[<p>The pgvector extension is now available for Aiven for PostgreSQL.</p><p>pgvector is a PostgreSQL extension that allows efficient handling of high-dimensional vector data within the PostgreSQL database for tasks such as similarity search and machine learning.</p><p>For more information, see the <a href="https://github.com/pgvector/pgvector#readme">pgvector documentation</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.11.0 for Aiven for PostgreSQL released]]></title>
            <link>https://aiven.io/changelog/a551ed3c-3b74-427f-aa73-2ccc858b044d</link>
            <guid isPermaLink="false">a551ed3c-3b74-427f-aa73-2ccc858b044d</guid>
            <pubDate>Mon, 12 Jun 2023 09:44:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension version 2.11.0 is now available for Aiven for PostgreSQL. It contains new features and various bug fixes on top of release 2.10.3.</p><p><strong>Key features</strong></p><ul><li>Support for DML operations on compressed chunks<ul><li><code>UPDATE/DELETE</code> support</li><li>Support for unique constraints on compressed chunks</li><li>Support for <code>ON CONFLICT DO UPDATE</code></li><li>Support for <code>ON CONFLICT DO NOTHING</code></li></ul></li><li>Join support for hierarchical Continuous Aggregates</li></ul><p><strong>All features</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/5212">Allow pushdown of reference table joins</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5221">Improve Realtime Continuous Aggregate performance</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5252">Improve unique constraint support on compressed hypertables</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5339">Support UPDATE/DELETE on compressed hypertables</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5344">Enable JOINS for Hierarchical Continuous Aggregates</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5361">Add parallel support for partialize_agg()</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5417">Refactor and optimize distributed COPY</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5454">Add support for ON CONFLICT DO UPDATE for compressed hypertables</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5547">Skip Ordered Append when only 1 child node is present</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5510">Propagate vacuum/analyze to compressed chunks</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5584">Reduce decompression during constraint checking</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5530">Optimize compressed chunk resorting</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5639">Support sending telemetry event reports</a></li></ul><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/5396">Fix SEGMENTBY columns predicates to be pushed down</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5427">Handle user-defined FDW options properly</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5442">Decompression may have lost DEFAULT values</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5459">Fix issue creating dimensional constraints</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5570">Improve interpolate error message on datatype mismatch</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5573">Fix unique constraint on compressed tables</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5615">Add permission checks to run_job()</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5614">Enable run_job() for telemetry job</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5578">Fix on-insert decompression after schema changes</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5613">Quote username identifier appropriately</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5525">Fix tablespace for compressed hypertable and corresponding toast</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5642">Fix ALTER TABLE SET with normal tables</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5666">Reduce memory usage for distributed analyze</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5668">Fix subtransaction resource owner</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5680">Fix DISTINCT query with JOIN on multiple segmentby columns</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven's OpenSearch Connector for Apache Kafka version 3.1.0]]></title>
            <link>https://aiven.io/changelog/a9ac9f85-4a7b-43cc-8e11-7c76727fa469</link>
            <guid isPermaLink="false">a9ac9f85-4a7b-43cc-8e11-7c76727fa469</guid>
            <pubDate>Wed, 07 Jun 2023 06:43:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven&#x27;s OpenSearch Connector for Apache Kafka has been updated to version 3.1.0.</p><p><strong>Important: </strong>This connector version includes breaking changes on the code level. If you have manually created data stream integrations using the previous version, these changes may impact your existing integrations.</p><p>Key highlights:</p><ul><li><strong>Dead-letter Queue support:</strong> This release introduces support for the Dead-letter queue, which captures events that failed to be indexed in OpenSearch. The Dead-letter queue enhances fault tolerance and error handling by providing a separate queue for troubleshooting and analyzing indexing failures. For more information, see <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-298%3A+Error+Handling+in+Connect#KIP298:ErrorHandlinginConnect-DeadLetterQueue(forSinkConnectorsonly)">Error Handling in Connect</a>.</li><li><strong>Configuration settings updated:</strong> The configuration settings related to handling rejected records and version conflicts in OpenSearch have been updated. </li></ul><p>For more information, see <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/releases/tag/v3.0.0">release notes</a> and <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/blob/main/docs/opensearch-sink-connector-config-options.rst">OpenSearch Sink Connector Configuration Options</a>.</p><p></p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Improved invoices view]]></title>
            <link>https://aiven.io/changelog/eea9a3b7-2c06-41c9-a45c-d80d50e558fa</link>
            <guid isPermaLink="false">eea9a3b7-2c06-41c9-a45c-d80d50e558fa</guid>
            <pubDate>Tue, 06 Jun 2023 13:12:00 GMT</pubDate>
            <description><![CDATA[<p>The invoices view has been enhanced to make it easier to see the status of your payments. You can also find all of your invoices in one place in the billing section instead of viewing each separately in the billing groups. Invoices can be filtered by the billing group and time period.</p><p>More information on billing is available in the <a href="https://docs.aiven.io/docs/platform/concepts/list-billing">documentation</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Payment cards have been moved to the billing section]]></title>
            <link>https://aiven.io/changelog/0ff653ed-0b7a-437b-b1db-8034aa4758f5</link>
            <guid isPermaLink="false">0ff653ed-0b7a-437b-b1db-8034aa4758f5</guid>
            <pubDate>Thu, 01 Jun 2023 15:24:00 GMT</pubDate>
            <description><![CDATA[<p>The payment options have moved from the user profile to the billing section. All credit cards you add for your organization can be viewed and edited here. For instructions on managing payment cards, see the <a href="https://docs.aiven.io/docs/platform/howto/manage-payment-card">documentation</a>. </p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Upgraded Snowflake connector for Aiven for Apache Kafka®]]></title>
            <link>https://aiven.io/changelog/d0c8415f-2247-4a03-8284-8651e838909e</link>
            <guid isPermaLink="false">d0c8415f-2247-4a03-8284-8651e838909e</guid>
            <pubDate>Fri, 26 May 2023 08:00:00 GMT</pubDate>
            <description><![CDATA[<p>The Snowflake sink connector for Aiven for Apache Kafka® has been upgraded to version 1.9.3. This version brings several new features, important configuration changes, and improved error handling.</p><p><strong>New features</strong></p><ul><li><strong>Support for n:1 topics:table</strong> (<a href="https://github.com/snowflakedb/snowflake-kafka-connector/pull/459">SNOW-514303</a>): The connector now supports mapping multiple Kafka topics to a single Snowflake table.</li><li><strong>Schema mapping</strong> (<a href="https://github.com/snowflakedb/snowflake-kafka-connector/pull/467">SNOW-625820</a>): The connector has enhanced support for schema mapping, allowing you to map Kafka topic schemas to Snowflake table schemas, providing flexibility and control over how your data is structured in Snowflake.</li><li><strong>Auto table creation</strong> (<a href="https://github.com/snowflakedb/snowflake-kafka-connector/pull/470">SNOW-628677</a>): This new feature enables the automatic creation of Snowflake tables to store Kafka data, reducing manual configuration requirements.</li></ul><p><strong>Configuration changes</strong></p><ul><li><strong>Exactly once for streaming ingest </strong>(<a href="https://github.com/snowflakedb/snowflake-kafka-connector/pull/391">SNOW-536429</a>)<strong>: </strong>Configuration support has been introduced for exactly-once semantics during streaming data ingestion, guaranteeing data consistency and integrity.</li></ul><p><strong>Improvements in error handling</strong></p><ul><li><strong>Offset token retries </strong>(<a href="https://github.com/snowflakedb/snowflake-kafka-connector/pull/398">SNOW-543664</a> and <a href="https://github.com/snowflakedb/snowflake-kafka-connector/pull/400">SNOW-451197</a>): The handling of failed offset tokens has been improved, including incorporating automatic retries and offset replays for heightened reliability.</li><li><strong>Handling of failed insert rows and delivery to Dead-Letter Queue (DLQ)</strong> (<a href="https://github.com/snowflakedb/snowflake-kafka-connector/pull/401">SNOW-530369</a>): Improved failure handling for row insertion has been implemented along with the new functionality to deliver failed records to a DLQ.</li><li><strong>Implementation of ErrantRecordReporter </strong>(<a href="https://github.com/snowflakedb/snowflake-kafka-connector/pull/392">SNOW-530369</a>): Kafka records from the sink connector can be transferred to the DLQ for further analysis and reprocessing.</li></ul><p>In addition to the above, there have also been updates to dependencies and multiple bug fixes to improve the overall performance and stability of the Snowflake Kafka Connector. For a comprehensive overview of all the changes, see the <a href="https://github.com/snowflakedb/snowflake-kafka-connector/compare/v1.7.1...v1.9.3">changelog on </a>GitHub. To learn how to use this connector, see <a href="https://docs.aiven.io/docs/products/kafka/kafka-connect/howto/snowflake-sink-prereq">Configure Snowflake for a sink connector</a>.</p><p><br/></p><p></p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Organizations list now available in the user profile]]></title>
            <link>https://aiven.io/changelog/0d32d875-d8c7-425e-9475-568c326432e8</link>
            <guid isPermaLink="false">0d32d875-d8c7-425e-9475-568c326432e8</guid>
            <pubDate>Thu, 25 May 2023 06:48:00 GMT</pubDate>
            <description><![CDATA[<p>It’s now easier to see all of the organizations you belong to. </p><p>In your user profile, the new organizations tab has a list of all of your organizations. The create organization button has also moved from the organizations drop-down menu to the user profile.</p><p>Check out the documentation to learn more about <a href="https://docs.aiven.io/docs/platform/concepts/projects_accounts_access">organizations</a> and get instructions on how to <a href="https://docs.aiven.io/docs/tools/aiven-console/howto/create-accounts">create organizations and organizational units</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.4.0 now available]]></title>
            <link>https://aiven.io/changelog/02fc95ab-69a6-406f-b574-260fca31a02b</link>
            <guid isPermaLink="false">02fc95ab-69a6-406f-b574-260fca31a02b</guid>
            <pubDate>Wed, 24 May 2023 14:37:00 GMT</pubDate>
            <description><![CDATA[<p>This release adds support for the new Aiven organizations and organizational units, which replace accounts. Two new resources - <code>aiven_organization</code> and <code>aiven_organizational_unit</code> - were added along with corresponding data sources.</p><p>The following are deprecated:</p><ul><li><code>aiven_account_team_project</code> resource</li><li><code>aiven_account</code> resource</li><li><code>account_id</code> Use <code>id</code> instead.</li><li><code>primary_billing_id</code></li><li><code>owner_team_id</code></li><li><code>is_account_owner</code></li></ul><p></p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[OpenSearch® 2.7.0 is now available on Aiven ]]></title>
            <link>https://aiven.io/changelog/830e47c9-5009-4b49-8e42-91e87c39cf1a</link>
            <guid isPermaLink="false">830e47c9-5009-4b49-8e42-91e87c39cf1a</guid>
            <pubDate>Wed, 24 May 2023 13:10:00 GMT</pubDate>
            <description><![CDATA[<p>We are excited to announce that OpenSearch® 2.7.0 is now available on the Aiven platform for Aiven for OpenSearch® service. This update includes a number of new features, improvements, and bug fixes designed to enhance your experience and provide more powerful tools for data management and analysis.</p><ul><li><strong>Updated OpenSearch reporting plugin engine</strong>: The OpenSearch reporting plugin engine has been updated to enhance the accuracy and efficiency of data reporting.</li><li><strong>CRUD operations on indices with OpenSearch Dashboards</strong>: You can now create, read, update, and delete (CRUD) operations on indices directly through OpenSearch Dashboards. This gives you more control over your data management in one convenient location.</li><li><strong>Jaeger data source for Dashboards observability feature</strong>: Jaeger has been introduced as a new data source in your OpenSearch Dashboards. You can now monitor and troubleshoot transactions in complex distributed systems using this powerful distributed tracing system.</li><li><strong>Enhancements to OpenSearch Dashboards maps:</strong> There have been substantial enhancements to the OpenSearch Dashboards maps feature. You can now benefit from improved geospatial data visualization, more layer types, and better performance.</li><li><strong>Bug fixes and general improvements:</strong> Addressed various bugs and made general improvements across OpenSearch, Dashboards, and plugins. These fixes and enhancements aim to provide a smoother and more reliable experience while using OpenSearch on the Aiven platform.</li></ul><p>To learn more, see <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.7.0.md">OpenSearch and OpenSearch Dashboards 2.7.0 Release Notes</a>. For information on Aiven for OpenSearch, see the <a href="https://docs.aiven.io/docs/products/opensearch">documentation</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® upgraded to 15.3, 14.8, 13.11, 12.15, and 11.20]]></title>
            <link>https://aiven.io/changelog/db290dd0-d507-40cc-a67f-80d1fa4de3c4</link>
            <guid isPermaLink="false">db290dd0-d507-40cc-a67f-80d1fa4de3c4</guid>
            <pubDate>Mon, 22 May 2023 11:55:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been upgraded to latest minor versions 15.3, 14.8, 13.11, 12.15, and 11.20, which contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extensions 2.10.2 and 2.10.3 for Aiven for PostgreSQL released]]></title>
            <link>https://aiven.io/changelog/5edd8b68-f562-49a2-9c09-f16b6f9f5850</link>
            <guid isPermaLink="false">5edd8b68-f562-49a2-9c09-f16b6f9f5850</guid>
            <pubDate>Mon, 22 May 2023 11:52:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension versions 2.10.2 and 2.10.3 are now available for Aiven for PostgreSQL. They contain various bug fixes on top of release 2.10.1.</p><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/5583">Fix parameterization in DecompressChunk path generation</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5602">Fix broken CAgg with JOIN repair function</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5410">Fix file trailer handling in the COPY fetcher</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5446">Add checks for malloc failure in libpq calls</a></li><li><a href="https://github.com/timescale/timescaledb/issues/5233">Out of on_proc_exit slots on guc license change</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5428">Use consistent snapshots when scanning metadata</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5499">Do not segfault on large histogram() parameters</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5470">Ensure superuser perms during copy/move chunk</a></li><li><a href="https://github.com/timescale/timescaledb/issues/5500">Fix when no FROM clause in continuous aggregate definition</a></li><li><a href="https://github.com/timescale/timescaledb/issues/5433">Fix join rte in CAggs with joins</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5556">Fix duplicated entries on timescaledb_experimental.policies view</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5462">Fix segfault after column drop on compressed table</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5543">Copy scheduled_jobs list before sorting it</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5497">Allow named time_bucket arguments in Cagg definition</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5544">Fix refresh from beginning of Continuous Aggregate with variable time bucket</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5558">Use regrole for job owner</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5542">Enable indexscan on uncompressed part of partially compressed chunks</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Upgraded Splunk sink connector for Aiven for Apache Kafka®]]></title>
            <link>https://aiven.io/changelog/650ba4a0-4a58-43a5-8978-893711e4c755</link>
            <guid isPermaLink="false">650ba4a0-4a58-43a5-8978-893711e4c755</guid>
            <pubDate>Wed, 17 May 2023 13:10:00 GMT</pubDate>
            <description><![CDATA[<p>The Splunk sink connector for Aiven for Apache Kafka has been upgraded to version 2.1.1. This version introduces significant changes and enhancements over the previous version (version 2.0.5). The key highlights of the updates included in this version:</p><ul><li><strong>Kerberos authentication support: </strong>The upgraded connector now offers support for Kerberos authentication, providing users with a more accessible and secure way to authorize their Kafka streams with Splunk.</li><li><strong>Protobuf support: </strong>This connector version includes Protobuf support, simplifying the process of handling and transferring messages in the Protobuf format within the Kafka system.</li><li><strong>Timestamp extraction capability: </strong>This upgraded connector introduces the capability to extract specific timestamps from Kafka messages, allowing for precise timestamp-based operations.</li></ul><p>For more information, see <a href="https://github.com/splunk/kafka-connect-splunk/releases">Splunk Connect for Kafka release notes</a>. For information on how to use this connector, see <a href="https://docs.aiven.io/docs/products/kafka/kafka-connect/howto/splunk-sink">Create a sink connector from Apache Kafka® to Splunk</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Redis version 7.0.11 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/26882296-6c3a-41eb-97bd-46bcb2b41bc8</link>
            <guid isPermaLink="false">26882296-6c3a-41eb-97bd-46bcb2b41bc8</guid>
            <pubDate>Mon, 15 May 2023 10:58:15 GMT</pubDate>
            <description><![CDATA[<p>This version encompasses significant advancements over our previous Aiven version, 7.0.5, incorporating a wide range of updates and enhancements across multiple areas. This release introduces improvements in performance, stability, memory management, and data handling while addressing critical security fixes for known CVE vulnerabilities. <br/><br/>Some of the notable changes are:</p><ul><li><strong>Security fixes</strong>: Includes multiple CVEs (CVE-2022-35977, CVE-2023-22458, CVE-2023-25155, CVE-2022-36021, CVE-2023-28425, and CVE-2023-28856) addressing vulnerabilities related to integer overflow, denial-of-service attacks, assertion failures, and unauthorized access. These fixes enhance the security and stability of Redis.</li><li><strong>Performance improvements</strong>: Several commands and operations have been optimized to enhance speed and efficiency, leading to faster execution and improved overall performance.</li><li><strong>Enhanced functionality</strong>: The latest release introduces a variety of new commands and features that enhance the system&#x27;s capabilities. These include commands for list element manipulation, finding the longest common subsequence between strings, claiming pending stream messages, and managing ACL rules through files.</li><li><strong>Bug fixes</strong>: This release includes multiple bug fixes, resolving issues such as memory leaks, replication failures, cluster crashes, and client tracking errors.</li></ul><p>For more information, see <a href="https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES">Redis releases notes</a>.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka® 3.4.0 now supported on Aiven]]></title>
            <link>https://aiven.io/changelog/86e1cc55-4676-4e29-8c44-1b50928c0ee7</link>
            <guid isPermaLink="false">86e1cc55-4676-4e29-8c44-1b50928c0ee7</guid>
            <pubDate>Mon, 15 May 2023 07:20:00 GMT</pubDate>
            <description><![CDATA[<p>We are excited to announce that Aiven for Apache Kafka® now supports Apache Kafka® 3.4.0, the latest release from the Apache Kafka community. This new version introduces a host of new features and enhancements, detailed in the <a href="https://blogs.apache.org/kafka/entry/what-s-new-in-apache9">Apache Kafka 3.4.0 blog</a> and <a href="https://archive.apache.org/dist/kafka/3.4.0/RELEASE_NOTES.html">Apache Kafka 3.4.0 release notes</a>.</p><p>You can now upgrade your existing Aiven for Apache Kafka service to version 3.4.0 using the Aiven console. For more information on the upgrade procedure, see <a href="https://docs.aiven.io/docs/products/kafka/concepts/upgrade-procedure#">Apache Kafka® upgrade procedure</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Integrate PostgreSQL CDC Connector with Aiven for Apache Flink®]]></title>
            <link>https://aiven.io/changelog/f0a5792c-9ece-4e40-b25b-72e1126f9490</link>
            <guid isPermaLink="false">f0a5792c-9ece-4e40-b25b-72e1126f9490</guid>
            <pubDate>Fri, 12 May 2023 11:15:00 GMT</pubDate>
            <description><![CDATA[<p>Introducing the PostgreSQL CDC Connector for Aiven for Apache Flink. Using this connector, you can track and capture precise row-level changes in your PostgreSQL® database using the Change Data Capture (CDC) technology, seamlessly stream and process real-time data alterations from your PostgreSQL databases with this connector. Integrated with the Debezium engine, the PostgreSQL CDC connector captures changes at a granular level for each table within an event stream.</p><p>To learn more, see <a href="https://docs.aiven.io/docs/products/flink/howto/pg-cdc-connector">Create a PostgreSQL® CDC connector-based Apache Flink®</a>.</p>]]></description>
            <category>Apache Flink®</category>
        </item>
        <item>
            <title><![CDATA[Integrate Apache Kafka® with Aiven for Apache Flink®]]></title>
            <link>https://aiven.io/changelog/96aa7605-386c-4355-b5b5-592fba5025e4</link>
            <guid isPermaLink="false">96aa7605-386c-4355-b5b5-592fba5025e4</guid>
            <pubDate>Fri, 12 May 2023 11:12:06 GMT</pubDate>
            <description><![CDATA[<p>You can now integrate external or self-hosted Apache Kafka® with Aiven for Apache Flink®. This integration allows you to effortlessly develop highly scalable and robust real-time streaming applications. Benefit from the flexibility to connect your Flink applications (jobs) to any Apache Kafka cluster, whether managed by Aiven or self-hosted. To perform this integration, you can use the Aiven CLI or the Aiven Console. <br/><br/>For more information, see <a href="https://docs.aiven.io/docs/products/flink/howto/ext-kafka-flink-integration">Connect Apache Kafka® to Aiven for Apache Flink®</a>.</p><p></p>]]></description>
            <category>Apache Flink®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Operator for Kubernetes version 0.12.0 now available]]></title>
            <link>https://aiven.io/changelog/c8bdacc2-e11b-4152-a926-9a206d05e551</link>
            <guid isPermaLink="false">c8bdacc2-e11b-4152-a926-9a206d05e551</guid>
            <pubDate>Thu, 11 May 2023 09:39:00 GMT</pubDate>
            <description><![CDATA[<p>In this version, prefixes for secrets are now supported, letting you use the same service secrets for an application.</p><p>Prior to this release, using some service secrets at the same time could cause collisions between secret names. For example, using both Redis and Kafka secrets for the same application caused collisions for the <code>HOST</code> and <code>PORT</code> variables. The same was true when using two different Redis services for one application.</p><p>Now you can define a custom <code>prefix</code> for the secrets&#x27; keys in the <code>connInfoSecretTarget</code>. ​By default, the <code>prefix</code> is the <code>kind</code> name in all caps followed by an underscore.</p><p>​For backwards compatibility, this release keeps all the old variable names, but these ​will be removed in a future release. Be sure to prepare your applications for this change.</p><p>For more information and example files, see the <a href="https://aiven.github.io/aiven-operator/api-reference/index.html">API Reference documentation</a>.</p>]]></description>
            <category>Aiven Operator for Kubernetes</category>
        </item>
        <item>
            <title><![CDATA[Aiven JDBC connectors updated to version 6.8.0]]></title>
            <link>https://aiven.io/changelog/4192cfde-a0da-4b65-81b9-76a3a148c351</link>
            <guid isPermaLink="false">4192cfde-a0da-4b65-81b9-76a3a148c351</guid>
            <pubDate>Fri, 28 Apr 2023 15:31:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.8.0. This version of the Aiven JDBC Connector introduces several significant improvements that enhance its configuration, functionality, and reliability. The most notable changes are:</p><ul><li>Unqualified table names in the source connector are now enabled, making it easier to configure and use. A new property, table.names.qualify, is introduced with a default value of true. When set to false, the connector no longer fails if it detects multiple tables with the same unqualified name, and queries are run against the database using unqualified table names.</li><li>Various dependencies have been upgraded to their latest versions.</li></ul><p>For more information, see <a href="https://github.com/aiven/jdbc-connector-for-apache-kafka/releases/tag/v6.8.0">release notes</a> and <a href="https://github.com/aiven/jdbc-connector-for-apache-kafka#documentation">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Operator for Kubernetes version 0.11.0 now available]]></title>
            <link>https://aiven.io/changelog/62468053-605b-476c-870a-5bd576d26215</link>
            <guid isPermaLink="false">62468053-605b-476c-870a-5bd576d26215</guid>
            <pubDate>Tue, 25 Apr 2023 10:23:00 GMT</pubDate>
            <description><![CDATA[<p>The <code>ServiceIntegration</code> kind has a long list of improvements, including: adding <code>SourceProjectName</code> and <code>DestinationProjectName</code> fields, adding validation for several fields, and some fixes.</p><p>This version also includes new <code>annotations</code> and <code>labels</code> fields for the <code>connInfoSecretTarget </code>secret feature.</p><p>For complete details, check out the <a href="https://aiven.github.io/aiven-operator/changelog.html">Aiven Operator changelog</a>.</p>]]></description>
            <category>Aiven Operator for Kubernetes</category>
        </item>
        <item>
            <title><![CDATA[StreamReactor has been updated to version 4.2.0]]></title>
            <link>https://aiven.io/changelog/a628ef05-93eb-431d-acd4-28d4df3b0fb9</link>
            <guid isPermaLink="false">a628ef05-93eb-431d-acd4-28d4df3b0fb9</guid>
            <pubDate>Thu, 20 Apr 2023 06:45:40 GMT</pubDate>
            <description><![CDATA[<p>StreamReactor, a collection of Apache Kafka Connect connectors, has been updated to version 4.2.0. This release of StreamReactor brings several improvements and bug fixes to enhance its overall performance and stability. The key changes include the following:</p><ul><li>Upgraded dependencies to their latest versions.</li><li>Bug fixes related to the MQTT Connector, resulting in a more stable and reliable data transfer between MQTT and other systems.</li><li>This release does not include any breaking changes.</li></ul><p>For more information, see <a href="https://docs.lenses.io/5.1/connectors/release-notes/#420">Stream Reactor release notes</a>. For a list of Stream Reactor connectors supported in Aiven, see <a href="https://docs.aiven.io/docs/products/kafka/kafka-connect/howto/list-source-connectors">Source connectors </a>and <a href="https://docs.aiven.io/docs/products/kafka/kafka-connect/howto/list-sink-connectors">Sink connectors</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Operator for Kubernetes version 0.10.0 now available]]></title>
            <link>https://aiven.io/changelog/233dd54c-9a03-4247-b0ef-55e53a1658c3</link>
            <guid isPermaLink="false">233dd54c-9a03-4247-b0ef-55e53a1658c3</guid>
            <pubDate>Mon, 17 Apr 2023 08:45:00 GMT</pubDate>
            <description><![CDATA[<p>This version has several important improvements and bug fixes, including:</p><ul><li>Aiven API updates for both new and dropped deprecations</li><li>New validations and constraints for an improved user experience</li></ul><p>The documentation continues to be improved, too, with more examples added to the <a href="https://aiven.github.io/aiven-operator/api-reference/index.html">API Reference</a> and a new recipe for <a href="https://aiven.github.io/aiven-operator/resources/postgresql.html#creating-a-postgresql-read-only-replica">creating a PostgreSQL read-only replica</a>.<br/></p><p>For details on the deprecations and fixes, check out the complete <a href="https://aiven.github.io/aiven-operator/changelog.html">Aiven Operator changelog</a>.</p>]]></description>
            <category>Aiven Operator for Kubernetes</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Grafana® version 9.3.11]]></title>
            <link>https://aiven.io/changelog/bb824800-0aa1-4cee-add8-458488700506</link>
            <guid isPermaLink="false">bb824800-0aa1-4cee-add8-458488700506</guid>
            <pubDate>Wed, 12 Apr 2023 09:35:44 GMT</pubDate>
            <description><![CDATA[<p>A stored cross-site scripting (XSS) vulnerability (CVE-2023-1410) was discovered in the Graphite FunctionDescription tooltip of Grafana. The vulnerability was caused by inadequate sanitization of the Function Description value, allowing attackers to host a Graphite instance with modified Function Descriptions containing XSS payloads. </p><p>To address this vulnerability, we recommend upgrading your Aiven for Grafana service to version 9.3.11 by performing a maintenance update. For more information on the security fixes, see <a href="https://grafana.com/blog/2023/03/22/grafana-security-release-new-versions-with-security-fixes-for-cve-2023-1410/">Grafana security release.</a></p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extensions 2.10.0 and 2.10.1 for Aiven for PostgreSQL released]]></title>
            <link>https://aiven.io/changelog/170bcdd0-7eaf-45dd-98e6-919715b9c22c</link>
            <guid isPermaLink="false">170bcdd0-7eaf-45dd-98e6-919715b9c22c</guid>
            <pubDate>Thu, 06 Apr 2023 14:22:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension versions 2.10.0 and 2.10.1 are now available for Aiven for PostgreSQL. They contain new features and bug fixes on top of release 2.9.3.</p><p><strong>Key features</strong></p><ul><li>Joins in continuous aggregates that are defined over hypertables (upcoming in a follow-up release: the support for joins in hierarchical continuous aggregates)</li><li>Re-architecture of how compression works: ~2x improvement on the INSERT rate into compressed chunks.</li><li>Full PostgreSQL 15 support for all existing features (upcoming in a follow-up release: the support for the newly-introduced MERGE command on hypertables)</li></ul><p><strong>Bug fixes</strong></p><ul><li><a href="https://github.com/timescale/timescaledb/pull/5159">Support continuous aggregates names in hypertable_(detailed_)size</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5226">Fix concurrent locking with the chunk_data_node table</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5317">Fix incorrect memory handling</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5336">Use NameData and namestrcpy for names</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5343">Set PortalContext when starting a job</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5360">Fix the uninitialized bucket_info variable</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5362">Make the copy fetcher more asynchronous</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5364">Fix the num_chunks inconsistency in the hypertables view</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5367">Fix the column names handling in old-style continuous aggregates</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5378">Fix the multi-node DML HA performance regression</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5384">Fix the hierarchical continuous aggregates chunk_interval_size</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5304">Fix sub-second intervals in hierarchical continuous aggregates</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5214">Fix the use of the prepared statement in the async module</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5218">Add a role-level security to the job error log</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5239">Fix the next_start calculation for fixed schedules</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5290">Fix the enabling of compression on continuous aggregates with columns requiring quotation marks</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Upgraded Google PubSub connector for Aiven for Apache Kafka®]]></title>
            <link>https://aiven.io/changelog/098f19f4-5a92-4073-aaff-316f6f28c9ea</link>
            <guid isPermaLink="false">098f19f4-5a92-4073-aaff-316f6f28c9ea</guid>
            <pubDate>Fri, 31 Mar 2023 13:55:30 GMT</pubDate>
            <description><![CDATA[<p>The Google PubSub connector for Aiven for Apache Kafka® has been upgraded to version 1.0.0. This latest update includes multiple bug fixes and improvements and preparing the connector for its official release. </p><p>For more information, see the <a href="https://github.com/googleapis/java-pubsub-group-kafka-connector">Google Cloud Pub/Sub Group Kafka Connector</a> GitHub project. For information on using this connector, see <a href="https://docs.aiven.io/docs/products/kafka/kafka-connect/howto/gcp-pubsub-source">Create a Google Pub/Sub source connector to Apache Kafka®</a> and <a href="https://docs.aiven.io/docs/products/kafka/kafka-connect/howto/gcp-pubsub-sink">Create a sink connector from Apache Kafka® to Google Pub/Sub</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Upgraded MongoDB connector for Aiven for Apache Kafka®]]></title>
            <link>https://aiven.io/changelog/64b5af57-c6c8-4f5e-acd7-72afeb25f2b8</link>
            <guid isPermaLink="false">64b5af57-c6c8-4f5e-acd7-72afeb25f2b8</guid>
            <pubDate>Thu, 23 Mar 2023 13:40:00 GMT</pubDate>
            <description><![CDATA[<p>MongoDB Connector for Aiven for Apache Kafka has been upgraded to version 1.9. This update brings additional configurations and some deprecations that may affect future releases.</p><p>Some of the changes introduced in version 1.9 are:</p><ul><li>Deprecated <code>copy.existing</code> property and related properties. Instead, use <code>startup.mode=copy_existing</code> and related properties.</li><li>Added <code>change.stream.full.document.before.change</code> setting to access and configure the pre-image of an update operation in the change stream event document.</li><li>Added <code>publish.full.document.only.tombstones.on.delete</code> setting to send tombstone events when documents are deleted. This setting only applies when <code>publish.full.document.only</code> is <code>true</code>.</li></ul><p>For more information on the upgrade and a complete list of changes, see the <a href="https://www.mongodb.com/docs/kafka-connector/current/whats-new/#what-s-new-in-1.9">official release notes</a>.</p><p>For information on how to use this connector, see <a href="https://docs.aiven.io/docs/products/kafka/kafka-connect/howto/mongodb-poll-source-connector">Create a source connector from MongoDB to Apache Kafka®</a> and <a href="https://docs.aiven.io/docs/products/kafka/kafka-connect/howto/mongodb-sink-mongo">Create a sink connector from Apache Kafka® to MongoDB</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Upgraded Couchbase connector for Aiven for Apache Kafka]]></title>
            <link>https://aiven.io/changelog/b212b423-e4e5-49be-97a6-b24adcd8385b</link>
            <guid isPermaLink="false">b212b423-e4e5-49be-97a6-b24adcd8385b</guid>
            <pubDate>Wed, 22 Mar 2023 13:50:51 GMT</pubDate>
            <description><![CDATA[<p>The Couchbase connector for Aiven for Apache Kafka has been upgraded to version 4.1.11. This version includes enhancements and improvements that offer improved functionality and stability. For a complete list of changes, see the release notes at <a href="https://docs.couchbase.com/kafka-connector/current/release-notes.html#v4.1.11">Release Notes | Couchbase Docs</a>. For information on how to use this connector, see <a href="https://docs.aiven.io/docs/products/kafka/kafka-connect/howto/couchbase-source">Create a source connector from Couchbase to Apache Kafka®</a> and <a href="https://docs.aiven.io/docs/products/kafka/kafka-connect/howto/couchbase-sink">Create a sink connector from Apache Kafka® to Couchbase</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to version 3.4.6]]></title>
            <link>https://aiven.io/changelog/ea4b4fc9-705b-4f7b-bd88-e2fa3811d4fb</link>
            <guid isPermaLink="false">ea4b4fc9-705b-4f7b-bd88-e2fa3811d4fb</guid>
            <pubDate>Mon, 20 Mar 2023 09:30:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace version 3.4.6 is now available, featuring several fixes and improvements to development tools. The key changes in this release are fixes to handling miscellaneous errors and input validation:</p><ul><li>Improved error handling when rejecting invalid input.</li><li>Fixed malformed request handling in subject and compatibility endpoints.</li><li>Fixed handling of invalid schema on REST proxy publish.</li><li>Fixed cancellation handling due to client disconnect.</li></ul><p>For a complete list of fixes and detailed information, see <a href="https://github.com/aiven/karapace/releases/tag/3.4.6">Karapace release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL® updated to 15.2, 14.7, 13.10, 12.14, 11.19]]></title>
            <link>https://aiven.io/changelog/58398b1c-d3b5-443e-88ff-0a81c722ef72</link>
            <guid isPermaLink="false">58398b1c-d3b5-443e-88ff-0a81c722ef72</guid>
            <pubDate>Wed, 15 Mar 2023 13:01:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL® has been updated to latest minor versions 15.2, 14.7, 13.10, 12.14, and 11.19, which contain a variety of fixes to previous versions. </p><p>Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity.</p><p>See <a href="https://www.postgresql.org/docs/release/">PostgreSQL release notes</a> for more details about the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Introducing the new Home view in Aiven Console]]></title>
            <link>https://aiven.io/changelog/dbae871e-d008-4040-9772-b7dde320530b</link>
            <guid isPermaLink="false">dbae871e-d008-4040-9772-b7dde320530b</guid>
            <pubDate>Thu, 09 Mar 2023 11:30:00 GMT</pubDate>
            <description><![CDATA[<p>The new <strong>Home</strong> view in Aiven Console is now available to all organizations on Aiven. Navigate to <strong>Home</strong> if you need the following:</p><ul><li>Quick access to recent projects</li><li>Project health insights with service-level details</li><li>Platform status updates</li><li>Product updates for the Aiven platform</li></ul><p>To explore the <strong>Home </strong>view, select <strong>Home</strong> from the top-level navigation in Aiven Console. If you still don’t have an organization on Aiven, create one to be able to check out this new feature.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Grafana version 9.3.8]]></title>
            <link>https://aiven.io/changelog/09b549d9-220d-4a5b-ab6f-75595fecc607</link>
            <guid isPermaLink="false">09b549d9-220d-4a5b-ab6f-75595fecc607</guid>
            <pubDate>Thu, 09 Mar 2023 09:24:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Grafana has been upgraded to version 9.3.8. With the upgrade to version 9.3.8, Aiven for Grafana now includes critical security fixes for stored XSS vulnerabilities: CVE-2023-0594, CVE-2023-0507, and CVE-2023-22462. </p><p>For all existing Aiven for Grafana services older than 9.3.8, the update to 9.3.8 will be applied as a mandatory maintenance update in the next maintenance window. For more information on the security fixes, see <a href="https://grafana.com/blog/2023/02/28/grafana-security-release-new-versions-with-security-fixes-for-cve-2023-0594-cve-2023-0507-and-cve-2023-22462/">Grafana security release</a>.</p><p></p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Operator for Kubernetes version 0.9.0 now available]]></title>
            <link>https://aiven.io/changelog/9d75fd2d-7e28-4927-bc06-daf3f0fa9204</link>
            <guid isPermaLink="false">9d75fd2d-7e28-4927-bc06-daf3f0fa9204</guid>
            <pubDate>Fri, 03 Mar 2023 14:01:00 GMT</pubDate>
            <description><![CDATA[<p>The latest version features updated user configs, CRD validations rules, and improved stability. It also offers support for read-only replicas and ARM64.</p><p>In addition, support for service integrations have been added for:</p><ul><li>ClickHouse and PostgreSQL</li><li>ClickHouse and Kafka</li><li>AWS CloudWatch</li></ul><p>There are two notable changes for Kafka-specific configuration: min_cleanable_dirty_ratio and metadata.name.</p><p>You can now set the min_cleanable_dirty_ratio Kafka topic configuration parameter with Aiven Operator for Kubernetes. This lets you control how frequently the log compactor cleans the log.</p><p>The metadata.name field is being replaced by the new KafkaTopic.Spec.topicName field. The new field supports additional characters and longer names. It will be required in a future release.</p><p>The <a href="https://aiven.github.io/aiven-operator/">documentation</a> has also been overhauled to provide a better experience. Check it out for more information on the new features.</p>]]></description>
            <category>Aiven Operator for Kubernetes</category>
        </item>
        <item>
            <title><![CDATA[Aiven's OpenSearch Connector for Apache Kafka version 3.0.0]]></title>
            <link>https://aiven.io/changelog/d7fdf4d0-8a4c-4d3f-8380-81270025923c</link>
            <guid isPermaLink="false">d7fdf4d0-8a4c-4d3f-8380-81270025923c</guid>
            <pubDate>Tue, 28 Feb 2023 14:01:40 GMT</pubDate>
            <description><![CDATA[<p>Aiven&#x27;s OpenSearch Connector for Apache Kafka has been updated to version 3.0.0. This connector version includes the following improvements:</p><ul><li>Support for data streams has been added to optimize time-series data management. This simplifies ingesting continuously generated data such as logs, events, and metrics.</li><li>The connector now features <code>index.write.method</code> for improved OpenSearch index control. By default, the ``index.write.method`` is set to <code>insert</code>, which replaces any existing record with the same document ID. Alternatively, users can also use <code>upsert</code> to create a new document if one does not exist or update an existing one.</li></ul><p><strong>Important:</strong> This version includes breaking changes on the code level, which may impact existing data stream integrations that were created manually.<br/><br/>For more information, see <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/releases/tag/v3.0.0">release notes</a> and <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/blob/v2.0.4/docs/opensearch-sink-connector-config-options.rst">OpenSearch sink connector configuration</a> options.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Confluent Avro format support in Aiven for Apache Flink®]]></title>
            <link>https://aiven.io/changelog/cd34ee84-cefc-4ccc-a881-51d2d1e1824a</link>
            <guid isPermaLink="false">cd34ee84-cefc-4ccc-a881-51d2d1e1824a</guid>
            <pubDate>Fri, 24 Feb 2023 14:17:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Apache Flink® now supports Confluent Avro format, a serialization format that can be integrated with a schema registry. This new feature enables users to create a source table in Aiven for Apache Flink® that uses the Confluent Avro data format in conjunction with Karapace, an open-source schema registry for Apache Kafka, allowing for real-time transformations of data streams in the Confluent Avro format. For information on how to use this feature to stream Avro messages, see <a href="https://docs.aiven.io/docs/products/flink/howto/flink-confluent-avro">Create Confluent Avro-based Apache Flink® table</a> documentation. </p>]]></description>
            <category>Apache Flink®</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to version 3.4.5]]></title>
            <link>https://aiven.io/changelog/774b884d-ddab-44ea-a949-0ecee616ad78</link>
            <guid isPermaLink="false">774b884d-ddab-44ea-a949-0ecee616ad78</guid>
            <pubDate>Fri, 24 Feb 2023 12:59:18 GMT</pubDate>
            <description><![CDATA[<p>Karapace version 3.4.5 includes several significant enhancements and fixes. The most notable ones include the following:</p><ul><li><strong>Improved backup creation and restoration:</strong> The backup restoration process has been updated to wait for the message production to complete and will now raise an error if the message is not successfully sent to the restored topic.</li><li><strong>Improved JSON serialization and deserialization handling:</strong> Improved handling for deserialization failures during record consumption, including better error messages and the ability to catch JSON decode errors.</li><li><strong>Avro enum compatibility:</strong> Fixed the compatibility handling for Avro enum symbol additions and removals and enhanced the compatibility result logging for better informative insights.</li><li><strong>Support for UltraJSON:</strong> Karapace now supports using UltraJSON for improved performance.</li></ul><p>To view the complete list of fixes in this version, see <a href="https://github.com/aiven/karapace/releases/tag/3.4.5">Karapace release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[OpenSearch version 1.3.8 now available]]></title>
            <link>https://aiven.io/changelog/2d1e6f89-3715-4aff-973b-921ef5b2256c</link>
            <guid isPermaLink="false">2d1e6f89-3715-4aff-973b-921ef5b2256c</guid>
            <pubDate>Fri, 24 Feb 2023 12:26:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch® now supports OpenSearch version 1.3.8, and users running OpenSearch 1 can choose to upgrade to this version as an update on the Aiven platform. This update brings a host of improvements, such as:</p><ul><li>Enhancements made to cluster config fields for OpenSearch Performance Analyzer</li><li>Windows and Mac CI for OpenSearch Anomaly Detection have been included</li><li>Updates include bug fixes, infrastructure updates, and maintenance enhancements</li></ul><p>For detailed information on the updates in OpenSearch 1.3.8, see <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.8.md">OpenSearch release notes</a> and <a href="https://docs.aiven.io/docs/products/opensearch">Aiven for OpenSearch </a>documentation. </p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 3.13.0 now available]]></title>
            <link>https://aiven.io/changelog/27e19997-e7e6-44d9-8fb0-539eabfc42a9</link>
            <guid isPermaLink="false">27e19997-e7e6-44d9-8fb0-539eabfc42a9</guid>
            <pubDate>Fri, 24 Feb 2023 12:05:19 GMT</pubDate>
            <description><![CDATA[<p>This release features the ability to manually set timeouts for any resource. Previously, this was only possible for specific resources. Additionally, the default timeout values have been unified. They are now set to 20 minutes for all resources.</p><p></p><p>For more information on Aiven Provider for Terraform, see the <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs">documentation</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Aiven Provider for Terraform version 4.0.0 now available]]></title>
            <link>https://aiven.io/changelog/7c6f4674-5dbd-4cb6-894c-e538cf169074</link>
            <guid isPermaLink="false">7c6f4674-5dbd-4cb6-894c-e538cf169074</guid>
            <pubDate>Fri, 24 Feb 2023 11:35:31 GMT</pubDate>
            <description><![CDATA[<p>This version improves the overall stability by removing unneeded logic and refactoring the entirety of the mechanism responsible for user configurable options, introducing strict typing to all the variables there. This should make it clearer to configure the provider. Other changes include:</p><ul><li>schema fields use strict types instead of string</li><li>support for strict types in diff functions</li></ul><p>These deprecated resources have also been removed:</p><ul><li>aiven_database</li><li>aiven_service_user</li><li>aiven_vpc_peering_connection</li><li>aiven_flink_table</li><li>aiven_flink_job</li></ul><p>For more information on Aiven Provider for Terraform, see the <a href="https://registry.terraform.io/providers/aiven/aiven/latest/docs">documentation</a>.</p>]]></description>
            <category>Aiven Terraform provider</category>
        </item>
        <item>
            <title><![CDATA[Introducing organizations and units]]></title>
            <link>https://aiven.io/changelog/d7f0732d-a903-4fd2-ad00-499d06bfe2b3</link>
            <guid isPermaLink="false">d7f0732d-a903-4fd2-ad00-499d06bfe2b3</guid>
            <pubDate>Thu, 16 Feb 2023 13:30:00 GMT</pubDate>
            <description><![CDATA[<p>Accounts in Aiven are being replaced by organizations and organizational units. Organizations and units allow you to globally manage and scale your setup on the Aiven platform. They can be flexibly consolidated into one structure to mirror your own organizational hierarchy.</p><p>Organizations and units also provide:</p><ul><li>Better management of your environments by separating production and testing projects</li><li>Set-and-forget configuration for things like authentication methods and billing</li><li>Simpler management of your projects by centralizing administration</li></ul><p>For more information on organizations and units see the <a href="https://aiven.io/blog/introducing-organizations-and-units-in-aiven">blog post</a> or the <a href="https://docs.aiven.io/docs/platform/concepts/projects_accounts_access">documentation</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.9.3 for Aiven for PostgreSQL released]]></title>
            <link>https://aiven.io/changelog/c8da361e-d8e5-44b4-b47b-c5f9d129476c</link>
            <guid isPermaLink="false">c8da361e-d8e5-44b4-b47b-c5f9d129476c</guid>
            <pubDate>Mon, 13 Feb 2023 11:26:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension 2.9.3 is now available for Aiven for PostgreSQL. This release is a high priority upgrade strongly recommended to be made as soon as possible.</p><p>This release contains the following bug fixes on top of release 2.9.2:</p><ul><li><a href="https://github.com/timescale/timescaledb/pull/4804">Skip bucketing when start or end for a refresh job is null</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5108">Fix column ordering in the compressed table index not following the order of a multi-column segment by definition</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5187">Don&#x27;t enable clang-tidy by default</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5255">Fix year not being considered as a multiple of day/month in hierarchical continuous aggregates</a></li><li><a href="https://github.com/timescale/timescaledb/pull/5259">Lock down search_path in SPI calls</a></li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[End-of-life for Aiven for M3DB service versions 1.1 and 1.2]]></title>
            <link>https://aiven.io/changelog/3641e2be-8d72-4ec8-b6db-6763508ed287</link>
            <guid isPermaLink="false">3641e2be-8d72-4ec8-b6db-6763508ed287</guid>
            <pubDate>Thu, 09 Feb 2023 16:51:00 GMT</pubDate>
            <description><![CDATA[<p>The end-of-life for Aiven for M3DB service versions 1.1 and 1.2 has been announced. As of 01/09/2023, these versions will no longer be supported. To maintain uninterrupted service, upgrade your Aiven for M3DB to version 1.5.&nbsp; Upgrade options are available through both the <a href="https://api.aiven.io/doc/">Aiven APIs</a> and the <a href="https://console.aiven.io/">Aiven console</a> interface. For more details, refer to&nbsp; <a href="https://docs.aiven.io/docs/products/m3db">Aiven for M3DB</a>&nbsp; documentation.</p>]]></description>
            <category>M3</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Flink® in now GA]]></title>
            <link>https://aiven.io/changelog/f8625b6a-82d2-4e67-9c05-987a4f910dab</link>
            <guid isPermaLink="false">f8625b6a-82d2-4e67-9c05-987a4f910dab</guid>
            <pubDate>Wed, 08 Feb 2023 10:40:11 GMT</pubDate>
            <description><![CDATA[<p>We&#x27;ve transitioned Aiven for Apache Flink® from beta to General Availability(GA) with Apache Flink version 1.16. This latest managed service from Aiven offers a streamlined, end-to-end environment for stream processing application development.</p><p>Key highlights of features and enhancements in this release include:</p><ul><li><strong>Easy integration:</strong> Connect to Aiven for Apache Kafka, Aiven for PostgreSQL, and Aiven for OpenSearch with just a few clicks in the Aiven Console.</li><li><strong>Aiven for Flink® applications:</strong> Offers a layer of abstraction that includes source and sink tables definitions, SQL transformation definitions, and deployment parameters. </li><li><strong>Interactive queries:</strong> Preview data of a Flink table or job with our built-in SQL editor without the need to output it to a sink table. Enhance your developer experience with the convenience of our interactive query feature. </li><li><strong>Deployment stage:</strong> Allows you to define execution parameters and reuse savepoints to start an application from an existing state.</li><li><strong>Track Changes with versioning:</strong> Create a new application version every time you change the table or data transformation. Quickly revert to a previous version if needed.</li><li><strong>Improved Checkpoint and Savepoint:</strong> Automates the backup of pipeline state and provides graceful shutdown and startup.</li><li><strong>Enhanced connectors:</strong> Improves the set of connection options, allowing you to stream the result of the data pipeline directly to an OpenSearch index or notify people in Slack.</li></ul><p>For more information, see <a href="https://docs.aiven.io/docs/products/flink">Aiven for Apache Flink</a> documentation.</p>]]></description>
            <category>Apache Flink®</category>
        </item>
        <item>
            <title><![CDATA[TimescaleDB extension 2.9.2 for Aiven for PostgreSQL released]]></title>
            <link>https://aiven.io/changelog/9922b669-deca-4a35-b921-42e6b5ed55f6</link>
            <guid isPermaLink="false">9922b669-deca-4a35-b921-42e6b5ed55f6</guid>
            <pubDate>Thu, 02 Feb 2023 10:34:00 GMT</pubDate>
            <description><![CDATA[<p>TimescaleDB extension 2.9.2 is now available for Aiven for PostgreSQL. TimescaleDB is an open-source relational database extension running on top of PostgreSQL for time-series and analytics purposes. Upgrade to the latest version at your earliest convenience so that you can get major new features and bug fixes to the previous version.</p><p>Key features introduced with this release are the following:</p><ul><li>Hierarchical Continuous Aggregates (aka Continuous Aggregate on top of another Continuous Aggregate)</li><li>Improved <em>time_bucket_gapfill</em> function to allow specifying the timezone to bucket</li><li>Fixed schedules for background jobs and the ability to check job errors</li><li><em>alter_data_node()</em> to change the data node configuration and configure the data node availability.</li></ul>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL 15.1 released]]></title>
            <link>https://aiven.io/changelog/630c9574-41d2-498d-a085-d495a6aea09e</link>
            <guid isPermaLink="false">630c9574-41d2-498d-a085-d495a6aea09e</guid>
            <pubDate>Thu, 02 Feb 2023 10:29:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL 15.1 is now available on the Aiven platform.</p><p>This release comes with a wealth of new capabilities and performance enhancements, such as</p><ul><li>Improved sort performance and compression</li><li>Expressive developer features</li><li>More options for logical replication</li><li>New public schema permissions.</li></ul><p>Learn more on the release in <a href="https://www.postgresql.org/about/news/postgresql-15-released-2526/">PostgreSQL release notes</a>. For information on Aiven for PostgreSQL, see the service’s <a href="https://docs.aiven.io/docs/products/postgresql">documentation</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to version 3.4.4.]]></title>
            <link>https://aiven.io/changelog/a62ad734-c671-48dd-bf31-322b54178bbc</link>
            <guid isPermaLink="false">a62ad734-c671-48dd-bf31-322b54178bbc</guid>
            <pubDate>Fri, 27 Jan 2023 10:40:00 GMT</pubDate>
            <description><![CDATA[<p>Along with other bug fixes, Karapace version 3.4.4 contains the fix for a bug affecting the authorization configuration file updates. Any new Aiven for Apache Kafka service created will now include Karapace version 3.4.4. The existing Aiven for Apache Kafka service users will need to run the maintenance upgrade to use Karapace 3.4.4. To view the complete list of fixes in this version, see <a href="https://github.com/aiven/karapace/releases/tag/3.4.4">Karapace release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Grafana version 9.3.4 is now available.]]></title>
            <link>https://aiven.io/changelog/3858b70c-6605-4d6b-817e-9a6f7400afd5</link>
            <guid isPermaLink="false">3858b70c-6605-4d6b-817e-9a6f7400afd5</guid>
            <pubDate>Fri, 27 Jan 2023 10:39:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Grafana version 9.3.4 is now available. Along with minor version updates, this version also includes the fix for the security vulnerability CVE-2022-23552, a Stored XSS issue affecting the core Geomap and Canvas plugins. To learn more, see <a href="https://github.com/grafana/grafana/blob/main/CHANGELOG.md">Grafana changelog</a>, and <a href="https://docs.aiven.io/docs/products/grafana.html">Aiven for Grafana</a>.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Grafana version 9.3.1 is now available.]]></title>
            <link>https://aiven.io/changelog/119dd28e-3680-427d-9eab-3ddfb0a3a761</link>
            <guid isPermaLink="false">119dd28e-3680-427d-9eab-3ddfb0a3a761</guid>
            <pubDate>Tue, 24 Jan 2023 14:57:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Grafana version 9.3.1 is now available. Along with minor version updates, this version also includes the fix for the security vulnerability, CVE-2022-31097, which was a stored cross-site scripting (XSS) issue in the Unified Alerting feature of Grafana. To learn more, see <a href="https://github.com/grafana/grafana/blob/main/CHANGELOG.md">Grafana changelog</a> and <a href="https://docs.aiven.io/docs/products/grafana.html">Aiven for Grafana</a>.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Reset default user password on Aiven for Redis® services]]></title>
            <link>https://aiven.io/changelog/dcd92590-8911-42da-be70-4252fe68a5bb</link>
            <guid isPermaLink="false">dcd92590-8911-42da-be70-4252fe68a5bb</guid>
            <pubDate>Wed, 11 Jan 2023 14:56:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Redis® services now includes the ability for users to reset their default password via the <a href="https://api.aiven.io/doc/#tag/Service/operation/ServiceUserCredentialsReset">API</a>. This is a crucial security measure that ensures the protection of user data in case of a suspected password compromise. For more information, see <a href="https://api.aiven.io/doc/#section/Introduction">Aiven API documentation</a> and <a href="https://docs.aiven.io/docs/products/redis">Aiven for Redis documentation</a>.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to version 3.4.3.]]></title>
            <link>https://aiven.io/changelog/3c29718c-0cf8-43e4-8f08-ec586749bf06</link>
            <guid isPermaLink="false">3c29718c-0cf8-43e4-8f08-ec586749bf06</guid>
            <pubDate>Mon, 09 Jan 2023 14:55:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace has been upgraded to version 3.4.3. Any new Aiven for Apache Kafka service created will now include Karapace version 3.4.3. The existing Aiven for Apache Kafka service users will need to run the maintenance upgrade to use Karapace 3.4.3. Along with various bug fixes, this version includes the fix for base_uri for REST API consumers, allowing separating intra-cluster Karapace connections from publicly exposed REST API base_uri. To view the complete list of fixes in this version, see <a href="https://github.com/aiven/karapace/releases/tag/3.4.3">Karapace release notes</a>. To know how to enable and use Apache Kafka authorization via REST proxy, see <a href="https://docs.aiven.io/docs/products/kafka/karapace/getting-started.html">Karapace documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Stream Reactor has been updated to version 4.0.0]]></title>
            <link>https://aiven.io/changelog/f5c1476b-d358-4f18-8218-c6c14bb5cf24</link>
            <guid isPermaLink="false">f5c1476b-d358-4f18-8218-c6c14bb5cf24</guid>
            <pubDate>Wed, 04 Jan 2023 14:54:00 GMT</pubDate>
            <description><![CDATA[<p>Stream Reactor, a collection of Apache Kafka Connect connectors, has been updated to version 4.0.0. This update includes a fix for an issue that prevented running the Apache Cassandra Sink connector due to upstream dependency issues. For more information, see <a href="https://docs.lenses.io/5.0/integrations/connectors/sr-release-notes/#400">Release notes</a> and <a href="https://docs.lenses.io/5.0/integrations/connectors/stream-reactor/">Stream Reactor documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch 2.4.1 is now available on the Aiven platform.]]></title>
            <link>https://aiven.io/changelog/7b853317-4788-47a0-ba80-16a8ac740fa9</link>
            <guid isPermaLink="false">7b853317-4788-47a0-ba80-16a8ac740fa9</guid>
            <pubDate>Fri, 30 Dec 2022 14:53:00 GMT</pubDate>
            <description><![CDATA[<p>This release includes improvements for search, analytics, and observability. OpenSearch Dashboards, in particular, have been enhanced with several new features, such as geospatial tools. Improvements include being able to: specify a point in time for queries giving you consistent results that are easier to analyze; upload your own machine learning models to power semantic search; visualize aggregated log data and Prometheus metrics; fine-tune your semantic search models using a query generator model that creates query-response pairs using your documents; index and search geographic points represented as Cartesian coordinates or shapes, and use H3 geospatial indexing system datasets for indexing and visualization with OpenSearch Dashboards coordinate maps. Seamlessly upgrade to OpenSearch 2.4.1 via the Aiven Console, Aiven API, Aiven CLI, or Terraform. For more information, see <a href="https://docs.aiven.io/docs/products/opensearch.html">Aiven for OpenSearch</a> documentation and <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.4.1.md">OpenSearch release notes</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 3.3.1 is now available on Aiven.]]></title>
            <link>https://aiven.io/changelog/074499bc-f4f1-428f-bca7-60ceac657c11</link>
            <guid isPermaLink="false">074499bc-f4f1-428f-bca7-60ceac657c11</guid>
            <pubDate>Fri, 23 Dec 2022 14:51:00 GMT</pubDate>
            <description><![CDATA[<p>Apache Kafka version 3.3.1 is now available on Aiven. It also contains various new features, fixes, and improvements from <a href="https://blogs.apache.org/kafka/entry/what-rsquo-s-new-in">Kafka release 3.3</a>. See <a href="https://downloads.apache.org/kafka/3.3.1/RELEASE_NOTES.html">Release notes 3.3.1</a> and <a href="https://archive.apache.org/dist/kafka/3.3.0/RELEASE_NOTES.html">Release notes 3.3.0</a> for a complete list of changes.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[OpenSearch and OpenSearch Dashboards have been updated to version 1.3.7]]></title>
            <link>https://aiven.io/changelog/af488722-b1a3-4e40-8e6c-b78feebfcb1c</link>
            <guid isPermaLink="false">af488722-b1a3-4e40-8e6c-b78feebfcb1c</guid>
            <pubDate>Fri, 23 Dec 2022 14:49:00 GMT</pubDate>
            <description><![CDATA[<p>OpenSearch and OpenSearch Dashboards have been updated to version 1.3.7. Along with various enhancements, this release includes critical fixes for CVE-2022-38900, where a vulnerability was found in decode-URI-component 0.2.0 and affected improper input validation resulting in DoS. CVE-2022-42889, where a flaw was found in Apache Commons Text packages version 1.5 through 1.9, allowing properties to be dynamically evaluated and expanded. For more information, see <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.7.md">OpenSearch release notes</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven's OpenSearch Connector for Apache Kafka]]></title>
            <link>https://aiven.io/changelog/6550708f-d9d4-4df0-b672-6310ed79da5d</link>
            <guid isPermaLink="false">6550708f-d9d4-4df0-b672-6310ed79da5d</guid>
            <pubDate>Tue, 20 Dec 2022 14:48:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven&#x27;s OpenSearch Connector for Apache Kafka has been updated to version 2.0.4. This connector version includes the strategy configuration key.ignore.id.strategy to provide multiple Document ID generation options. The minimum OpenSearch version compatible with this connector is OpenSearch version 1.3.3. If you are using an older version of OpenSearch, you will need to upgrade to a compatible version to use Aiven&#x27;s OpenSearch Connector for Apache Kafka. To learn more, see <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/releases/tag/v2.0.4">Release notes</a> and <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/blob/v2.0.4/docs/opensearch-sink-connector-config-options.rst">OpenSearch sink connector configuration options</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch now includes additional configuration for Datadog monitoring]]></title>
            <link>https://aiven.io/changelog/f3b61884-6189-48e7-b90b-09f48ef50a32</link>
            <guid isPermaLink="false">f3b61884-6189-48e7-b90b-09f48ef50a32</guid>
            <pubDate>Thu, 08 Dec 2022 15:01:00 GMT</pubDate>
            <description><![CDATA[<p>You can configure Aiven for OpenSearch to send metrics for index_stats, pshard_stats, and pending_task_stats by setting the value opensearch.index_stats_enabled, opensearch.pshard_stats_enabled or opensearch_pending_tasks_stats_enabled to True in the user-config JSON of the Datadog integration via the <a href="https://docs.aiven.io/docs/tools/cli/service/integration.html#avn-service-integration-list">Aiven CLI</a>. For more information on configuring and sending metrics from your Aiven service and Datadog, see <a href="https://docs.aiven.io/docs/integrations/datadog.html">Datadog and Aiven documentation</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven's GCS Sink Connector for Apache Kafka]]></title>
            <link>https://aiven.io/changelog/5f502bd2-dca1-4e7a-97a1-fa03b010b758</link>
            <guid isPermaLink="false">5f502bd2-dca1-4e7a-97a1-fa03b010b758</guid>
            <pubDate>Wed, 07 Dec 2022 15:00:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven&#x27;s GCS Sink Connector for Apache Kafka has been updated to version 0.9.1. This release includes a fix for a bug that caused unnecessary message duplicates in certain circumstances. For more details, see <a href="https://github.com/aiven/gcs-connector-for-apache-kafka/releases/tag/v0.9.1">release notes</a> and <a href="https://github.com/aiven/gcs-connector-for-apache-kafka/tree/v0.9.1">documentation</a> for Aiven&#x27;s GCS Sink Connector for Apache Kafka.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Automatic recreation of replication slots for Aiven for PostgreSQL]]></title>
            <link>https://aiven.io/changelog/7efbb03e-c252-40e6-9309-372cc7ed370b</link>
            <guid isPermaLink="false">7efbb03e-c252-40e6-9309-372cc7ed370b</guid>
            <pubDate>Fri, 02 Dec 2022 15:29:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL now allows replication slots to be recreated in the event of a node replacement. In case of failover or controlled switchover of an Aiven for PostgreSQL service, the replication slots from the old primary service are recreated in the new primary service before opening connections and redirecting the traffic to the new service. The recreation of replication slots feature is enabled automatically and doesn&#x27;t require restarting the nodes. For more information, see <a href="https://docs.aiven.io/docs/products/postgresql/concepts/upgrade-failover.html#recreation-of-replication-slots">Recreation of replication slots</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Customer chat experience has been updated in Aiven Console]]></title>
            <link>https://aiven.io/changelog/a8f427aa-1848-48fe-83c2-38ae9a644c3c</link>
            <guid isPermaLink="false">a8f427aa-1848-48fe-83c2-38ae9a644c3c</guid>
            <pubDate>Thu, 01 Dec 2022 08:54:00 GMT</pubDate>
            <description><![CDATA[<p>We&#x27;ve updated the customer chat experience in Aiven Console. If you need to get in touch with our support team, you can <a href="https://docs.aiven.io/docs/platform/howto/project-support-center.html">create a ticket in the Support Center</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Aiven's S3 Sink Connector for Apache Kafka version 2.12.1.]]></title>
            <link>https://aiven.io/changelog/e38e960f-633e-4580-9480-e458591dfdc3</link>
            <guid isPermaLink="false">e38e960f-633e-4580-9480-e458591dfdc3</guid>
            <pubDate>Mon, 28 Nov 2022 16:07:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven&#x27;s S3 Sink Connector for Apache Kafka has been updated to version 2.12.1. This release includes a fix for a bug that caused unnecessary message duplicates in certain circumstances. For more details, see the <a href="https://github.com/aiven/aiven-kafka-connect-s3/releases/tag/v2.12.1">S3 connector for Apache Kafka changelog</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-s3/tree/v2.12.1">S3 connector for Apache Kafka documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Apache Flink version 1.16.0]]></title>
            <link>https://aiven.io/changelog/0a5f41c8-78aa-457d-a049-16080b2f66a6</link>
            <guid isPermaLink="false">0a5f41c8-78aa-457d-a049-16080b2f66a6</guid>
            <pubDate>Mon, 28 Nov 2022 16:06:00 GMT</pubDate>
            <description><![CDATA[<p>Apache Flink version 1.16.0 is now available on Aiven. Performance improvements for stream processing and batch processing are among the key features and enhancements in this Flink release. For a complete list of features and enhancements, see <a href="https://flink.apache.org/news/2022/10/28/1.16-announcement.html">Apache Flink release notes</a>.</p>]]></description>
            <category>Apache Flink®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Operator for Kubernetes version 0.5.1 is now available.]]></title>
            <link>https://aiven.io/changelog/26ed518d-6e74-493a-9400-c1fb95ed548d</link>
            <guid isPermaLink="false">26ed518d-6e74-493a-9400-c1fb95ed548d</guid>
            <pubDate>Mon, 28 Nov 2022 09:05:00 GMT</pubDate>
            <description><![CDATA[<p>New features in this release include: project VPC references and Aiven default tokens. You can now refer directly from an Aiven service to a VPC configuration without needing the raw VPC ID. This makes it easier to set up VPCs for your projects. You can also now use the default Aiven tokens instead of authSecretReference on resources. By using the default token, you don&#x27;t need to add a secret to every namespace. In addition to these new features, this release introduces parallel processing of resources for improved performance. For more information on Aiven Operator for Kubernetes, see <a href="https://docs.aiven.io/docs/tools/kubernetes.html">the Aiven documentation</a>.</p>]]></description>
            <category>Aiven Operator for Kubernetes</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to version 3.4.2.]]></title>
            <link>https://aiven.io/changelog/557f4328-dd33-4bbc-9b01-f92ed9edc472</link>
            <guid isPermaLink="false">557f4328-dd33-4bbc-9b01-f92ed9edc472</guid>
            <pubDate>Fri, 25 Nov 2022 16:04:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace version 3.4.2 allows you to enable and use Apache Kafka authorization via REST proxy. Any new Aiven for Apache Kafka service created will now include Karapace version 3.4.2. The existing Aiven for Apache Kafka service users will need to run the maintenance upgrade to use Karapace 3.4.2. This version also includes various bug fixes. To view the complete list of fixes in this version, see <a href="https://github.com/aiven/karapace/releases/tag/3.4.2">Karapace release notes</a>. To know how to enable and use Apache Kafka authorization via REST proxy, see <a href="https://docs.aiven.io/docs/products/kafka/karapace/getting-started.html">Karapace documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Karapace versions 3.3.6 and 3.3.7 are now available.]]></title>
            <link>https://aiven.io/changelog/c369e3e0-af46-434c-9a10-9a171a9a5ee2</link>
            <guid isPermaLink="false">c369e3e0-af46-434c-9a10-9a171a9a5ee2</guid>
            <pubDate>Fri, 25 Nov 2022 16:00:00 GMT</pubDate>
            <description><![CDATA[<p>The most significant fixes in Karapace 3.3.6 are: Karapace could change prematurely to a ready state, while replaying the schema data from Kafka. Now, Karapace will only be ready after replaying the most recent known schema data offset from Kafka. Furthermore, when Karapace was not ready, it responded to read requests from an incomplete state. Now, when Karapace is not ready, it forwards requests to the primary node, which will provide an up-to-date response. Additionally, with Karapace version 3.3.7, you can set the Karapace version using the ``KARAPACE_VERSION`` environment variable. For more information, see <a href="https://github.com/aiven/karapace/releases/tag/3.3.6">Release notes for 3.3.6</a> and <a href="https://github.com/aiven/karapace/releases/tag/3.3.7">Release notes for 3.3.7</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL has been updated to 14.6, 13.9, 12.13, and 11.18.]]></title>
            <link>https://aiven.io/changelog/dbaa8829-c4d4-41a7-8e97-0ab4b1275201</link>
            <guid isPermaLink="false">dbaa8829-c4d4-41a7-8e97-0ab4b1275201</guid>
            <pubDate>Wed, 23 Nov 2022 13:16:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL has been updated to latest minor versions 14.6, 13.9, 12.13, and 11.18, which contain a variety of fixes to previous versions. Removing bugs and security vulnerabilities increases database performance, improves service availability, and helps ensure business continuity. See the <a href="https://www.postgresql.org/docs/release\">release notes</a> for more details on the PostgreSQL® minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for MySQL has been updated to version 8.0.30.]]></title>
            <link>https://aiven.io/changelog/84ecd924-6f43-4ad1-85dc-895b8ae2bc39</link>
            <guid isPermaLink="false">84ecd924-6f43-4ad1-85dc-895b8ae2bc39</guid>
            <pubDate>Wed, 23 Nov 2022 13:13:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for MySQL has been updated to minor version 8.0.30. You can now enjoy even more powerful functionality thanks to a variety of improvements that this release introduces, such as bug fixes and new or enhanced features for increasing data security and tuning memory performance. For more details on what this release covers, see <a href="https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-30.html\">Changes in MySQL 8.0.30</a>.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Aiven for ClickHouse has been updated to version 22.8.]]></title>
            <link>https://aiven.io/changelog/bcf599bb-5d3f-4ae6-a152-0214371834cc</link>
            <guid isPermaLink="false">bcf599bb-5d3f-4ae6-a152-0214371834cc</guid>
            <pubDate>Mon, 21 Nov 2022 10:40:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for ClickHouse has been updated from version 21.11 to version 22.8. This change introduces a number of improvements to your managed ClickHouse service(s): new features, performance improvements, and bug fixes. See <a href="https://clickhouse.com/docs/en/whats-new/changelog/#-clickhouse-release-228-2022-08-18">ClickHouse 2022 Changelog</a> for more details on what specific versions cover.</p>]]></description>
            <category>ClickHouse®</category>
        </item>
        <item>
            <title><![CDATA[Karapace upgrade versions 3.3.4 and 3.4.5 are now available.]]></title>
            <link>https://aiven.io/changelog/b8d30315-b86b-43c1-a278-9d36392f8cfe</link>
            <guid isPermaLink="false">b8d30315-b86b-43c1-a278-9d36392f8cfe</guid>
            <pubDate>Sat, 19 Nov 2022 15:59:00 GMT</pubDate>
            <description><![CDATA[<p>Karapace upgraded versions 3.34 and 3.3.5 are now available. These version releases contain a fix for the proper handling of tombstone records during the backup and restore. For more information, see the <a href="https://github.com/aiven/karapace/releases/tag/3.3.5"> Karapace release notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Console has a new look]]></title>
            <link>https://aiven.io/changelog/c00354f3-d7ca-4486-b389-7d29d9930144</link>
            <guid isPermaLink="false">c00354f3-d7ca-4486-b389-7d29d9930144</guid>
            <pubDate>Thu, 10 Nov 2022 15:22:00 GMT</pubDate>
            <description><![CDATA[<p>The Aiven Console has a new look. It includes a new top menu to help you quickly and easily navigate between your accounts and projects and find the most important management features. The new top menu also provides one-click access to important admin and billing functions. To learn more, see <a href="https://docs.aiven.io/docs/tools/aiven-console.html">Aiven Console documentation</a>.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Grafana version 9.2.4.]]></title>
            <link>https://aiven.io/changelog/b921a52b-14da-4c7d-bf75-9fe7b8c775a0</link>
            <guid isPermaLink="false">b921a52b-14da-4c7d-bf75-9fe7b8c775a0</guid>
            <pubDate>Wed, 09 Nov 2022 15:56:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for Grafana version 9.2.4 is now available. Along with minor version updates, this version also includes the fix for CVE-2022-39328: a race condition found in the Grafana code base that allowed an unauthenticated user to query an arbitrary endpoint in Grafana. Aiven for Grafana version 9.2.1 will be updated to 9.2.4 in the next maintenance interval. To learn more, see <a href="https://github.com/grafana/grafana/blob/main/CHANGELOG.md">Grafana changelog</a> and <a href="https://docs.aiven.io/docs/products/grafana.html">Aiven for Grafana</a>.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[max_connections for Aiven for MySQL is now calculated based on the RAM in your service plan.]]></title>
            <link>https://aiven.io/changelog/a9a022d2-3b38-4e14-a43d-10802ca15491</link>
            <guid isPermaLink="false">a9a022d2-3b38-4e14-a43d-10802ca15491</guid>
            <pubDate>Mon, 07 Nov 2022 10:32:00 GMT</pubDate>
            <description><![CDATA[<p><strong>max_connections</strong> for your Aiven for MySQL service is now calculated based on the amount of RAM that your service plan covers, no longer on the amount of unused memory. The value of <strong>max_connections</strong> is fixed per service plan and can be committed to since it doesn&#x27;t change with memory logic modifications. For more information, see <a href="https://docs.aiven.io/docs/products/mysql/concepts/max-number-of-connections.html">MySQL max_connections</a>.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Added support for the Amazon Web Services (AWS) me-central-1 Middle East region]]></title>
            <link>https://aiven.io/changelog/f90f19f6-28a9-453a-8d26-a08c7d2a42e9</link>
            <guid isPermaLink="false">f90f19f6-28a9-453a-8d26-a08c7d2a42e9</guid>
            <pubDate>Tue, 01 Nov 2022 15:04:00 GMT</pubDate>
            <description><![CDATA[<p>aws-me-central-1 has been added as the second Amazon Web Services (AWS) Middle East (ME) region where Aiven services are supported (on top of the existing aws-me-south-1). Now you can select the new aws-me-central-1 region when <a href="https://docs.aiven.io/docs/platform/howto/create_new_service.html">creating a service</a> or as a target region when <a href="https://docs.aiven.io/docs/platform/howto/migrate-services-cloud-region.html">migrating your service</a>. More flexibility in selecting cloud regions means better cloud computing experience, higher resources availability, and improved data security. For the full list of the supported regions, see <a href="https://docs.aiven.io/docs/platform/reference/list_of_clouds.html">List of available cloud regions</a>.</p>]]></description>
            <category>Amazon Web Services</category>
        </item>
        <item>
            <title><![CDATA[Aiven's OpenSearch Connector for Apache Kafka version 1.1.3.]]></title>
            <link>https://aiven.io/changelog/3a31239d-df8d-4a3f-a0c7-261ce9cc4a33</link>
            <guid isPermaLink="false">3a31239d-df8d-4a3f-a0c7-261ce9cc4a33</guid>
            <pubDate>Fri, 28 Oct 2022 14:54:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven&#x27;s OpenSearch Connector for Apache Kafka has been updated to version 1.1.3. This connector version fixes the NullPointerException displayed for the connection.url config property. As a result of the connection.url definition not being set to use the default values, the connector configuration validation failed with a NullPointerException. To learn more, see <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/releases/tag/v1.1.3">Release notes</a> and <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/blob/v1.1.3/docs/opensearch-sink-connector-config-options.rst">OpenSearch sink connector configuration options</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to 3.3.3. ]]></title>
            <link>https://aiven.io/changelog/e651b4b4-ed76-4aa0-a8f0-852555a852e4</link>
            <guid isPermaLink="false">e651b4b4-ed76-4aa0-a8f0-852555a852e4</guid>
            <pubDate>Tue, 25 Oct 2022 14:51:00 GMT</pubDate>
            <description><![CDATA[<p>Along with several fixes, this release of Karapace introduces the feature where the schema record key format is corrected to conform to the expected format so the schemas topic can be compacted accordingly. During restore of the backup, each Kafka record that did not comply with the expected format is now corrected. This release also includes new metrics for observability. For more information, see <a href="https://github.com/aiven/karapace/releases/tag/3.3.3">Karapace release notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Grafana version 9.2.1 is now available.]]></title>
            <link>https://aiven.io/changelog/f50245cd-6256-4102-8513-deac5df78f8a</link>
            <guid isPermaLink="false">f50245cd-6256-4102-8513-deac5df78f8a</guid>
            <pubDate>Mon, 24 Oct 2022 14:48:00 GMT</pubDate>
            <description><![CDATA[<p>This release comprises several fixes and improvements to help you create and share dashboards and alerts. Some of the key highlights in this release include the new panel help option, which enables a new way to connect with support teams about panel issues. A more simplified query variable editor for Grafana Loki. Improvements to access control and Grafana alerting with new error rules. To learn more, see <a href="https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v9-2">What&#x27;s new in Grafana 9.2</a>, <a href="https://github.com/grafana/grafana/blob/main/CHANGELOG.md">Grafana changelog</a>, and <a href="https://docs.aiven.io/docs/products/grafana.html">Aiven for Grafana</a>.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven's OpenSearch Connector for Apache Kafka version 1.1.1.]]></title>
            <link>https://aiven.io/changelog/c5c579a2-875c-487e-9e0f-0b633aac802d</link>
            <guid isPermaLink="false">c5c579a2-875c-487e-9e0f-0b633aac802d</guid>
            <pubDate>Sun, 23 Oct 2022 14:43:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven&#x27;s OpenSearch Connector for Apache Kafka has been updated to version 1.1.1. This connector version includes a fix for the error handling flow in the case when the index name is already taken by an alias or data stream. See the <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/releases/tag/v1.1.1">OpenSearch connector for Apache Kafa release notes</a> and <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/blob/v1.1.1/docs/opensearch-sink-connector-config-options.rst">OpenSearch sink connector configuration options</a> for more information.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Grafana version 9 is now available.]]></title>
            <link>https://aiven.io/changelog/80416008-ac2e-48f4-9d5a-27b3e903b046</link>
            <guid isPermaLink="false">80416008-ac2e-48f4-9d5a-27b3e903b046</guid>
            <pubDate>Tue, 18 Oct 2022 14:40:00 GMT</pubDate>
            <description><![CDATA[<p>This release includes multiple new features and capabilities that significantly improve your monitoring process. The most notable new features include the following:</p><ul><li><strong>Prometheus query builder:</strong> allows you to search and select multiple metrics and labels simultaneously. </li><li><strong>A new heatmap model:</strong> that is highly performant and orders of magnitudes faster.</li><li><strong>Improved User Interface:</strong> enhanced <strong>Dashboard previews</strong> that provide a graphical representation of your dashboard to differentiate between multiple dashboards easily. The Dashboard previews feature is available as an <em>opt-in</em> feature in the Aiven Console under <em>Advanced Configuration</em> for your Aiven for Grafana service.</li></ul><p>For more information, see <a href="https://docs.aiven.io/docs/products/grafana.html">Aiven for Grafana</a>.</p><p></p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL TimescaleDB version 2.8.1 is available.]]></title>
            <link>https://aiven.io/changelog/4c5460b2-fd76-4cc7-b776-54cfcc3e9bd5</link>
            <guid isPermaLink="false">4c5460b2-fd76-4cc7-b776-54cfcc3e9bd5</guid>
            <pubDate>Tue, 11 Oct 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for PostgreSQL TimescaleDB extension has been updated to version 2.8.1. This patch release fixes issues identified in the previous versions. Upgrade the extension at the first opportunity to make sure you use the most secure and robust version available. For more information about the release content, see <a href="https://github.com/timescale/timescaledb/releases/tag/2.8.1">TimescaleDB 2.8.1 release (2022-10-11)</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch 2 is now available on the Aiven platform]]></title>
            <link>https://aiven.io/changelog/ad91d034-a9ef-4f12-a5f7-861173d63700</link>
            <guid isPermaLink="false">ad91d034-a9ef-4f12-a5f7-861173d63700</guid>
            <pubDate>Thu, 06 Oct 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven for OpenSearch 2 comes with many advancements and improvements, including new Machine learning capabilities, new Notification plugins, and further performance improvements with Apache Lucene 9.1. Seamlessly upgrade to OpenSearch 2 via the Aiven Console, Aiven API, Aiven CLI, or Terraform. Aiven for OpenSearch 1 will still receive bug fixes and the latest updates. You can choose to stay with OpenSearch 1 or upgrade to OpenSearch 2. For more information, see <a href="https://github.com/opensearch-project/opensearch-build/tree/main/release-notes">release notes</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven's Opensearch Connector for Apache Kafka has been updated to version 1.1.0]]></title>
            <link>https://aiven.io/changelog/3f34bb40-ed6d-4176-bd85-595f7c46633e</link>
            <guid isPermaLink="false">3f34bb40-ed6d-4176-bd85-595f7c46633e</guid>
            <pubDate>Mon, 03 Oct 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/releases/tag/v1.1.0">the release notes</a> and <a href="https://github.com/aiven/opensearch-connector-for-apache-kafka/blob/v1.1.0/docs/opensearch-sink-connector-config-options.rst">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 8.5.13]]></title>
            <link>https://aiven.io/changelog/534ec39e-71e1-4de9-85a3-c3d255268727</link>
            <guid isPermaLink="false">534ec39e-71e1-4de9-85a3-c3d255268727</guid>
            <pubDate>Tue, 27 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-5/">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Updated Redis to version 7.0.5]]></title>
            <link>https://aiven.io/changelog/4ec31264-58cd-4cfd-bb51-12cca73d1ecb</link>
            <guid isPermaLink="false">4ec31264-58cd-4cfd-bb51-12cca73d1ecb</guid>
            <pubDate>Thu, 22 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES/">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL provides you with real-time visibility of queries on DataDog]]></title>
            <link>https://aiven.io/changelog/b01ee62e-76df-4f26-9ed6-834413b07ddf</link>
            <guid isPermaLink="false">b01ee62e-76df-4f26-9ed6-834413b07ddf</guid>
            <pubDate>Wed, 07 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This feature makes key metrics available to users that enable the Deep Database Monitoring feature on the DataDog platform. It also provides real-time visibility on slow queries allowing you to take action on them to improve the database performance. For more information, see <a href="https://www.datadoghq.com/product/database-monitoring/">Deep Database Monitoring</a> DataDog article. For information on how to send metrics from your Aiven service to your DataDog account, see <a href="https://docs.aiven.io/docs/integrations/datadog/datadog-metrics.html/">Send metrics to DataDog</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL TimescaleDB version 2.8.0 is available.]]></title>
            <link>https://aiven.io/changelog/f23c4ec4-5d90-4ebc-a130-897f343f36b5</link>
            <guid isPermaLink="false">f23c4ec4-5d90-4ebc-a130-897f343f36b5</guid>
            <pubDate>Wed, 07 Sep 2022 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated Redis to version 7.0.4]]></title>
            <link>https://aiven.io/changelog/1e4f1599-62db-4269-82cf-e03845216c81</link>
            <guid isPermaLink="false">1e4f1599-62db-4269-82cf-e03845216c81</guid>
            <pubDate>Mon, 05 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to 3.3.2]]></title>
            <link>https://aiven.io/changelog/17c25b06-d435-4d60-b1ab-b03493cf7e46</link>
            <guid isPermaLink="false">17c25b06-d435-4d60-b1ab-b03493cf7e46</guid>
            <pubDate>Fri, 02 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/karapace/releases/tag/3.3.2">Release notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 14.5, 13.8, 12.12, 11.17 and 10.22]]></title>
            <link>https://aiven.io/changelog/133c619c-8be3-498a-aea5-0a50d87d4739</link>
            <guid isPermaLink="false">133c619c-8be3-498a-aea5-0a50d87d4739</guid>
            <pubDate>Mon, 29 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details about the PostgreSQL minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Debezium 1.9.5.Final is now available]]></title>
            <link>https://aiven.io/changelog/299d784b-b30a-420b-b922-56b71b53baa1</link>
            <guid isPermaLink="false">299d784b-b30a-420b-b922-56b71b53baa1</guid>
            <pubDate>Mon, 29 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This release includes various new features and bug fixes. Upgrading to 1.9.5.Final also solves the excessive warnings in logging with default value function calls for UUID type when using Debezium PostgreSQL connector. For more information, see <a href="https://debezium.io/releases/1.9/release-notes#release-1.9.5-final">Debezium 1.9.5 Final Release blog</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Apache Flink version 1.15.1 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/939e553d-d3b9-4b4a-97a2-ff9dcdb2248f</link>
            <guid isPermaLink="false">939e553d-d3b9-4b4a-97a2-ff9dcdb2248f</guid>
            <pubDate>Fri, 26 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://flink.apache.org/news/2022/07/06/release-1.15.1.html">Release Notes</a>.</p>]]></description>
            <category>Apache Flink®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL PostGIS extension versions 2.5.8, 3.0.7, 3.1.7 and 3.2.3 are available.]]></title>
            <link>https://aiven.io/changelog/d5351294-4683-4c19-9213-62ef579322bd</link>
            <guid isPermaLink="false">d5351294-4683-4c19-9213-62ef579322bd</guid>
            <pubDate>Fri, 26 Aug 2022 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 3.2.1 is now available]]></title>
            <link>https://aiven.io/changelog/50d214df-eb5d-4439-a7e8-5c4baebe0128</link>
            <guid isPermaLink="false">50d214df-eb5d-4439-a7e8-5c4baebe0128</guid>
            <pubDate>Wed, 24 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>It also includes the fix for a critical bug where after updating the listener SSL certificate with a dynamic broker configuration update, the old certificate was still used for the broker client SSL factory. This caused the broker fails to create new connections to the controller after the old certificate expired. For more information, see <a href="https://downloads.apache.org/kafka/3.2.1/RELEASE_NOTES.html">Release Notes - Kafka - Version 3.2.1</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Removed `never` from the accepted maintenance configuration options]]></title>
            <link>https://aiven.io/changelog/ca8a1aa0-a71b-4c02-aa77-efc160a2983f</link>
            <guid isPermaLink="false">ca8a1aa0-a71b-4c02-aa77-efc160a2983f</guid>
            <pubDate>Wed, 24 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This value is not supported.</p>]]></description>
            <category>Aiven Console</category>
        </item>
        <item>
            <title><![CDATA[Legacy TLS versions that were enabled for services will no longer be inherited by forking.]]></title>
            <link>https://aiven.io/changelog/822c20c5-aba5-4f67-8de7-eb58a63db870</link>
            <guid isPermaLink="false">822c20c5-aba5-4f67-8de7-eb58a63db870</guid>
            <pubDate>Mon, 22 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://docs.aiven.io/docs/platform/concepts/service-forking">documentation</a>.</p><p></p>]]></description>
            <category>PostgreSQL®</category>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for the Google Cloud Platform (GCP) Columbus (OH), Dallas (TX), Madrid (Spain), Milan (Italy), and Paris (France) regions]]></title>
            <link>https://aiven.io/changelog/20ca0fa0-968d-4c5f-87ad-7d0b80807f43</link>
            <guid isPermaLink="false">20ca0fa0-968d-4c5f-87ad-7d0b80807f43</guid>
            <pubDate>Mon, 15 Aug 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the us-east5, us-south1, europe-southwest1, europe-west8, and europe-west9 regions.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[pg_stat_monitor 1.0.1 extension is available on Aiven for PostgreSQL 13 and 14.]]></title>
            <link>https://aiven.io/changelog/5d09f733-283b-4b0c-b4a0-4b52c953def0</link>
            <guid isPermaLink="false">5d09f733-283b-4b0c-b4a0-4b52c953def0</guid>
            <pubDate>Tue, 02 Aug 2022 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL TimescaleDB version 2.7.2 is available.]]></title>
            <link>https://aiven.io/changelog/9847dc33-ee1a-47b4-b829-62c1ab8b4806</link>
            <guid isPermaLink="false">9847dc33-ee1a-47b4-b829-62c1ab8b4806</guid>
            <pubDate>Tue, 26 Jul 2022 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 8.4.10]]></title>
            <link>https://aiven.io/changelog/34d76b01-ef0d-49d6-85ae-538304256f53</link>
            <guid isPermaLink="false">34d76b01-ef0d-49d6-85ae-538304256f53</guid>
            <pubDate>Mon, 25 Jul 2022 00:00:00 GMT</pubDate>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 3.2.0 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/eb24c91f-f23c-4e71-a1ad-231b9dc35cda</link>
            <guid isPermaLink="false">eb24c91f-f23c-4e71-a1ad-231b9dc35cda</guid>
            <pubDate>Fri, 15 Jul 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://downloads.apache.org/kafka/3.2.0/RELEASE_NOTES.html">release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Cassandra 4.0.4 is now available]]></title>
            <link>https://aiven.io/changelog/2743cb01-43fb-41b7-870b-bb23719341a7</link>
            <guid isPermaLink="false">2743cb01-43fb-41b7-870b-bb23719341a7</guid>
            <pubDate>Thu, 14 Jul 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/apache/cassandra/blob/cassandra-4.0.4/NEWS.txt">release notes</a> for more details.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL TimescaleDB version 2.7.1 is available.]]></title>
            <link>https://aiven.io/changelog/451e79aa-784e-43fc-860a-618d7e8587d1</link>
            <guid isPermaLink="false">451e79aa-784e-43fc-860a-618d7e8587d1</guid>
            <pubDate>Tue, 12 Jul 2022 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated OpenSearch and OpenSearch Dashboards to version 1.3.5]]></title>
            <link>https://aiven.io/changelog/2906c64a-1866-4067-8a9b-8a4435310c9d</link>
            <guid isPermaLink="false">2906c64a-1866-4067-8a9b-8a4435310c9d</guid>
            <pubDate>Sat, 09 Jul 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.5.md">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Karapace has been upgraded to 3.3.0]]></title>
            <link>https://aiven.io/changelog/f8821d3d-ef4a-4940-8aac-458ad08a6314</link>
            <guid isPermaLink="false">f8821d3d-ef4a-4940-8aac-458ad08a6314</guid>
            <pubDate>Fri, 08 Jul 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/karapace/releases/tag/3.3.0">Release notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL PostGIS extension version 3.2.1 is available.]]></title>
            <link>https://aiven.io/changelog/2cf408af-c1da-4e12-b415-c906c84ce64d</link>
            <guid isPermaLink="false">2cf408af-c1da-4e12-b415-c906c84ce64d</guid>
            <pubDate>Fri, 24 Jun 2022 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to include version 14.4]]></title>
            <link>https://aiven.io/changelog/73402192-ff54-47fd-afcb-77a79b15c649</link>
            <guid isPermaLink="false">73402192-ff54-47fd-afcb-77a79b15c649</guid>
            <pubDate>Thu, 23 Jun 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This release fixes possible data corruption issues in PostgresSQL 14 for indexes created with the CONCURRENTLY option. See <a href="https://www.postgresql.org/docs/release/14.4/">release notes</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Allow adjusting <code>log_temp_files</code> through the <code>user_config</code> interface]]></title>
            <link>https://aiven.io/changelog/880b6832-4a90-4471-9bb1-685175e261d5</link>
            <guid isPermaLink="false">880b6832-4a90-4471-9bb1-685175e261d5</guid>
            <pubDate>Wed, 22 Jun 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>You can use the Aiven command-line client to configure this.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated OpenSearch to version 1.3.3]]></title>
            <link>https://aiven.io/changelog/39f8a73f-7ebc-4a30-b0ab-f496a5e29896</link>
            <guid isPermaLink="false">39f8a73f-7ebc-4a30-b0ab-f496a5e29896</guid>
            <pubDate>Tue, 14 Jun 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.3.md">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Debezium 1.9.2.Final is now available]]></title>
            <link>https://aiven.io/changelog/bc1101db-cbe0-464b-98bb-893cda06b7fa</link>
            <guid isPermaLink="false">bc1101db-cbe0-464b-98bb-893cda06b7fa</guid>
            <pubDate>Tue, 07 Jun 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://debezium.io/releases/1.9/release-notes">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[The Github Datasource plugin for Grafana is now available.]]></title>
            <link>https://aiven.io/changelog/f7e4a33c-6c51-4d4d-ba4f-437eea65c5ba</link>
            <guid isPermaLink="false">f7e4a33c-6c51-4d4d-ba4f-437eea65c5ba</guid>
            <pubDate>Tue, 07 Jun 2022 00:00:00 GMT</pubDate>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for MySQL version 8.0.28 is available.]]></title>
            <link>https://aiven.io/changelog/aece3b44-7129-4ed5-bc4a-d774739025c4</link>
            <guid isPermaLink="false">aece3b44-7129-4ed5-bc4a-d774739025c4</guid>
            <pubDate>Wed, 01 Jun 2022 00:00:00 GMT</pubDate>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Add email sender destination support for Opensearch Alerts.]]></title>
            <link>https://aiven.io/changelog/79daea54-81d4-4030-8529-58c2911bf0c1</link>
            <guid isPermaLink="false">79daea54-81d4-4030-8529-58c2911bf0c1</guid>
            <pubDate>Mon, 30 May 2022 00:00:00 GMT</pubDate>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka Connect sink connector for Elasticsearch has been updated to version 6.1.1]]></title>
            <link>https://aiven.io/changelog/37b942ed-54ab-4a47-844b-f5afb3c78146</link>
            <guid isPermaLink="false">37b942ed-54ab-4a47-844b-f5afb3c78146</guid>
            <pubDate>Sun, 29 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/elasticsearch-connector-for-apache-kafka/releases/tag/v6.1.1">release notes</a> and <a href="https://docs.confluent.io/current/connect/kafka-connect-elasticsearch/index.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink HTTP connector has been updated to version 0.6.0]]></title>
            <link>https://aiven.io/changelog/f94e038c-307d-4881-92da-10626dfee03a</link>
            <guid isPermaLink="false">f94e038c-307d-4881-92da-10626dfee03a</guid>
            <pubDate>Sun, 29 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/http-connector-for-apache-kafka/releases/tag/v0.6.0">release notes</a></p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[M3 version 1.5.0 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/9d1f5db4-9d13-454e-9dfc-f793aece9ad3</link>
            <guid isPermaLink="false">9d1f5db4-9d13-454e-9dfc-f793aece9ad3</guid>
            <pubDate>Mon, 23 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/m3db/m3/blob/master/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>M3</category>
        </item>
        <item>
            <title><![CDATA[Updated OpenSearch to version 1.3.2]]></title>
            <link>https://aiven.io/changelog/ff6060d5-816f-45e7-a863-38340889bb65</link>
            <guid isPermaLink="false">ff6060d5-816f-45e7-a863-38340889bb65</guid>
            <pubDate>Thu, 19 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.3.2.md">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Deprecated Premium-5x/Premium-7x plans in favor of new Premium-6x/Premium-9x plans for OpenSearch]]></title>
            <link>https://aiven.io/changelog/71120da5-5807-4e31-84f6-2e6e07c94c69</link>
            <guid isPermaLink="false">71120da5-5807-4e31-84f6-2e6e07c94c69</guid>
            <pubDate>Wed, 18 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Projects that have one or more services with specific deprecated plans will still be able to create and use OpenSearch services with these plans in the same project.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[MongoDB Kafka Sink and Source connectors have been updated to version 1.7.0]]></title>
            <link>https://aiven.io/changelog/5f269291-7dd0-4980-a034-8b902e79405d</link>
            <guid isPermaLink="false">5f269291-7dd0-4980-a034-8b902e79405d</guid>
            <pubDate>Thu, 12 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://www.mongodb.com/docs/kafka-connector/v1.7/whats-new/">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 8.4.7]]></title>
            <link>https://aiven.io/changelog/85c66835-1a33-4dac-a9d1-42a86fcca7fc</link>
            <guid isPermaLink="false">85c66835-1a33-4dac-a9d1-42a86fcca7fc</guid>
            <pubDate>Thu, 12 May 2022 00:00:00 GMT</pubDate>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 14.3, 13.7, 12.11, 11.16 and 10.21]]></title>
            <link>https://aiven.io/changelog/e084227e-5e57-4d29-b2c3-0954246a8ba6</link>
            <guid isPermaLink="false">e084227e-5e57-4d29-b2c3-0954246a8ba6</guid>
            <pubDate>Thu, 12 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details about the PostgreSQL minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect sink connector for Google BigQuery version has been updated to version 2.2.2]]></title>
            <link>https://aiven.io/changelog/ed3c4c59-7c8f-427f-9f17-26389cd5efce</link>
            <guid isPermaLink="false">ed3c4c59-7c8f-427f-9f17-26389cd5efce</guid>
            <pubDate>Thu, 12 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/confluentinc/kafka-connect-bigquery/blob/v2.2.2/README.md">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Use the grafana-azure-monitor-datasource plugin that comes with Grafana]]></title>
            <link>https://aiven.io/changelog/11bf096d-c2d4-4a6f-9643-1b2e48497a31</link>
            <guid isPermaLink="false">11bf096d-c2d4-4a6f-9643-1b2e48497a31</guid>
            <pubDate>Tue, 10 May 2022 00:00:00 GMT</pubDate>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Updated Redis to version 6.2.7]]></title>
            <link>https://aiven.io/changelog/ab077b94-38e7-4a2a-9b08-e0b1f046d5cb</link>
            <guid isPermaLink="false">ab077b94-38e7-4a2a-9b08-e0b1f046d5cb</guid>
            <pubDate>Mon, 02 May 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.7.1]]></title>
            <link>https://aiven.io/changelog/be4217b2-1c22-4404-b417-51db023265a5</link>
            <guid isPermaLink="false">be4217b2-1c22-4404-b417-51db023265a5</guid>
            <pubDate>Tue, 12 Apr 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.7.1">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL TimescaleDB version 2.6.1 is available.]]></title>
            <link>https://aiven.io/changelog/d86efdde-f970-46b5-92ce-7aa965fdd8c2</link>
            <guid isPermaLink="false">d86efdde-f970-46b5-92ce-7aa965fdd8c2</guid>
            <pubDate>Mon, 11 Apr 2022 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink HTTP connector has been updated to version 0.5.0]]></title>
            <link>https://aiven.io/changelog/2fa0b053-f7fe-4a56-be6e-b2fc1786064b</link>
            <guid isPermaLink="false">2fa0b053-f7fe-4a56-be6e-b2fc1786064b</guid>
            <pubDate>Thu, 17 Mar 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/http-connector-for-apache-kafka/releases/tag/v0.5.0">release notes</a></p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Aiven For PostgreSQL extension pg_cron to version 1.4.1.]]></title>
            <link>https://aiven.io/changelog/e5537cc3-ef03-442b-b0b8-2440417b1218</link>
            <guid isPermaLink="false">e5537cc3-ef03-442b-b0b8-2440417b1218</guid>
            <pubDate>Wed, 09 Mar 2022 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Karapace update with support for Protobuf schemas]]></title>
            <link>https://aiven.io/changelog/6eb74e67-c5a6-4959-9b52-2204c86f94a4</link>
            <guid isPermaLink="false">6eb74e67-c5a6-4959-9b52-2204c86f94a4</guid>
            <pubDate>Fri, 04 Mar 2022 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.6.2]]></title>
            <link>https://aiven.io/changelog/a68b0166-6fe6-4a5f-ac91-be49bd51421b</link>
            <guid isPermaLink="false">a68b0166-6fe6-4a5f-ac91-be49bd51421b</guid>
            <pubDate>Thu, 03 Mar 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.6.2">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/tree/v6.6.2">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.6.1]]></title>
            <link>https://aiven.io/changelog/035f2d68-6b15-4d5b-8d9f-d77e08e6b438</link>
            <guid isPermaLink="false">035f2d68-6b15-4d5b-8d9f-d77e08e6b438</guid>
            <pubDate>Mon, 28 Feb 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.6.1">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/tree/v6.6.1">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Karapace performance improvement for REST API]]></title>
            <link>https://aiven.io/changelog/16cb42bd-fa71-4343-a903-34675585dd58</link>
            <guid isPermaLink="false">16cb42bd-fa71-4343-a903-34675585dd58</guid>
            <pubDate>Mon, 28 Feb 2022 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL TimescaleDB version 2.6.0 is available.]]></title>
            <link>https://aiven.io/changelog/b266bd58-8ec9-4980-b749-22dd478a95be</link>
            <guid isPermaLink="false">b266bd58-8ec9-4980-b749-22dd478a95be</guid>
            <pubDate>Mon, 28 Feb 2022 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for MySQL version 8.0.27 is available.]]></title>
            <link>https://aiven.io/changelog/65ebe69f-74e8-4c76-a319-08daf4be12dc</link>
            <guid isPermaLink="false">65ebe69f-74e8-4c76-a319-08daf4be12dc</guid>
            <pubDate>Thu, 17 Feb 2022 00:00:00 GMT</pubDate>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 3.1.0 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/370cbb30-2929-43b0-a241-fdda7a862558</link>
            <guid isPermaLink="false">370cbb30-2929-43b0-a241-fdda7a862558</guid>
            <pubDate>Mon, 14 Feb 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://downloads.apache.org/kafka/3.1.0/RELEASE_NOTES.html">release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL TimescaleDB version 2.5.2 is available.]]></title>
            <link>https://aiven.io/changelog/a7a69f3f-652e-42e9-bf2d-e60ed66bd993</link>
            <guid isPermaLink="false">a7a69f3f-652e-42e9-bf2d-e60ed66bd993</guid>
            <pubDate>Wed, 09 Feb 2022 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 14.2, 13.6, 12.10, 11.15 and 10.20]]></title>
            <link>https://aiven.io/changelog/e8e5a8d0-cda2-419b-8576-4bdb1d3c8010</link>
            <guid isPermaLink="false">e8e5a8d0-cda2-419b-8576-4bdb1d3c8010</guid>
            <pubDate>Wed, 09 Feb 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details about the PostgreSQL minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch version 1.2.4 is now available]]></title>
            <link>https://aiven.io/changelog/4945c699-8c07-4fe0-b10b-83fa941dd33a</link>
            <guid isPermaLink="false">4945c699-8c07-4fe0-b10b-83fa941dd33a</guid>
            <pubDate>Wed, 02 Feb 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what has changed, see its <a href="https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-1.2.4.md">release notes</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Added support for the Google Cloud Platform (GCP) Santiago and Amazon Web Services (AWS) Jakarta regions]]></title>
            <link>https://aiven.io/changelog/03c7ef10-23db-49fc-9b05-126443cbfa61</link>
            <guid isPermaLink="false">03c7ef10-23db-49fc-9b05-126443cbfa61</guid>
            <pubDate>Tue, 01 Feb 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the southamerica-west1 and ap-southeast-3 regions.</p>]]></description>
            <category>Amazon Web Services</category>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Stream Reactor Kafka Connect connectors have been updated to version 3.0.1]]></title>
            <link>https://aiven.io/changelog/339c6f94-af0c-461c-999d-5f2853389254</link>
            <guid isPermaLink="false">339c6f94-af0c-461c-999d-5f2853389254</guid>
            <pubDate>Tue, 11 Jan 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://docs.lenses.io/4.3/integrations/connectors/sr-release-notes/">the release notes</a> and <a href="https://docs.lenses.io/4.3/integrations/connectors/stream-reactor/">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Splunk Kafka Connect Connector has been updated to version 2.0.5]]></title>
            <link>https://aiven.io/changelog/0d9238b9-2f31-46fc-b36c-40031f939684</link>
            <guid isPermaLink="false">0d9238b9-2f31-46fc-b36c-40031f939684</guid>
            <pubDate>Wed, 22 Dec 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/splunk/kafka-connect-splunk/tree/v2.0.5">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Apache Flink version 1.13.5 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/6735b66a-d36e-4d16-af23-a4ee22010afc</link>
            <guid isPermaLink="false">6735b66a-d36e-4d16-af23-a4ee22010afc</guid>
            <pubDate>Mon, 20 Dec 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://flink.apache.org/news/2021/12/16/log4j-patch-releases.html">Release Notes</a>.</p>]]></description>
            <category>Apache Flink®</category>
        </item>
        <item>
            <title><![CDATA[Datadog Agent version 7.32.3 is now available]]></title>
            <link>https://aiven.io/changelog/77719de3-658c-42be-8fc2-c157b619700c</link>
            <guid isPermaLink="false">77719de3-658c-42be-8fc2-c157b619700c</guid>
            <pubDate>Mon, 20 Dec 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the <a href="https://github.com/DataDog/datadog-agent/blob/master/CHANGELOG.rst">Datadog Agent release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 2.7.2 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/3d29cbbf-9091-4d27-b902-e1394e8ec8ae</link>
            <guid isPermaLink="false">3d29cbbf-9091-4d27-b902-e1394e8ec8ae</guid>
            <pubDate>Fri, 17 Dec 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://downloads.apache.org/kafka/2.7.2/RELEASE_NOTES.html">release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.6.3]]></title>
            <link>https://aiven.io/changelog/b3c0ca0f-3771-4b8c-bbd3-6edef4cb797a</link>
            <guid isPermaLink="false">b3c0ca0f-3771-4b8c-bbd3-6edef4cb797a</guid>
            <pubDate>Fri, 17 Dec 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.6.3">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>. Please note that the connector on Aiven is not affected by the CVE-2021-44228 log4j vulnerability so it&#x27;s not necessary to update for the security reasons.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Cassandra 4 is now available]]></title>
            <link>https://aiven.io/changelog/9576e683-dd8f-47e6-a41e-79c178a890ef</link>
            <guid isPermaLink="false">9576e683-dd8f-47e6-a41e-79c178a890ef</guid>
            <pubDate>Thu, 16 Dec 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Cassandra 4 comes with many stability and performance improvements, as well as some exciting new features. Please see the <a href="https://cassandra.apache.org/doc/4.0/cassandra/new/index.html">release notes</a> for more details.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Datadog Agent version 7.32.2 is now available]]></title>
            <link>https://aiven.io/changelog/85633dd1-fd10-4d48-8381-6fe918a05cf5</link>
            <guid isPermaLink="false">85633dd1-fd10-4d48-8381-6fe918a05cf5</guid>
            <pubDate>Mon, 13 Dec 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the <a href="https://github.com/DataDog/datadog-agent/blob/master/CHANGELOG.rst">Datadog Agent release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 8.3.1]]></title>
            <link>https://aiven.io/changelog/676ee798-a8e1-403f-aa02-3f14c47de94f</link>
            <guid isPermaLink="false">676ee798-a8e1-403f-aa02-3f14c47de94f</guid>
            <pubDate>Thu, 09 Dec 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-3/">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Security update for Grafana version 8.2.5.]]></title>
            <link>https://aiven.io/changelog/baca3a6c-963e-458c-bf41-38b09fa40c45</link>
            <guid isPermaLink="false">baca3a6c-963e-458c-bf41-38b09fa40c45</guid>
            <pubDate>Mon, 06 Dec 2021 00:00:00 GMT</pubDate>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL TimescaleDB version 2.5.1 is available.]]></title>
            <link>https://aiven.io/changelog/b76ca7e6-d2e9-4a95-af94-928a28aea022</link>
            <guid isPermaLink="false">b76ca7e6-d2e9-4a95-af94-928a28aea022</guid>
            <pubDate>Fri, 03 Dec 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL 13 and later versions now support customizing max_slot_wal_keep_size.]]></title>
            <link>https://aiven.io/changelog/0d34b24a-915a-4b94-b478-6dc49721a24c</link>
            <guid isPermaLink="false">0d34b24a-915a-4b94-b478-6dc49721a24c</guid>
            <pubDate>Wed, 01 Dec 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Flink is a new service launched on Aiven as beta]]></title>
            <link>https://aiven.io/changelog/df7d5714-32a6-4417-ae8f-4a5c5ad515f1</link>
            <guid isPermaLink="false">df7d5714-32a6-4417-ae8f-4a5c5ad515f1</guid>
            <pubDate>Wed, 01 Dec 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>It is powered by the open source framework Apache Flink, a distributed processing engine for stateful computations over data streams. Visit our <a href="https://developer.aiven.io/docs/products/flink">developer portal</a> for more info.</p>]]></description>
            <category>Apache Flink®</category>
        </item>
        <item>
            <title><![CDATA[Updated Redis to version 6.2.6]]></title>
            <link>https://aiven.io/changelog/152a3c9f-8db1-4b1a-b80e-8fc564d0089e</link>
            <guid isPermaLink="false">152a3c9f-8db1-4b1a-b80e-8fc564d0089e</guid>
            <pubDate>Mon, 29 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Fixed Redis ACL fields validation]]></title>
            <link>https://aiven.io/changelog/c47e248b-e985-4470-866c-4ae2a102a484</link>
            <guid isPermaLink="false">c47e248b-e985-4470-866c-4ae2a102a484</guid>
            <pubDate>Wed, 24 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Categories and commands checks now stricter and conform Redis ACL documentation.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 3.0.0 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/1cb3fd26-702e-4768-ab0c-7ff13a14f472</link>
            <guid isPermaLink="false">1cb3fd26-702e-4768-ab0c-7ff13a14f472</guid>
            <pubDate>Mon, 22 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://downloads.apache.org/kafka/3.0.0/RELEASE_NOTES.html">release notes</a> and the <a href="https://aiven.io/blog/aiven-supports-apache-kafka-3-0">announcement blog post</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 8.2.5]]></title>
            <link>https://aiven.io/changelog/418a8601-be56-4b98-b976-3a947f6c8471</link>
            <guid isPermaLink="false">418a8601-be56-4b98-b976-3a947f6c8471</guid>
            <pubDate>Thu, 18 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-2/">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL 14 now available]]></title>
            <link>https://aiven.io/changelog/4d2c6f89-0b62-4675-9da4-487c636536b5</link>
            <guid isPermaLink="false">4d2c6f89-0b62-4675-9da4-487c636536b5</guid>
            <pubDate>Mon, 15 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>PostgreSQL 14 comes with many new features and performance enhancements. Please see the <a href="https://www.postgresql.org/docs/14/release-14.html">release notes</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 13.5, 12.9, 11.14, and 10.19]]></title>
            <link>https://aiven.io/changelog/adae79de-5901-4ddd-9e45-7d40c03229ee</link>
            <guid isPermaLink="false">adae79de-5901-4ddd-9e45-7d40c03229ee</guid>
            <pubDate>Thu, 11 Nov 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details about the PostgreSQL minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL TimescaleDB version 2.5.0 is available.]]></title>
            <link>https://aiven.io/changelog/6f8b0d8f-b71f-4a23-96e6-4de055ba604b</link>
            <guid isPermaLink="false">6f8b0d8f-b71f-4a23-96e6-4de055ba604b</guid>
            <pubDate>Tue, 02 Nov 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Debezium 1.7.0.Final is now available]]></title>
            <link>https://aiven.io/changelog/252e6c26-9552-47c3-8af1-5fbb6b446d3a</link>
            <guid isPermaLink="false">252e6c26-9552-47c3-8af1-5fbb6b446d3a</guid>
            <pubDate>Wed, 20 Oct 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://debezium.io/releases/1.7/release-notes">Release Notes</a> for what&#x27;s new in this release, including some minor breaking changes.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[MongoDB Kafka Sink and Source connectors have been updated to version 1.6.1]]></title>
            <link>https://aiven.io/changelog/5e813972-5433-491f-b462-11d3d896b7a3</link>
            <guid isPermaLink="false">5e813972-5433-491f-b462-11d3d896b7a3</guid>
            <pubDate>Wed, 20 Oct 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://docs.mongodb.com/kafka-connector/v1.6">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's PostGIS extension version 3.1.4 and 3.0.4 are available.]]></title>
            <link>https://aiven.io/changelog/79eb74fb-fa59-4dc7-92f9-35826f7feb9c</link>
            <guid isPermaLink="false">79eb74fb-fa59-4dc7-92f9-35826f7feb9c</guid>
            <pubDate>Wed, 29 Sep 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 2.8.1 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/14d167c7-b22e-4a3d-a1a4-427895639245</link>
            <guid isPermaLink="false">14d167c7-b22e-4a3d-a1a4-427895639245</guid>
            <pubDate>Tue, 28 Sep 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://downloads.apache.org/kafka/2.8.1/RELEASE_NOTES.html">Release Notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for MySQL server version 8.0.26 now available]]></title>
            <link>https://aiven.io/changelog/433637aa-e28b-48c3-bbbe-09bb7e93c696</link>
            <guid isPermaLink="false">433637aa-e28b-48c3-bbbe-09bb7e93c696</guid>
            <pubDate>Tue, 28 Sep 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-26.html">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension version 2.4.2 is available.]]></title>
            <link>https://aiven.io/changelog/b991b6f6-4517-4f38-9d22-a698093fb115</link>
            <guid isPermaLink="false">b991b6f6-4517-4f38-9d22-a698093fb115</guid>
            <pubDate>Wed, 22 Sep 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for OpenSearch released as the successor of Aiven for Elasticsearch]]></title>
            <link>https://aiven.io/changelog/cf7417e9-6ba4-4d9b-989f-c9d1744b4432</link>
            <guid isPermaLink="false">cf7417e9-6ba4-4d9b-989f-c9d1744b4432</guid>
            <pubDate>Tue, 21 Sep 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>For more info, please read our <a href="https://help.aiven.io/en/articles/5424825">help article</a>.</p>]]></description>
            <category>OpenSearch®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 8.1.2]]></title>
            <link>https://aiven.io/changelog/d85f6240-8570-4387-a341-f9fffd951b43</link>
            <guid isPermaLink="false">d85f6240-8570-4387-a341-f9fffd951b43</guid>
            <pubDate>Mon, 20 Sep 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-1/">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.5.5]]></title>
            <link>https://aiven.io/changelog/04e5b21e-1185-4be3-9ea3-1e0928602e56</link>
            <guid isPermaLink="false">04e5b21e-1185-4be3-9ea3-1e0928602e56</guid>
            <pubDate>Fri, 17 Sep 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.5.5">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Configure Aiven services to use static IP addresses]]></title>
            <link>https://aiven.io/changelog/947defa9-d9ef-49b9-bc17-29dc9b109279</link>
            <guid isPermaLink="false">947defa9-d9ef-49b9-bc17-29dc9b109279</guid>
            <pubDate>Tue, 07 Sep 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://help.aiven.io/en/articles/5538233-static-ip-addresses">help article</a> for details.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Add option to user configuration that allows user to change maximum number of redis databases]]></title>
            <link>https://aiven.io/changelog/e809c06a-ee69-4e92-8518-673ba8a013b2</link>
            <guid isPermaLink="false">e809c06a-ee69-4e92-8518-673ba8a013b2</guid>
            <pubDate>Mon, 06 Sep 2021 00:00:00 GMT</pubDate>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Upgraded Aiven For PostgreSQL extension pg_cron to version 1.3.1.]]></title>
            <link>https://aiven.io/changelog/a991fa5e-cdff-4d47-a297-1db4d5bfc575</link>
            <guid isPermaLink="false">a991fa5e-cdff-4d47-a297-1db4d5bfc575</guid>
            <pubDate>Fri, 27 Aug 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Added support for the Google Cloud Platform (GCP) Toronto region]]></title>
            <link>https://aiven.io/changelog/b272d837-a6af-42b1-ab69-029829197bc7</link>
            <guid isPermaLink="false">b272d837-a6af-42b1-ab69-029829197bc7</guid>
            <pubDate>Thu, 26 Aug 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the <code>northamerica-northeast2</code> region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension version 2.4.1 is available.]]></title>
            <link>https://aiven.io/changelog/50805cd1-487d-4ddc-bf0c-7b609fa94851</link>
            <guid isPermaLink="false">50805cd1-487d-4ddc-bf0c-7b609fa94851</guid>
            <pubDate>Fri, 20 Aug 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Add user configuration option allowing to keep index.refresh_interval]]></title>
            <link>https://aiven.io/changelog/c3ecfa50-f9fd-4612-ad36-4035beff30a2</link>
            <guid isPermaLink="false">c3ecfa50-f9fd-4612-ad36-4035beff30a2</guid>
            <pubDate>Fri, 13 Aug 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 8.0.6]]></title>
            <link>https://aiven.io/changelog/cf86b440-5745-46a3-88af-00ad02e886d5</link>
            <guid isPermaLink="false">cf86b440-5745-46a3-88af-00ad02e886d5</guid>
            <pubDate>Mon, 09 Aug 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-0/">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) Delhi and Melbourne regions]]></title>
            <link>https://aiven.io/changelog/384516b5-9db9-48a6-bf84-2a66fa6a19ba</link>
            <guid isPermaLink="false">384516b5-9db9-48a6-bf84-2a66fa6a19ba</guid>
            <pubDate>Fri, 30 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the <code>asia-south2</code> and <code>australia-southeast2</code> regions.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 2.4.0.]]></title>
            <link>https://aiven.io/changelog/d0308cd6-78f5-4737-9709-d816019d6790</link>
            <guid isPermaLink="false">d0308cd6-78f5-4737-9709-d816019d6790</guid>
            <pubDate>Fri, 30 Jul 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's pg_partman extension has been updated to version 4.5.1.]]></title>
            <link>https://aiven.io/changelog/08ff837f-3435-4bc5-a583-98286340271a</link>
            <guid isPermaLink="false">08ff837f-3435-4bc5-a583-98286340271a</guid>
            <pubDate>Tue, 27 Jul 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka GCS Sink Connector has been updated to version 0.9.0]]></title>
            <link>https://aiven.io/changelog/25f89182-3cf0-4da8-9a71-6f911c1f7e9a</link>
            <guid isPermaLink="false">25f89182-3cf0-4da8-9a71-6f911c1f7e9a</guid>
            <pubDate>Mon, 26 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-gcs/releases/tag/v0.9.0">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-gcs/tree/v0.9.0">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka S3 Sink Connector has been updated to version 2.12.0]]></title>
            <link>https://aiven.io/changelog/ae2153de-2c36-4f20-b70a-f2d51d4dff6c</link>
            <guid isPermaLink="false">ae2153de-2c36-4f20-b70a-f2d51d4dff6c</guid>
            <pubDate>Mon, 26 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-s3/releases/tag/v2.12.0">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-s3/tree/v2.12.0">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL now allows enabling the REPLICATION attribute for new and existing users.]]></title>
            <link>https://aiven.io/changelog/47931690-5cf9-4219-bed7-abcf2eed0042</link>
            <guid isPermaLink="false">47931690-5cf9-4219-bed7-abcf2eed0042</guid>
            <pubDate>Mon, 12 Jul 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.6.0]]></title>
            <link>https://aiven.io/changelog/2162d93f-b2d3-454f-aacf-9028d92ff71d</link>
            <guid isPermaLink="false">2162d93f-b2d3-454f-aacf-9028d92ff71d</guid>
            <pubDate>Sat, 10 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.6.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/tree/v6.6.0">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Debezium 1.6.0.Final is now available]]></title>
            <link>https://aiven.io/changelog/b7723cb2-1f4e-4856-98d3-fe99b1ad9767</link>
            <guid isPermaLink="false">b7723cb2-1f4e-4856-98d3-fe99b1ad9767</guid>
            <pubDate>Fri, 09 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://debezium.io/releases/1.6/release-notes">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 2.3.1.]]></title>
            <link>https://aiven.io/changelog/0bb659da-14f8-4c32-878b-411b9ea45b18</link>
            <guid isPermaLink="false">0bb659da-14f8-4c32-878b-411b9ea45b18</guid>
            <pubDate>Thu, 08 Jul 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[PostGIS 3.1.3 is available on PostgreSQL 9.6, 10, 11, 12 and 13.]]></title>
            <link>https://aiven.io/changelog/78502966-58aa-40e8-abac-a2a089bf8e7a</link>
            <guid isPermaLink="false">78502966-58aa-40e8-abac-a2a089bf8e7a</guid>
            <pubDate>Mon, 05 Jul 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[MySQL server version 8.0.25 now available]]></title>
            <link>https://aiven.io/changelog/47a82135-1f90-4c00-a613-d68ebb0fdda4</link>
            <guid isPermaLink="false">47a82135-1f90-4c00-a613-d68ebb0fdda4</guid>
            <pubDate>Thu, 24 Jun 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-25.html">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Open Distro for Elasticsearch Alerting plugin is now included in Aiven for Elasticsearch]]></title>
            <link>https://aiven.io/changelog/b7272f85-16a0-44d3-ad31-96eded0021a9</link>
            <guid isPermaLink="false">b7272f85-16a0-44d3-ad31-96eded0021a9</guid>
            <pubDate>Thu, 24 Jun 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://opendistro.github.io/for-elasticsearch/features/alerting.html">Open Distro for Elasticsearch</a> for more information.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 8.0.3]]></title>
            <link>https://aiven.io/changelog/a3274d1b-276f-48a8-b987-92b0e32d4299</link>
            <guid isPermaLink="false">a3274d1b-276f-48a8-b987-92b0e32d4299</guid>
            <pubDate>Tue, 22 Jun 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-0/">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect sink connector for Google BigQuery version has been updated to version 2.1.4]]></title>
            <link>https://aiven.io/changelog/0625145d-3532-4d6e-a6ff-dd566a11f168</link>
            <guid isPermaLink="false">0625145d-3532-4d6e-a6ff-dd566a11f168</guid>
            <pubDate>Tue, 15 Jun 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/confluentinc/kafka-connect-bigquery/blob/v2.1.4/README.md">documentation</a>. This update contains breaking changes in the configuration, please check the migration guides <a href="https://github.com/confluentinc/kafka-connect-bigquery/blob/master/README.md#migrating-to-2xx">here</a> and <a href="https://docs.confluent.io/kafka-connect-bigquery/current/index.html#upgrading-bigquery-2-0-x">here</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's rum extension has been updated to version 1.3.8.]]></title>
            <link>https://aiven.io/changelog/358fae4b-c6ac-4253-bf40-07dfc7138d2c</link>
            <guid isPermaLink="false">358fae4b-c6ac-4253-bf40-07dfc7138d2c</guid>
            <pubDate>Thu, 10 Jun 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[New premium plans are now available for Redis]]></title>
            <link>https://aiven.io/changelog/2fcdc425-fd93-4c1a-8f2d-71960856912d</link>
            <guid isPermaLink="false">2fcdc425-fd93-4c1a-8f2d-71960856912d</guid>
            <pubDate>Wed, 09 Jun 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://aiven.io/redis">product page</a> for more information.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Karapace update with support for schema hard delete]]></title>
            <link>https://aiven.io/changelog/979335eb-08a3-4e7c-8a81-b74eb1b2d3c1</link>
            <guid isPermaLink="false">979335eb-08a3-4e7c-8a81-b74eb1b2d3c1</guid>
            <pubDate>Tue, 08 Jun 2021 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for MySQL now supports configuring internal_tmp_mem_storage_engine]]></title>
            <link>https://aiven.io/changelog/2f0b1bd6-d676-4285-924f-10a52b980217</link>
            <guid isPermaLink="false">2f0b1bd6-d676-4285-924f-10a52b980217</guid>
            <pubDate>Fri, 04 Jun 2021 00:00:00 GMT</pubDate>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Add support for Redis channels ACL customization]]></title>
            <link>https://aiven.io/changelog/fbea6734-0382-43a5-933d-cda283a9bf43</link>
            <guid isPermaLink="false">fbea6734-0382-43a5-933d-cda283a9bf43</guid>
            <pubDate>Fri, 04 Jun 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Fix Redis ACL parsing issue causing Redis users with default ACLs to disappear.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[On PostgreSQL 12 and 13 services the following system roles can now be granted to users: pg_read_all_stats, pg_stat_scan_tables, and pg_signal_backend]]></title>
            <link>https://aiven.io/changelog/85841d98-2b17-4c92-8eb1-43435f72a459</link>
            <guid isPermaLink="false">85841d98-2b17-4c92-8eb1-43435f72a459</guid>
            <pubDate>Thu, 27 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The initial admin user of the DB will automatically be a member of these roles.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 2.3.0.]]></title>
            <link>https://aiven.io/changelog/22ed8c0c-eab8-4ec5-b556-85045a6c45b5</link>
            <guid isPermaLink="false">22ed8c0c-eab8-4ec5-b556-85045a6c45b5</guid>
            <pubDate>Wed, 26 May 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka S3 Sink Connector has been updated to version 2.11.0]]></title>
            <link>https://aiven.io/changelog/26b2e8a2-c8d8-4542-9fa3-f1a62f48b0a5</link>
            <guid isPermaLink="false">26b2e8a2-c8d8-4542-9fa3-f1a62f48b0a5</guid>
            <pubDate>Sat, 22 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-s3/releases/tag/v2.11.0">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-s3/tree/v2.11.0">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka GCS Sink Connector has been updated to version 0.8.0]]></title>
            <link>https://aiven.io/changelog/a6cbdb10-abce-4a27-8bbe-221dc6644cd8</link>
            <guid isPermaLink="false">a6cbdb10-abce-4a27-8bbe-221dc6644cd8</guid>
            <pubDate>Sat, 22 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-gcs/releases/tag/v0.8.0">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-gcs/tree/v0.8.0">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Azure Active Directory based authentication to be specified via user configuration]]></title>
            <link>https://aiven.io/changelog/cc0d0cfe-1d1e-4117-b089-e2272deec47f</link>
            <guid isPermaLink="false">cc0d0cfe-1d1e-4117-b089-e2272deec47f</guid>
            <pubDate>Fri, 21 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://grafana.com/docs/grafana/latest/auth/azuread/">Grafana AzureAD OAuth documentation</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Added support for specifying custom date formatting for Grafana in user configuration]]></title>
            <link>https://aiven.io/changelog/f2cb40a2-ac92-43f2-b13f-6d770058e2a5</link>
            <guid isPermaLink="false">f2cb40a2-ac92-43f2-b13f-6d770058e2a5</guid>
            <pubDate>Fri, 21 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://grafana.com/docs/grafana/latest/administration/configuration/#date_formats">Grafana configuration documentation</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[By default, all new PostgreSQL 12 services will have ssl_min_protocol_version option set to TLSv1.2 for security reasons]]></title>
            <link>https://aiven.io/changelog/4f0ffe16-1682-4ab5-b2b1-3949be6c2d23</link>
            <guid isPermaLink="false">4f0ffe16-1682-4ab5-b2b1-3949be6c2d23</guid>
            <pubDate>Thu, 20 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Existing services should not be affected. If you need to downgrade TLS on your service for compatibility reasons, please contact our support.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.5.3]]></title>
            <link>https://aiven.io/changelog/42faf052-b06c-4084-946c-ed72363c3f31</link>
            <guid isPermaLink="false">42faf052-b06c-4084-946c-ed72363c3f31</guid>
            <pubDate>Mon, 17 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.5.3">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Stream Reactor Kafka connectors have been updated to version 2.1.3]]></title>
            <link>https://aiven.io/changelog/6d771ce7-a7a8-4e26-bc93-e79003a916fc</link>
            <guid isPermaLink="false">6d771ce7-a7a8-4e26-bc93-e79003a916fc</guid>
            <pubDate>Sat, 15 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://docs.lenses.io/4.1/integrations/connectors/stream-reactor/">the documentation</a> and <a href="https://github.com/lensesio/stream-reactor#release-notes">release notes</a></p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Extended range for the PostgreSQL <a href="https://www.postgresql.org/docs/current/runtime-config-replication.html#GUC-WAL-SENDER-TIMEOUT" rel="nofollow noopener noreferrer">wal_sender_timeout</a> configuration option: either 0 to disable the timeout or anything between 5 seconds and 3 hours.]]></title>
            <link>https://aiven.io/changelog/6b8db085-d241-4310-99a0-66603e502a22</link>
            <guid isPermaLink="false">6b8db085-d241-4310-99a0-66603e502a22</guid>
            <pubDate>Fri, 14 May 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 13.3, 12.7, 11.12, 10.17 and 9.6.22]]></title>
            <link>https://aiven.io/changelog/69be64fc-f88d-46c7-b2e1-f0ef0878f51e</link>
            <guid isPermaLink="false">69be64fc-f88d-46c7-b2e1-f0ef0878f51e</guid>
            <pubDate>Wed, 12 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details about the PostgreSQL minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Debezium 1.5.0.Final is now available]]></title>
            <link>https://aiven.io/changelog/ac788797-5df3-45e4-9ea9-d8dc4efd7b92</link>
            <guid isPermaLink="false">ac788797-5df3-45e4-9ea9-d8dc4efd7b92</guid>
            <pubDate>Wed, 12 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://debezium.io/releases/1.5/release-notes">Release Notes</a> for what&#x27;s new in this release. This update contains breaking changes related to MySQL connector, please check the description <a href="https://debezium.io/releases/1.4/release-notes#breaking_changes">here</a>, <a href="https://debezium.io/releases/1.5/release-notes#breaking_changes_4">here</a> and <a href="https://debezium.io/releases/1.5/release-notes#breaking_changes_5">here</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[MongoDB Kafka Sink and Source connectors have been updated to version 1.5.0]]></title>
            <link>https://aiven.io/changelog/ae68d31d-8e99-4fba-a49e-1d0c20283dbf</link>
            <guid isPermaLink="false">ae68d31d-8e99-4fba-a49e-1d0c20283dbf</guid>
            <pubDate>Wed, 12 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://docs.mongodb.com/kafka-connector/v1.5">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Couchbase Kafka Connect Connector has been updated to version 4.0.6]]></title>
            <link>https://aiven.io/changelog/b808ba76-c1b3-4318-9521-0db5b49aa34b</link>
            <guid isPermaLink="false">b808ba76-c1b3-4318-9521-0db5b49aa34b</guid>
            <pubDate>Wed, 12 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://docs.couchbase.com/kafka-connector/current/index.html">the documentation</a>. This update contains breaking changes in the configuration and in Java API, please check the <a href="https://docs.couchbase.com/kafka-connector/current/migration.html">migration guide</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Google Cloud Pub/Sub Kafka Connect Connector has been updated to version 0.8-alpha]]></title>
            <link>https://aiven.io/changelog/5cf96a79-d487-4e53-b4b1-f5c82d2fe8bc</link>
            <guid isPermaLink="false">5cf96a79-d487-4e53-b4b1-f5c82d2fe8bc</guid>
            <pubDate>Mon, 10 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/GoogleCloudPlatform/pubsub/tree/v0.8-alpha">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 2.2.1.]]></title>
            <link>https://aiven.io/changelog/bf2677c7-ccaf-47cf-9d34-8b3901c42372</link>
            <guid isPermaLink="false">bf2677c7-ccaf-47cf-9d34-8b3901c42372</guid>
            <pubDate>Thu, 06 May 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Datadog service integration now supports user-defined tags]]></title>
            <link>https://aiven.io/changelog/0b386a24-1ee0-4f14-82b6-003b92bdbbab</link>
            <guid isPermaLink="false">0b386a24-1ee0-4f14-82b6-003b92bdbbab</guid>
            <pubDate>Wed, 05 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See example and instructions on usage from <a href="https://help.aiven.io/en/articles/1759208-getting-started-with-datadog">Getting started with Datadog</a> article.</p>]]></description>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
            <category>MySQL</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL now has the <a href="https://github.com/eulerto/pg_similarity" rel="nofollow noopener noreferrer">pg_similarity</a> extension available on PostgreSQL 13.]]></title>
            <link>https://aiven.io/changelog/24fa3ae5-ce3a-4e54-9916-2335abc96c0b</link>
            <guid isPermaLink="false">24fa3ae5-ce3a-4e54-9916-2335abc96c0b</guid>
            <pubDate>Wed, 05 May 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated Redis to version 6.2.3 (has e.g]]></title>
            <link>https://aiven.io/changelog/752c822e-c95a-4641-8d06-a89f046f2a6b</link>
            <guid isPermaLink="false">752c822e-c95a-4641-8d06-a89f046f2a6b</guid>
            <pubDate>Wed, 05 May 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>ACL pub/sub and performance fixes). Please see the <a href="https://raw.githubusercontent.com/redis/redis/6.2.3/00-RELEASENOTES">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Add user configuration option to control Redis persistence]]></title>
            <link>https://aiven.io/changelog/d84e60a3-838b-48cc-afe6-46a7f936d4ea</link>
            <guid isPermaLink="false">d84e60a3-838b-48cc-afe6-46a7f936d4ea</guid>
            <pubDate>Thu, 29 Apr 2021 00:00:00 GMT</pubDate>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven collection of single message transformations (SMTs) for Kafka Connect has been updated to version 1.3.0]]></title>
            <link>https://aiven.io/changelog/ed0b0fd5-06e0-46d6-9f9e-5c2a28c68b25</link>
            <guid isPermaLink="false">ed0b0fd5-06e0-46d6-9f9e-5c2a28c68b25</guid>
            <pubDate>Wed, 28 Apr 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-transforms/releases/tag/v1.3.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-transforms/blob/v1.3.0/README.md">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 2.8 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/044c872d-48ac-4f42-b629-4d53b358cae6</link>
            <guid isPermaLink="false">044c872d-48ac-4f42-b629-4d53b358cae6</guid>
            <pubDate>Mon, 26 Apr 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://downloads.apache.org/kafka/2.8.0/RELEASE_NOTES.html">Release Notes</a> and <a href="https://aiven.io/blog/aiven-supports-apache-kafka-2-8">the announcement blog post</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink HTTP connector have been updated to version 0.4.0]]></title>
            <link>https://aiven.io/changelog/3169c8b7-8fdb-4fa9-bb2a-2813b9663b31</link>
            <guid isPermaLink="false">3169c8b7-8fdb-4fa9-bb2a-2813b9663b31</guid>
            <pubDate>Fri, 23 Apr 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-http/releases/tag/v0.4.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-http/blob/v0.4.0/docs/sink-connector-config-options.rst">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Open Distro for Elasticsearch Query Workbench plugin for Kibana is now included in Aiven for Elasticsearch]]></title>
            <link>https://aiven.io/changelog/7470b2bf-33a3-4b6c-be45-cf7798d3ac13</link>
            <guid isPermaLink="false">7470b2bf-33a3-4b6c-be45-cf7798d3ac13</guid>
            <pubDate>Tue, 20 Apr 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://opendistro.github.io/for-elasticsearch-docs/docs/sql/workbench/">Open Distro for Elasticsearch</a> for more information.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 2.2.0.]]></title>
            <link>https://aiven.io/changelog/511b0c54-2342-406e-94ba-ce25fc01b5e7</link>
            <guid isPermaLink="false">511b0c54-2342-406e-94ba-ce25fc01b5e7</guid>
            <pubDate>Mon, 19 Apr 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[<a href="https://karapace.io" rel="nofollow noopener noreferrer">Karapace</a> now supports the JSON schema format.]]></title>
            <link>https://aiven.io/changelog/3bf09575-66be-4888-9662-da5e29ad9518</link>
            <guid isPermaLink="false">3bf09575-66be-4888-9662-da5e29ad9518</guid>
            <pubDate>Fri, 09 Apr 2021 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink HTTP connector have been updated to version 0.3.0]]></title>
            <link>https://aiven.io/changelog/5774dc98-9b02-4135-885a-0e36d762ed03</link>
            <guid isPermaLink="false">5774dc98-9b02-4135-885a-0e36d762ed03</guid>
            <pubDate>Wed, 07 Apr 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-http/releases/tag/v0.3.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-http/blob/v0.3.0/docs/sink-connector-config-options.rst">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka S3 Sink Connector has been updated to version 2.10.0]]></title>
            <link>https://aiven.io/changelog/59d59e35-aee7-4276-bcaa-51e427c55712</link>
            <guid isPermaLink="false">59d59e35-aee7-4276-bcaa-51e427c55712</guid>
            <pubDate>Sat, 03 Apr 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-s3/releases/tag/v2.10.0">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-s3/tree/v2.10.0">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka GCS Sink Connector has been updated to version 0.7.0]]></title>
            <link>https://aiven.io/changelog/f666ca8c-dfbd-4d60-9967-f0e9b13727dc</link>
            <guid isPermaLink="false">f666ca8c-dfbd-4d60-9967-f0e9b13727dc</guid>
            <pubDate>Sat, 03 Apr 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-gcs/releases/tag/v0.7.0">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-gcs/tree/v0.7.0">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 2.1.1.]]></title>
            <link>https://aiven.io/changelog/733b1fec-b67a-4363-9cda-37b1347e66d0</link>
            <guid isPermaLink="false">733b1fec-b67a-4363-9cda-37b1347e66d0</guid>
            <pubDate>Wed, 31 Mar 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated Redis to major version 6.2.1]]></title>
            <link>https://aiven.io/changelog/623f5df8-e508-4330-b96e-e01c7ab7b913</link>
            <guid isPermaLink="false">623f5df8-e508-4330-b96e-e01c7ab7b913</guid>
            <pubDate>Fri, 26 Mar 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://raw.githubusercontent.com/redis/redis/6.2/00-RELEASENOTES">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Confluent Elasticsearch sink connector is now deprecated]]></title>
            <link>https://aiven.io/changelog/7a4a12ca-3e08-428a-8674-a9d9cc029a2c</link>
            <guid isPermaLink="false">7a4a12ca-3e08-428a-8674-a9d9cc029a2c</guid>
            <pubDate>Thu, 25 Mar 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Existing connectors continue to work, but creation of new ones is disabled. Please consider using Aiven Elasticsearch sink connector, which is compatible.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.4.1]]></title>
            <link>https://aiven.io/changelog/7edcecfa-100d-45b4-b030-09c3e884585e</link>
            <guid isPermaLink="false">7edcecfa-100d-45b4-b030-09c3e884585e</guid>
            <pubDate>Thu, 25 Mar 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.4.1">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/tree/v6.4.1">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[MySQL server version 8.0.23 now available]]></title>
            <link>https://aiven.io/changelog/a81f9a94-8a0a-472e-a228-60930660ac02</link>
            <guid isPermaLink="false">a81f9a94-8a0a-472e-a228-60930660ac02</guid>
            <pubDate>Wed, 24 Mar 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-23.html">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Cross project fork enables creation of service from one project to another]]></title>
            <link>https://aiven.io/changelog/6f9800c2-491a-4b48-85fa-e8d25023975e</link>
            <guid isPermaLink="false">6f9800c2-491a-4b48-85fa-e8d25023975e</guid>
            <pubDate>Fri, 19 Mar 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to our <a href="https://help.aiven.io/en/articles/5040495-cross-project-fork">help article</a> to see how it is done.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 2.1.0.]]></title>
            <link>https://aiven.io/changelog/f622aacb-1db2-493e-b97a-d2be97b93b17</link>
            <guid isPermaLink="false">f622aacb-1db2-493e-b97a-d2be97b93b17</guid>
            <pubDate>Mon, 15 Mar 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 7.4.3]]></title>
            <link>https://aiven.io/changelog/34b1b491-cbce-4a4d-913e-7104598fbe1f</link>
            <guid isPermaLink="false">34b1b491-cbce-4a4d-913e-7104598fbe1f</guid>
            <pubDate>Wed, 10 Mar 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v7-4/">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[MirrorMaker 2 configuration enhancement to toggle heartbeat emitting]]></title>
            <link>https://aiven.io/changelog/b080cfaf-b949-48b1-be5a-6a4cd8e72943</link>
            <guid isPermaLink="false">b080cfaf-b949-48b1-be5a-6a4cd8e72943</guid>
            <pubDate>Wed, 10 Mar 2021 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[PostgreSQL logical decoding plugin wal2json version 2.3.6 now also available on PostgreSQL 13]]></title>
            <link>https://aiven.io/changelog/b8984bc2-fe8e-4d42-948b-1cf28da38f8f</link>
            <guid isPermaLink="false">b8984bc2-fe8e-4d42-948b-1cf28da38f8f</guid>
            <pubDate>Tue, 02 Mar 2021 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Open Distro for Elasticsearch SQL plugin is now included in Aiven for Elasticsearch]]></title>
            <link>https://aiven.io/changelog/aaf8e5bb-76b4-43d3-9b04-bc246e82da4d</link>
            <guid isPermaLink="false">aaf8e5bb-76b4-43d3-9b04-bc246e82da4d</guid>
            <pubDate>Mon, 01 Mar 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://opendistro.github.io/for-elasticsearch/features/SQL%20Support.html">Open Distro for Elasticsearch</a> for more information.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for MySQL now supports enabling slow query logging]]></title>
            <link>https://aiven.io/changelog/53bfb817-2c0e-4087-8037-913d3ca4211d</link>
            <guid isPermaLink="false">53bfb817-2c0e-4087-8037-913d3ca4211d</guid>
            <pubDate>Fri, 26 Feb 2021 00:00:00 GMT</pubDate>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink HTTP connector have been updated to version 0.2.0]]></title>
            <link>https://aiven.io/changelog/7fed83a6-d780-42a2-a817-2c7caa506e75</link>
            <guid isPermaLink="false">7fed83a6-d780-42a2-a817-2c7caa506e75</guid>
            <pubDate>Thu, 25 Feb 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-http/releases/tag/v0.2.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-http/blob/v0.2.0/docs/sink-connector-config-options.rst">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven REST API and Web console now support renaming projects]]></title>
            <link>https://aiven.io/changelog/96f144b8-1ac2-4699-a8df-856416108b1c</link>
            <guid isPermaLink="false">96f144b8-1ac2-4699-a8df-856416108b1c</guid>
            <pubDate>Thu, 25 Feb 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to our <a href="https://help.aiven.io/en/articles/4758669-renaming-a-project">help article</a> to see how it is done.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch version 7.10.2 is now available]]></title>
            <link>https://aiven.io/changelog/10c5cc7d-6b4d-4236-86b2-30ea41fa48d1</link>
            <guid isPermaLink="false">10c5cc7d-6b4d-4236-86b2-30ea41fa48d1</guid>
            <pubDate>Mon, 22 Feb 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/7.10/release-notes-7.10.2.html">Elasticsearch 7.10.2</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for M3, a fully managed, horizontally scalable and highly available time-series database now available on Aiven platform]]></title>
            <link>https://aiven.io/changelog/3457bb8f-7f03-49c7-bf38-799745fe53e2</link>
            <guid isPermaLink="false">3457bb8f-7f03-49c7-bf38-799745fe53e2</guid>
            <pubDate>Thu, 18 Feb 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Read the <a href="https://help.aiven.io/en/articles/4683032-getting-started-with-aiven-for-m3">Getting started</a> guide for more info.</p>]]></description>
            <category>M3</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.4.0]]></title>
            <link>https://aiven.io/changelog/2233731b-70f8-457e-b7f0-cb579e187e10</link>
            <guid isPermaLink="false">2233731b-70f8-457e-b7f0-cb579e187e10</guid>
            <pubDate>Wed, 17 Feb 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.4.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka S3 Sink Connector has been updated to version 2.9.0]]></title>
            <link>https://aiven.io/changelog/3c342565-9a84-44e6-8066-ac193c0cf39b</link>
            <guid isPermaLink="false">3c342565-9a84-44e6-8066-ac193c0cf39b</guid>
            <pubDate>Mon, 15 Feb 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-s3/releases/tag/v2.9.0">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-s3/tree/v2.9.0">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL 13 now available]]></title>
            <link>https://aiven.io/changelog/b3a7dbbe-fc6a-4b0a-b15a-f7ded1718a09</link>
            <guid isPermaLink="false">b3a7dbbe-fc6a-4b0a-b15a-f7ded1718a09</guid>
            <pubDate>Mon, 15 Feb 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>PostgreSQL 13 comes with many new features and performance enhancements. Please see our blog <a href="https://aiven.io/blog/aiven-for-postgresql-13-is-now-available">post</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 12.6, 11.11, 10.16, 9.6.21 and 9.5.25]]></title>
            <link>https://aiven.io/changelog/c5c54b9b-abcc-4d05-973d-1ca0ba9ae25e</link>
            <guid isPermaLink="false">c5c54b9b-abcc-4d05-973d-1ca0ba9ae25e</guid>
            <pubDate>Thu, 11 Feb 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details about the PostgreSQL minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Splunk Kafka Connect Connector has been updated to version 2.0.2]]></title>
            <link>https://aiven.io/changelog/31e4b815-bfac-4417-bebc-a77865f2e795</link>
            <guid isPermaLink="false">31e4b815-bfac-4417-bebc-a77865f2e795</guid>
            <pubDate>Tue, 09 Feb 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/splunk/kafka-connect-splunk/tree/v2.0.2">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[TLSv1 and TLSv1.1 protocol support on Aiven API will be deprecated and disabled on Feb 8th, 2021]]></title>
            <link>https://aiven.io/changelog/66e5af87-9fac-4b4b-8382-601d8db16cf7</link>
            <guid isPermaLink="false">66e5af87-9fac-4b4b-8382-601d8db16cf7</guid>
            <pubDate>Fri, 22 Jan 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>These protocols were enabled for widest compatibility, but do no longer provide the adequate security level expected for secure communications.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 2.7 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/127b0bf6-66b1-4070-b219-9aa3d3ee5143</link>
            <guid isPermaLink="false">127b0bf6-66b1-4070-b219-9aa3d3ee5143</guid>
            <pubDate>Thu, 21 Jan 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://downloads.apache.org/kafka/2.7.0/RELEASE_NOTES.html">Release Notes</a> and <a href="https://aiven.io/blog/aiven-supports-apache-kafka-2-7">the announcement blog post</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 7.3.5]]></title>
            <link>https://aiven.io/changelog/55fa5f40-f0be-4377-a661-7b13983418fc</link>
            <guid isPermaLink="false">55fa5f40-f0be-4377-a661-7b13983418fc</guid>
            <pubDate>Tue, 29 Dec 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v7-3-x/37993">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL extension PostGIS has been updated to versions 3.0.2 / 2.5.5 / 2.4.9, pgRouting has been upgraded to version 3.1.0]]></title>
            <link>https://aiven.io/changelog/db783587-5c00-46ef-9bc6-50739462cb38</link>
            <guid isPermaLink="false">db783587-5c00-46ef-9bc6-50739462cb38</guid>
            <pubDate>Mon, 21 Dec 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Manage account project billing efficiently using billing groups]]></title>
            <link>https://aiven.io/changelog/e1e3b632-197b-4f07-8c79-c428c4ec7261</link>
            <guid isPermaLink="false">e1e3b632-197b-4f07-8c79-c428c4ec7261</guid>
            <pubDate>Mon, 21 Dec 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://help.aiven.io/en/articles/4693636-billing-groups">introduction</a> and the getting started guides for <a href="https://help.aiven.io/en/articles/4634847-getting-started-with-billing-groups">console</a> and <a href="https://help.aiven.io/en/articles/4720981-using-billing-groups-via-cli">command line client</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.3.0]]></title>
            <link>https://aiven.io/changelog/d29069ad-a3bb-4c26-a948-c876d97437c2</link>
            <guid isPermaLink="false">d29069ad-a3bb-4c26-a948-c876d97437c2</guid>
            <pubDate>Wed, 09 Dec 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.3.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/tree/v6.3.0">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.5.1]]></title>
            <link>https://aiven.io/changelog/9046b138-c19d-424d-8da2-e32968408567</link>
            <guid isPermaLink="false">9046b138-c19d-424d-8da2-e32968408567</guid>
            <pubDate>Fri, 04 Dec 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.5.1">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[New integration which allows to push logs of any Aiven service to a Kafka cluster]]></title>
            <link>https://aiven.io/changelog/01b75387-62b0-46dd-ab60-47a66dbe3283</link>
            <guid isPermaLink="false">01b75387-62b0-46dd-ab60-47a66dbe3283</guid>
            <pubDate>Thu, 03 Dec 2020 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka GCS Sink Connector has been updated to version 0.6.1]]></title>
            <link>https://aiven.io/changelog/62afe26d-fd64-4700-830d-018959f19f32</link>
            <guid isPermaLink="false">62afe26d-fd64-4700-830d-018959f19f32</guid>
            <pubDate>Thu, 03 Dec 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-gcs/releases/tag/v0.6.1">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-gcs/tree/v0.6.1">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka S3 Sink Connector has been updated to version 2.8.0]]></title>
            <link>https://aiven.io/changelog/f06ac05f-2e90-4313-a428-77fa06d1da29</link>
            <guid isPermaLink="false">f06ac05f-2e90-4313-a428-77fa06d1da29</guid>
            <pubDate>Thu, 03 Dec 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-s3/releases/tag/v2.8.0">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-s3/tree/v2.8.0">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for InfluxDB has been upgraded to the latest release, 1.8.3, which includes a number of bug fixes]]></title>
            <link>https://aiven.io/changelog/3719a568-3a11-44a5-b9f9-01586d3bff9c</link>
            <guid isPermaLink="false">3719a568-3a11-44a5-b9f9-01586d3bff9c</guid>
            <pubDate>Tue, 01 Dec 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://github.com/influxdata/influxdb/blob/v1.8.3/CHANGELOG.md">Changelog</a> for details of the changes.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven collection of single message transformations (SMTs) for Kafka Connect has been updated to version 1.1.0]]></title>
            <link>https://aiven.io/changelog/74ccb1c4-f640-498b-9aac-91d9b85e30a1</link>
            <guid isPermaLink="false">74ccb1c4-f640-498b-9aac-91d9b85e30a1</guid>
            <pubDate>Mon, 23 Nov 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-transforms/releases/tag/v1.1.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-transforms/blob/v1.1.0/README.md">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch new minor version 6.8.13 is now available]]></title>
            <link>https://aiven.io/changelog/2b33c633-781f-4015-997c-ac5444c945f5</link>
            <guid isPermaLink="false">2b33c633-781f-4015-997c-ac5444c945f5</guid>
            <pubDate>Thu, 19 Nov 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.13.html">Elasticsearch 6.8.13</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch new minor version 7.9.3 is now available]]></title>
            <link>https://aiven.io/changelog/8e2972f6-7492-4669-8919-f7db840da88a</link>
            <guid isPermaLink="false">8e2972f6-7492-4669-8919-f7db840da88a</guid>
            <pubDate>Thu, 19 Nov 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/7.9/release-notes-7.9.3.html">Elasticsearch 7.9.3</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 12.5, 11.10, 10.15, 9.6.20 and 9.5.24]]></title>
            <link>https://aiven.io/changelog/6f396102-a5d1-46ad-bc89-fcadc17835b0</link>
            <guid isPermaLink="false">6f396102-a5d1-46ad-bc89-fcadc17835b0</guid>
            <pubDate>Thu, 12 Nov 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details about the PostgreSQL minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink HTTP connector have been updated to version 0.1.1]]></title>
            <link>https://aiven.io/changelog/16bdd48a-f504-49af-9440-c11ab0630cc6</link>
            <guid isPermaLink="false">16bdd48a-f504-49af-9440-c11ab0630cc6</guid>
            <pubDate>Wed, 11 Nov 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-http/releases/tag/v0.1.1">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-http/blob/v0.1.1/docs/sink-connector-config-options.rst">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Upgraded Aiven For PostgreSQL extensions pg_partman to version 4.4.0 and the pg_cron extension to version 1.3.0]]></title>
            <link>https://aiven.io/changelog/be596875-c5ac-4355-8b6a-fea4c916ccd5</link>
            <guid isPermaLink="false">be596875-c5ac-4355-8b6a-fea4c916ccd5</guid>
            <pubDate>Tue, 03 Nov 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 7.3.1]]></title>
            <link>https://aiven.io/changelog/985b4cfc-515a-4363-b719-ac4f033797bb</link>
            <guid isPermaLink="false">985b4cfc-515a-4363-b719-ac4f033797bb</guid>
            <pubDate>Mon, 02 Nov 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v7-3-x/37993">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka GCS Sink Connector has been updated to version 0.6.0]]></title>
            <link>https://aiven.io/changelog/929d924a-36e6-4a26-96cb-431af8eb91ac</link>
            <guid isPermaLink="false">929d924a-36e6-4a26-96cb-431af8eb91ac</guid>
            <pubDate>Thu, 29 Oct 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-gcs/releases/tag/v0.5.0">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-gcs/tree/v0.6.0">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's RUM extension has been updated to version 1.3.7]]></title>
            <link>https://aiven.io/changelog/60bd6431-9e6d-4d94-9677-2fdd9acec104</link>
            <guid isPermaLink="false">60bd6431-9e6d-4d94-9677-2fdd9acec104</guid>
            <pubDate>Tue, 27 Oct 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/postgrespro/rum/releases/tag/1.3.7">release notes</a></p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[MongoDB Kafka Sink and Source connectors have been updated to version 1.3.0]]></title>
            <link>https://aiven.io/changelog/f9c69ca7-716e-493f-9f06-93121828925a</link>
            <guid isPermaLink="false">f9c69ca7-716e-493f-9f06-93121828925a</guid>
            <pubDate>Fri, 23 Oct 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://docs.mongodb.com/kafka-connector/v1.3">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.2.2]]></title>
            <link>https://aiven.io/changelog/71d8c503-4706-43c2-801f-64a3e7e2fb40</link>
            <guid isPermaLink="false">71d8c503-4706-43c2-801f-64a3e7e2fb40</guid>
            <pubDate>Thu, 22 Oct 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.2.2">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/tree/v6.2.2">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.5.0]]></title>
            <link>https://aiven.io/changelog/1fb4875b-455c-40ee-ba90-f13e4945ad69</link>
            <guid isPermaLink="false">1fb4875b-455c-40ee-ba90-f13e4945ad69</guid>
            <pubDate>Thu, 15 Oct 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.5.0">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Debezium 1.3.0.Final is now available]]></title>
            <link>https://aiven.io/changelog/91289129-db39-4b37-a925-68b2ee9d96cf</link>
            <guid isPermaLink="false">91289129-db39-4b37-a925-68b2ee9d96cf</guid>
            <pubDate>Wed, 14 Oct 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://debezium.io/releases/1.3/release-notes/">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[The Grafana SMTP option startTLS_policy has been added to Aiven for Grafana as an advanced configuration option.]]></title>
            <link>https://aiven.io/changelog/05810e44-5665-4d4a-941c-eb619bd01bf0</link>
            <guid isPermaLink="false">05810e44-5665-4d4a-941c-eb619bd01bf0</guid>
            <pubDate>Tue, 13 Oct 2020 00:00:00 GMT</pubDate>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.2.1]]></title>
            <link>https://aiven.io/changelog/eb844765-215c-4fd2-b239-a9ec47a371e4</link>
            <guid isPermaLink="false">eb844765-215c-4fd2-b239-a9ec47a371e4</guid>
            <pubDate>Fri, 09 Oct 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.2.1">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/tree/v6.2.1">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink HTTP connector have been updated to version 0.1.0]]></title>
            <link>https://aiven.io/changelog/a509db6f-7f29-415d-b949-8f4b0074cb7d</link>
            <guid isPermaLink="false">a509db6f-7f29-415d-b949-8f4b0074cb7d</guid>
            <pubDate>Mon, 05 Oct 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-http/releases/tag/v0.1.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-http/blob/v0.1.0/docs/sink-connector-config-options.rst">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for filtering kafka topics and consumer groups when sending statistics to Datadog.]]></title>
            <link>https://aiven.io/changelog/d1314b8c-1567-46e1-a6a5-2855d652a546</link>
            <guid isPermaLink="false">d1314b8c-1567-46e1-a6a5-2855d652a546</guid>
            <pubDate>Thu, 01 Oct 2020 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Advanced configuration options are now available for InfluxDB]]></title>
            <link>https://aiven.io/changelog/b8a2d926-f39d-432d-93e7-469684d80a94</link>
            <guid isPermaLink="false">b8a2d926-f39d-432d-93e7-469684d80a94</guid>
            <pubDate>Tue, 29 Sep 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>You can find them at the bottom of the Overview tab in the console for your InfluxDB services.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Datadog Agent version 6.22.0 is now available]]></title>
            <link>https://aiven.io/changelog/6e68887f-2a03-4d38-a045-0314cdc8c3fe</link>
            <guid isPermaLink="false">6e68887f-2a03-4d38-a045-0314cdc8c3fe</guid>
            <pubDate>Tue, 22 Sep 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new services will be using this version and existing services have an optional maintenance update that can be applied to update. To see what&#x27;s new see the <a href="https://github.com/DataDog/datadog-agent/blob/master/CHANGELOG.rst">Datadog Agent release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka S3 Sink Connector has been updated to version 2.7.0]]></title>
            <link>https://aiven.io/changelog/a8bef78c-5812-4804-a423-624afeee8307</link>
            <guid isPermaLink="false">a8bef78c-5812-4804-a423-624afeee8307</guid>
            <pubDate>Fri, 18 Sep 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-s3/releases/tag/2.7.0">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-s3">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch new minor version 7.9.1 is now available]]></title>
            <link>https://aiven.io/changelog/6d43b7b1-2c34-44ca-b033-14367e3609ff</link>
            <guid isPermaLink="false">6d43b7b1-2c34-44ca-b033-14367e3609ff</guid>
            <pubDate>Thu, 17 Sep 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/7.9/release-notes-7.9.1.html">Elasticsearch 7.9.1</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.7.4.]]></title>
            <link>https://aiven.io/changelog/a8f6e596-7364-4a49-b3f5-7c1713e7a87f</link>
            <guid isPermaLink="false">a8f6e596-7364-4a49-b3f5-7c1713e7a87f</guid>
            <pubDate>Tue, 08 Sep 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Debezium 1.2.2.Final is now available]]></title>
            <link>https://aiven.io/changelog/089368c0-a6c0-43c6-a44d-86f12ed132d8</link>
            <guid isPermaLink="false">089368c0-a6c0-43c6-a44d-86f12ed132d8</guid>
            <pubDate>Fri, 04 Sep 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://debezium.io/releases/1.2/release-notes/">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.7.3.]]></title>
            <link>https://aiven.io/changelog/f02d95e3-65f2-48ee-a9e9-05f2bdc6e548</link>
            <guid isPermaLink="false">f02d95e3-65f2-48ee-a9e9-05f2bdc6e548</guid>
            <pubDate>Wed, 02 Sep 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch new minor version 6.8.12 is now available]]></title>
            <link>https://aiven.io/changelog/2297f161-3a60-4b5d-9bea-b926b2919687</link>
            <guid isPermaLink="false">2297f161-3a60-4b5d-9bea-b926b2919687</guid>
            <pubDate>Thu, 27 Aug 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.12.html">Elasticsearch 6.8.12</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch new minor version 7.9.0 is now available]]></title>
            <link>https://aiven.io/changelog/356d6d82-fa61-406d-b4de-e834193dba15</link>
            <guid isPermaLink="false">356d6d82-fa61-406d-b4de-e834193dba15</guid>
            <pubDate>Thu, 27 Aug 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/7.9/release-notes-7.9.0.html">Elasticsearch 7.9.0</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[The fork functionality is now available also for Aiven for Redis, allowing you to easily create copies of your services.]]></title>
            <link>https://aiven.io/changelog/19375962-1c1f-4496-aa39-d9ba427944e3</link>
            <guid isPermaLink="false">19375962-1c1f-4496-aa39-d9ba427944e3</guid>
            <pubDate>Wed, 19 Aug 2020 00:00:00 GMT</pubDate>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch new minor version 7.8.1 is now available]]></title>
            <link>https://aiven.io/changelog/f2ca4c09-68cf-460b-abcc-54a49179508b</link>
            <guid isPermaLink="false">f2ca4c09-68cf-460b-abcc-54a49179508b</guid>
            <pubDate>Mon, 17 Aug 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.8.1.html">Elasticsearch 7.8.1</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 2.6 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/449a9258-67f6-46f9-8836-7ca961c9c2c7</link>
            <guid isPermaLink="false">449a9258-67f6-46f9-8836-7ca961c9c2c7</guid>
            <pubDate>Thu, 13 Aug 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://downloads.apache.org/kafka/2.6.0/RELEASE_NOTES.html">Release Notes</a> and <a href="https://blogs.apache.org/kafka/entry/what-s-new-in-apache3">What&#x27;s New in Apache Kafka 2.6.0</a> in the Apache blog.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 12.4, 11.9, 10.14, 9.6.19 and 9.5.23]]></title>
            <link>https://aiven.io/changelog/71bfc066-e791-43fe-a188-8628a2299f91</link>
            <guid isPermaLink="false">71bfc066-e791-43fe-a188-8628a2299f91</guid>
            <pubDate>Thu, 13 Aug 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details about the PostgreSQL minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.2.0]]></title>
            <link>https://aiven.io/changelog/c2c17c58-52b3-49d6-a95e-05c2d2285977</link>
            <guid isPermaLink="false">c2c17c58-52b3-49d6-a95e-05c2d2285977</guid>
            <pubDate>Mon, 10 Aug 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.2.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka Sink Connector for Elasticsearch has been updated to version 6.0.3]]></title>
            <link>https://aiven.io/changelog/442e8026-931e-44ff-beaa-3ce790efcdcf</link>
            <guid isPermaLink="false">442e8026-931e-44ff-beaa-3ce790efcdcf</guid>
            <pubDate>Sat, 08 Aug 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-elasticsearch/releases/tag/v6.0.3">changelog</a> and <a href="https://docs.confluent.io/current/connect/kafka-connect-elasticsearch/index.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.4.3]]></title>
            <link>https://aiven.io/changelog/5932d7ec-b3dc-454f-bcc8-21626ee90a1e</link>
            <guid isPermaLink="false">5932d7ec-b3dc-454f-bcc8-21626ee90a1e</guid>
            <pubDate>Fri, 07 Aug 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.4.3">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[The fork functionality is now available also for InfluxDB]]></title>
            <link>https://aiven.io/changelog/26e8772e-9c15-4c21-acd0-21be23ddb64c</link>
            <guid isPermaLink="false">26e8772e-9c15-4c21-acd0-21be23ddb64c</guid>
            <pubDate>Wed, 05 Aug 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The fork functionality is now available also for InfluxDB, allowing you to easily create copies of your services.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.4.2]]></title>
            <link>https://aiven.io/changelog/468ca329-a2b1-4565-b273-9418fb82dcea</link>
            <guid isPermaLink="false">468ca329-a2b1-4565-b273-9418fb82dcea</guid>
            <pubDate>Wed, 05 Aug 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.4.2">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect sink connector for Google BigQuery version has been updated to version 1.6.5]]></title>
            <link>https://aiven.io/changelog/c96d6dcd-4d7c-4fb7-b060-07d82520b1f6</link>
            <guid isPermaLink="false">c96d6dcd-4d7c-4fb7-b060-07d82520b1f6</guid>
            <pubDate>Tue, 04 Aug 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/wepay/kafka-connect-bigquery/blob/1.6.5/README.md">documentation</a>. This update contains a small breaking change in the configuration, please check the <a href="https://help.aiven.io/en/articles/4198733-migrating-bigquery-kafka-connector-from-1-2-0-to-1-6-5-or-later">migration guide</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[MongoDB Kafka Sink and Source connectors have been added]]></title>
            <link>https://aiven.io/changelog/996d187c-4ec5-4722-a565-c38c160fadc9</link>
            <guid isPermaLink="false">996d187c-4ec5-4722-a565-c38c160fadc9</guid>
            <pubDate>Thu, 30 Jul 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://docs.mongodb.com/kafka-connector/current/">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka S3 Sink Connector has been updated to version 2.6.0]]></title>
            <link>https://aiven.io/changelog/b0681741-0f1a-4181-a8d9-517992a6f839</link>
            <guid isPermaLink="false">b0681741-0f1a-4181-a8d9-517992a6f839</guid>
            <pubDate>Thu, 30 Jul 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-s3/releases/tag/2.6.0">changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-s3">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect GCS sink connector by Aiven has been updated to version 0.4.0]]></title>
            <link>https://aiven.io/changelog/2acd39f8-4a6c-40c5-ba6c-bda94e5029bb</link>
            <guid isPermaLink="false">2acd39f8-4a6c-40c5-ba6c-bda94e5029bb</guid>
            <pubDate>Tue, 28 Jul 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-gcs/releases/tag/v0.4.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-gcs">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Redis to major version 5.0.9]]></title>
            <link>https://aiven.io/changelog/cec0aa73-ce1a-41fc-9f67-4e52082d9198</link>
            <guid isPermaLink="false">cec0aa73-ce1a-41fc-9f67-4e52082d9198</guid>
            <pubDate>Thu, 16 Jul 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.1.2]]></title>
            <link>https://aiven.io/changelog/b55d61d8-72b4-4afd-bffe-94346da07b5a</link>
            <guid isPermaLink="false">b55d61d8-72b4-4afd-bffe-94346da07b5a</guid>
            <pubDate>Wed, 15 Jul 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.1.2">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 7.0.4]]></title>
            <link>https://aiven.io/changelog/9750e52a-37f8-4072-bd62-32a109d2b47f</link>
            <guid isPermaLink="false">9750e52a-37f8-4072-bd62-32a109d2b47f</guid>
            <pubDate>Tue, 14 Jul 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v7-0-x/29381">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) Jakarta region]]></title>
            <link>https://aiven.io/changelog/4b9fdfd4-36cb-4ed3-8cfb-d99ba117a0c8</link>
            <guid isPermaLink="false">4b9fdfd4-36cb-4ed3-8cfb-d99ba117a0c8</guid>
            <pubDate>Wed, 08 Jul 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the <code>asia-southeast2</code> region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.7.2.]]></title>
            <link>https://aiven.io/changelog/640f644b-9822-4d6d-8e98-ca80b43c3382</link>
            <guid isPermaLink="false">640f644b-9822-4d6d-8e98-ca80b43c3382</guid>
            <pubDate>Wed, 08 Jul 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Stream Reactor Kafka connectors have been updated to version 2.0.0]]></title>
            <link>https://aiven.io/changelog/108d8c9f-5c05-4315-8930-57af78d91d9d</link>
            <guid isPermaLink="false">108d8c9f-5c05-4315-8930-57af78d91d9d</guid>
            <pubDate>Fri, 26 Jun 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>RabbitMQ sink and source connectors have been removed as not supported.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[MirrorMaker 2 is now available as a service integration for Kafka]]></title>
            <link>https://aiven.io/changelog/2c8f1764-ea76-492c-82e6-15d60ba53f2c</link>
            <guid isPermaLink="false">2c8f1764-ea76-492c-82e6-15d60ba53f2c</guid>
            <pubDate>Thu, 25 Jun 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This deprecates the old MirrorMaker integration, now visible in the Aiven Console as &#x27;Legacy Kafka MirrorMaker&#x27;. Please see the <a href="https://aiven.io/blog/aiven-now-supports-kafka-mirrormaker-2">announcement</a> and <a href="https://help.aiven.io/en/articles/3992671-getting-started-with-kafka-mirrormaker">documentation</a> for details.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.4.1]]></title>
            <link>https://aiven.io/changelog/2e6f7ca4-7727-4976-8f39-21d6d14f334c</link>
            <guid isPermaLink="false">2e6f7ca4-7727-4976-8f39-21d6d14f334c</guid>
            <pubDate>Thu, 25 Jun 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.4.1">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.1.1]]></title>
            <link>https://aiven.io/changelog/477831e3-c287-4e4a-aa4e-b6439e9ee8b7</link>
            <guid isPermaLink="false">477831e3-c287-4e4a-aa4e-b6439e9ee8b7</guid>
            <pubDate>Mon, 22 Jun 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.1.1">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven collection of single message transformations (SMTs) for Kafka Connect has been updated to version 1.0.0]]></title>
            <link>https://aiven.io/changelog/f50615f4-510e-4c5a-b0e2-7d819ae46758</link>
            <guid isPermaLink="false">f50615f4-510e-4c5a-b0e2-7d819ae46758</guid>
            <pubDate>Fri, 12 Jun 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-transforms/releases/tag/v1.0.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-transforms">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for new Amazon Web Services (AWS) and Google Cloud Platform (GCP) regions]]></title>
            <link>https://aiven.io/changelog/0490c86e-43f2-4dc6-9216-d425aeede8e0</link>
            <guid isPermaLink="false">0490c86e-43f2-4dc6-9216-d425aeede8e0</guid>
            <pubDate>Wed, 10 Jun 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the GCP Las Vegas (<code>us-west4</code>) and Salt Lake City (<code>us-west3</code>) regions as well as AWS Italy (<code>eu-south-1</code>) and South Africa (<code>af-south-1</code>) regions.</p>]]></description>
            <category>Amazon Web Services</category>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.3.1]]></title>
            <link>https://aiven.io/changelog/1c309f5a-f8a6-4e72-a93c-4dba0e1013a9</link>
            <guid isPermaLink="false">1c309f5a-f8a6-4e72-a93c-4dba0e1013a9</guid>
            <pubDate>Mon, 08 Jun 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.3.1">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 6.7.4]]></title>
            <link>https://aiven.io/changelog/2fa67456-5547-4659-bac9-fe4ba26ff31c</link>
            <guid isPermaLink="false">2fa67456-5547-4659-bac9-fe4ba26ff31c</guid>
            <pubDate>Fri, 05 Jun 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v6-7-x/27119">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Manage project membership between projects efficiently using Teams and SAML authentication.<a href="https://help.aiven.io/en/collections/2389082-accounts">View documentation</a>.]]></title>
            <link>https://aiven.io/changelog/ff2e5785-6b0d-4c20-a834-5b941073bbb7</link>
            <guid isPermaLink="false">ff2e5785-6b0d-4c20-a834-5b941073bbb7</guid>
            <pubDate>Tue, 02 Jun 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.7.1.]]></title>
            <link>https://aiven.io/changelog/cdd4d0aa-729e-4be9-926d-f3aa89881872</link>
            <guid isPermaLink="false">cdd4d0aa-729e-4be9-926d-f3aa89881872</guid>
            <pubDate>Sat, 23 May 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven collection of single message transformations (SMTs) for Kafka Connect has been updated to version 0.4.0]]></title>
            <link>https://aiven.io/changelog/3f768749-4a0d-4aa3-9b0f-04dd8c593000</link>
            <guid isPermaLink="false">3f768749-4a0d-4aa3-9b0f-04dd8c593000</guid>
            <pubDate>Wed, 20 May 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-transforms/releases/tag/v0.4.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-transforms">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Debezium 1.1.1.Final is now available]]></title>
            <link>https://aiven.io/changelog/69f98e23-d11d-47da-a16e-24eb041b35b9</link>
            <guid isPermaLink="false">69f98e23-d11d-47da-a16e-24eb041b35b9</guid>
            <pubDate>Mon, 18 May 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://debezium.io/releases/1.1/release-notes/">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch new minor versions 6.8.9 and 7.7.0 are now available]]></title>
            <link>https://aiven.io/changelog/91d58014-2f3e-47db-9432-cf72594ee2a1</link>
            <guid isPermaLink="false">91d58014-2f3e-47db-9432-cf72594ee2a1</guid>
            <pubDate>Mon, 18 May 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.7.0.html">Elasticsearch 7.7.0</a> and <a href="https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.9.html">Elasticsearch 6.8.9</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 12.3, 11.8, 10.13, 9.6.18 and 9.5.22]]></title>
            <link>https://aiven.io/changelog/ffa2debd-58a4-4e11-baad-8cd76a670fa9</link>
            <guid isPermaLink="false">ffa2debd-58a4-4e11-baad-8cd76a670fa9</guid>
            <pubDate>Mon, 18 May 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The extension pg_partman is also updated to version 4.3.0 and is now available on PG11 and 12. See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details about the PostgreSQL minor releases.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.2.4]]></title>
            <link>https://aiven.io/changelog/5f9087ac-5f63-4fd3-8881-94fede585767</link>
            <guid isPermaLink="false">5f9087ac-5f63-4fd3-8881-94fede585767</guid>
            <pubDate>Fri, 15 May 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.2.4">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven PostgreSQL 10, 11, 12 now has the rum extension available.]]></title>
            <link>https://aiven.io/changelog/58439df0-75ed-4416-b91e-5f4ad9f02210</link>
            <guid isPermaLink="false">58439df0-75ed-4416-b91e-5f4ad9f02210</guid>
            <pubDate>Wed, 13 May 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to patched version 1.7.0]]></title>
            <link>https://aiven.io/changelog/ddffb457-2f03-48c2-9cfe-561a64098f86</link>
            <guid isPermaLink="false">ddffb457-2f03-48c2-9cfe-561a64098f86</guid>
            <pubDate>Wed, 06 May 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This fixes issue with PostgreSQL major version upgrade when using TimescaleDB extension.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 2.5 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/d59bfd7a-afd6-4684-9655-2377d00b3a17</link>
            <guid isPermaLink="false">d59bfd7a-afd6-4684-9655-2377d00b3a17</guid>
            <pubDate>Tue, 05 May 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://aiven.io/blog/apache-kafka-2-5-available-on-aiven/">announcement</a> and <a href="https://downloads.apache.org/kafka/2.5.0/RELEASE_NOTES.html">Release Notes</a> for more details.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Fix validation of variables with the same name in the file template in Aiven Kafka Connect GCS sink connector]]></title>
            <link>https://aiven.io/changelog/e45acfc0-e3b4-4379-b876-b72f5354a311</link>
            <guid isPermaLink="false">e45acfc0-e3b4-4379-b876-b72f5354a311</guid>
            <pubDate>Mon, 04 May 2020 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Fix BouncyCastle initialization in Snowflake Kafka connector 1.2.3]]></title>
            <link>https://aiven.io/changelog/bc446547-2849-469c-8194-cab7840ff040</link>
            <guid isPermaLink="false">bc446547-2849-469c-8194-cab7840ff040</guid>
            <pubDate>Wed, 22 Apr 2020 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL services now set a 24 hour timeout by default for idle sessions]]></title>
            <link>https://aiven.io/changelog/427cf73d-405e-48ce-ba7f-c06b5000b1ec</link>
            <guid isPermaLink="false">427cf73d-405e-48ce-ba7f-c06b5000b1ec</guid>
            <pubDate>Tue, 21 Apr 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Idle sessions are rarely useful, and can prevent other transactions and background garbage collection (vacuum) from making progress. To disable the timeout you can set the idle_in_transaction_session_timeout parameter to 0 in your service&#x27;s advanced configuration.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.7.0.]]></title>
            <link>https://aiven.io/changelog/8c247da6-3f43-4b43-86e8-8d9c2d554ad4</link>
            <guid isPermaLink="false">8c247da6-3f43-4b43-86e8-8d9c2d554ad4</guid>
            <pubDate>Mon, 20 Apr 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.2.3]]></title>
            <link>https://aiven.io/changelog/02459fbb-832e-443c-b65c-3bdf7582c2df</link>
            <guid isPermaLink="false">02459fbb-832e-443c-b65c-3bdf7582c2df</guid>
            <pubDate>Thu, 16 Apr 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.2.3">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Debezium 1.1.0.Final is now available]]></title>
            <link>https://aiven.io/changelog/d08461ba-a928-4d3b-91bd-d4b32cf7b493</link>
            <guid isPermaLink="false">d08461ba-a928-4d3b-91bd-d4b32cf7b493</guid>
            <pubDate>Fri, 27 Mar 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://debezium.io/releases/1.1/release-notes/">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect GCS sink connector by Aiven has been updated to version 0.3.0]]></title>
            <link>https://aiven.io/changelog/477de416-254f-485f-802c-db19288526e1</link>
            <guid isPermaLink="false">477de416-254f-485f-802c-db19288526e1</guid>
            <pubDate>Wed, 25 Mar 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/aiven/aiven-kafka-connect-gcs/releases/tag/v0.3.0">the changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-gcs">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.6.1.]]></title>
            <link>https://aiven.io/changelog/6e47059a-802b-4c6f-ac1d-977bfe7c46af</link>
            <guid isPermaLink="false">6e47059a-802b-4c6f-ac1d-977bfe7c46af</guid>
            <pubDate>Wed, 18 Mar 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Allow changing the wal_sender_timeout configuration option.]]></title>
            <link>https://aiven.io/changelog/dfd21508-f53a-4709-b14e-5eacc3f2a8bc</link>
            <guid isPermaLink="false">dfd21508-f53a-4709-b14e-5eacc3f2a8bc</guid>
            <pubDate>Wed, 18 Mar 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 6.6.2]]></title>
            <link>https://aiven.io/changelog/342db4cd-d20f-4808-8b82-95b13af80920</link>
            <guid isPermaLink="false">342db4cd-d20f-4808-8b82-95b13af80920</guid>
            <pubDate>Wed, 04 Mar 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v6-6-x/24924">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[MySQL server version 8.0.19 now available]]></title>
            <link>https://aiven.io/changelog/f9df7fdd-780d-4077-b6dc-f780fa56f7e5</link>
            <guid isPermaLink="false">f9df7fdd-780d-4077-b6dc-f780fa56f7e5</guid>
            <pubDate>Wed, 04 Mar 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Added AJAX Panel plugin to Grafana]]></title>
            <link>https://aiven.io/changelog/785e799f-8827-4e9b-81d2-2f3cd492158a</link>
            <guid isPermaLink="false">785e799f-8827-4e9b-81d2-2f3cd492158a</guid>
            <pubDate>Fri, 28 Feb 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://grafana.com/plugins/ryantxu-ajax-panel">AJAX Panel for Grafana</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect GCS sink connector by Aiven has been updated to version 0.2.0]]></title>
            <link>https://aiven.io/changelog/362c7652-d4de-49e1-8a00-76266bb87f78</link>
            <guid isPermaLink="false">362c7652-d4de-49e1-8a00-76266bb87f78</guid>
            <pubDate>Mon, 24 Feb 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/aiven/aiven-kafka-connect-gcs/releases/tag/v0.2.0">the changelog</a> and <a href="https://github.com/aiven/aiven-kafka-connect-gcs">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 12.2, 11.7, 10.12, 9.6.17 and 9.5.21]]></title>
            <link>https://aiven.io/changelog/be0eb95e-7232-42da-8a8f-28eb125a6124</link>
            <guid isPermaLink="false">be0eb95e-7232-42da-8a8f-28eb125a6124</guid>
            <pubDate>Wed, 19 Feb 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[The options http.max_header_size and http.max_initial_line_length have been added to Aiven for Elasticsearch advanced settings.]]></title>
            <link>https://aiven.io/changelog/dfa28960-b0d8-4195-9292-12d0b5aadb1c</link>
            <guid isPermaLink="false">dfa28960-b0d8-4195-9292-12d0b5aadb1c</guid>
            <pubDate>Wed, 19 Feb 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 1.1.0]]></title>
            <link>https://aiven.io/changelog/ced618aa-a70b-4000-97bd-eaa821987149</link>
            <guid isPermaLink="false">ced618aa-a70b-4000-97bd-eaa821987149</guid>
            <pubDate>Fri, 14 Feb 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v1.1.0">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Change <code>connection_info</code> in <a href="https://api.aiven.io/doc/">Aiven API</a> for Redis services]]></title>
            <link>https://aiven.io/changelog/7f811f90-fa86-4645-930f-86bea75c0b53</link>
            <guid isPermaLink="false">7f811f90-fa86-4645-930f-86bea75c0b53</guid>
            <pubDate>Thu, 13 Feb 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Master node will be removed from <code>redis_slave</code> array. For 1-node Redis service, <code>redis_slave</code> will be an empty array. For 2-node Redis service, <code>redis_slave</code> contain only the slave.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Added Cassandra table and client request metrics]]></title>
            <link>https://aiven.io/changelog/d999a88f-bb5c-4bac-be53-9f025ad91fd1</link>
            <guid isPermaLink="false">d999a88f-bb5c-4bac-be53-9f025ad91fd1</guid>
            <pubDate>Wed, 05 Feb 2020 00:00:00 GMT</pubDate>
            <category>Apache Cassandra®</category>
        </item>
        <item>
            <title><![CDATA[<a href="https://karapace.io" rel="nofollow noopener noreferrer">Karapace</a> taken into use for new services to replace Schema Registry.]]></title>
            <link>https://aiven.io/changelog/74226f62-2ff9-4173-8f22-d1a3dda27d35</link>
            <guid isPermaLink="false">74226f62-2ff9-4173-8f22-d1a3dda27d35</guid>
            <pubDate>Thu, 30 Jan 2020 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Aiven Kafka Connect sink and source JDBC connectors have been updated to version 6.1.0]]></title>
            <link>https://aiven.io/changelog/6b3cb914-c95d-4c79-898f-7151e8c7a0a8</link>
            <guid isPermaLink="false">6b3cb914-c95d-4c79-898f-7151e8c7a0a8</guid>
            <pubDate>Wed, 29 Jan 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.1.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Read access to connection pool statistics]]></title>
            <link>https://aiven.io/changelog/b2d82e3e-8ad7-4927-85ed-b745c56a163a</link>
            <guid isPermaLink="false">b2d82e3e-8ad7-4927-85ed-b745c56a163a</guid>
            <pubDate>Mon, 27 Jan 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.6.0.]]></title>
            <link>https://aiven.io/changelog/24147b5b-442f-4ce5-ac83-2cbf795bc35c</link>
            <guid isPermaLink="false">24147b5b-442f-4ce5-ac83-2cbf795bc35c</guid>
            <pubDate>Thu, 16 Jan 2020 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 6.5.2 and all plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/d37f06a9-bc95-47fa-94ab-774584fd961c</link>
            <guid isPermaLink="false">d37f06a9-bc95-47fa-94ab-774584fd961c</guid>
            <pubDate>Wed, 15 Jan 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v6-5-x/22704">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch version 7.5.1 is now available]]></title>
            <link>https://aiven.io/changelog/089858f8-ee14-4370-ad95-48bc42f2bf32</link>
            <guid isPermaLink="false">089858f8-ee14-4370-ad95-48bc42f2bf32</guid>
            <pubDate>Fri, 03 Jan 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.5.1.html">Elasticsearch 7.5.1</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-7.5.1.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Debezium 1.0.0.Final is now available]]></title>
            <link>https://aiven.io/changelog/342abf46-cd1b-4366-bd68-2eb13b596b4b</link>
            <guid isPermaLink="false">342abf46-cd1b-4366-bd68-2eb13b596b4b</guid>
            <pubDate>Tue, 31 Dec 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://debezium.io/releases/1.0/release-notes/">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.5.1.]]></title>
            <link>https://aiven.io/changelog/d27368d8-e18b-4ffd-889a-67ec75258e2c</link>
            <guid isPermaLink="false">d27368d8-e18b-4ffd-889a-67ec75258e2c</guid>
            <pubDate>Fri, 20 Dec 2019 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[MySQL server version 8.0.18 now available]]></title>
            <link>https://aiven.io/changelog/589ec738-3fe3-48fa-bc81-5d3645dba731</link>
            <guid isPermaLink="false">589ec738-3fe3-48fa-bc81-5d3645dba731</guid>
            <pubDate>Mon, 16 Dec 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-18.html">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Easy migration from existing Redis server]]></title>
            <link>https://aiven.io/changelog/b7774dea-1e74-4d1e-961f-ec6390536545</link>
            <guid isPermaLink="false">b7774dea-1e74-4d1e-961f-ec6390536545</guid>
            <pubDate>Thu, 05 Dec 2019 00:00:00 GMT</pubDate>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka Connect sink connector for Elasticsearch is now available in the preview mode]]></title>
            <link>https://aiven.io/changelog/5d5702b8-b095-4f12-ac15-8c6cd7311ffb</link>
            <guid isPermaLink="false">5d5702b8-b095-4f12-ac15-8c6cd7311ffb</guid>
            <pubDate>Fri, 22 Nov 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://docs.confluent.io/current/connect/kafka-connect-elasticsearch/index.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Stream Reactor Kafka Connect RabbitMQ sink and source connectors are now available in the preview mode]]></title>
            <link>https://aiven.io/changelog/9dc9c23c-ef97-45d8-926b-12ef650fecd3</link>
            <guid isPermaLink="false">9dc9c23c-ef97-45d8-926b-12ef650fecd3</guid>
            <pubDate>Tue, 19 Nov 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/lensesio/stream-reactor/tree/master/kafka-connect-rabbitmq/">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL 12.1 now available]]></title>
            <link>https://aiven.io/changelog/64438e04-2b5c-4142-bd12-227cbbcfd996</link>
            <guid isPermaLink="false">64438e04-2b5c-4142-bd12-227cbbcfd996</guid>
            <pubDate>Mon, 18 Nov 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>PostgreSQL 12 comes with many new features and performance enhancements. Please see our blog <a href="https://aiven.io/blog/aiven-releases-postgesql-12">post</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 11.6, 10.11, 9.6.16 and 9.5.20]]></title>
            <link>https://aiven.io/changelog/75c06e22-44ba-4a6c-ba2d-8e7818f7f7b0</link>
            <guid isPermaLink="false">75c06e22-44ba-4a6c-ba2d-8e7818f7f7b0</guid>
            <pubDate>Fri, 15 Nov 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 0.5.5]]></title>
            <link>https://aiven.io/changelog/b1142d39-8dce-4641-a328-6005cceb92ab</link>
            <guid isPermaLink="false">b1142d39-8dce-4641-a328-6005cceb92ab</guid>
            <pubDate>Sat, 09 Nov 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v0.5.5">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to patched version 0.5.4]]></title>
            <link>https://aiven.io/changelog/d55e0fc9-6f2b-4436-aa8c-6201448fe174</link>
            <guid isPermaLink="false">d55e0fc9-6f2b-4436-aa8c-6201448fe174</guid>
            <pubDate>Thu, 07 Nov 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v0.5.4">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven collection of single message transformations (SMTs) for Kafka Connect has been updated to version 0.2.0]]></title>
            <link>https://aiven.io/changelog/e2349d54-6fe1-4f3d-813c-0be603392973</link>
            <guid isPermaLink="false">e2349d54-6fe1-4f3d-813c-0be603392973</guid>
            <pubDate>Wed, 06 Nov 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-transforms/releases/tag/v0.2.0">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-transforms">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch version 7.4.2 is now available]]></title>
            <link>https://aiven.io/changelog/0c1cef18-20f0-40dd-995d-d507d29166c0</link>
            <guid isPermaLink="false">0c1cef18-20f0-40dd-995d-d507d29166c0</guid>
            <pubDate>Fri, 01 Nov 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.4.2.html">Elasticsearch 7.4.2</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-7.4.2.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.5.0.]]></title>
            <link>https://aiven.io/changelog/3f239938-2430-4ebc-a2bc-3dbcb7023ae1</link>
            <guid isPermaLink="false">3f239938-2430-4ebc-a2bc-3dbcb7023ae1</guid>
            <pubDate>Fri, 01 Nov 2019 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch version 6.8.4 is now available]]></title>
            <link>https://aiven.io/changelog/7e1ff980-9aa9-4ac6-91e3-71b2971ab3b7</link>
            <guid isPermaLink="false">7e1ff980-9aa9-4ac6-91e3-71b2971ab3b7</guid>
            <pubDate>Fri, 01 Nov 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.8.4.html">Elasticsearch 6.8.4</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-6.8.4.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 0.5.3]]></title>
            <link>https://aiven.io/changelog/9e2ce330-fb74-403d-81d7-ac4440d581ea</link>
            <guid isPermaLink="false">9e2ce330-fb74-403d-81d7-ac4440d581ea</guid>
            <pubDate>Fri, 01 Nov 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v0.5.3">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[The option http.max_content_length has been added to Aiven for Elasticsearch advanced settings.]]></title>
            <link>https://aiven.io/changelog/1013fd26-bb1a-43ce-b511-e5bb014646dd</link>
            <guid isPermaLink="false">1013fd26-bb1a-43ce-b511-e5bb014646dd</guid>
            <pubDate>Wed, 30 Oct 2019 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[HTTP sink connector has been added in the preview mode]]></title>
            <link>https://aiven.io/changelog/60ae1fa6-9aee-406d-8d64-76367c1de5c5</link>
            <guid isPermaLink="false">60ae1fa6-9aee-406d-8d64-76367c1de5c5</guid>
            <pubDate>Tue, 29 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/aiven/aiven-kafka-connect-http/blob/17c624508a0188a8e5e2f3c8e4f374e6a318b7e7/docs/sink-connector-config-options.rst">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Cassandra service role management]]></title>
            <link>https://aiven.io/changelog/a0c2901c-5272-4271-86d7-8edbca0a11fe</link>
            <guid isPermaLink="false">a0c2901c-5272-4271-86d7-8edbca0a11fe</guid>
            <pubDate>Mon, 28 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This allows you to create and manage database roles in Aiven UI.</p>]]></description>
            <category>Apache Cassandra®</category>
        </item>
        <item>
            <title><![CDATA[The MySQL server option innodb_ft_min_token_size has been added to Aiven for MySQL as advanced configuration option.]]></title>
            <link>https://aiven.io/changelog/bc783a24-6238-4bd7-9c56-c9fa70b39af9</link>
            <guid isPermaLink="false">bc783a24-6238-4bd7-9c56-c9fa70b39af9</guid>
            <pubDate>Mon, 28 Oct 2019 00:00:00 GMT</pubDate>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 0.5.2]]></title>
            <link>https://aiven.io/changelog/b0119cef-5646-4884-8d86-513930ca4d02</link>
            <guid isPermaLink="false">b0119cef-5646-4884-8d86-513930ca4d02</guid>
            <pubDate>Fri, 25 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v0.5.2">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added BigQuery datasource to Grafana]]></title>
            <link>https://aiven.io/changelog/3b6ec7f4-46e0-4a48-9316-2d8872b8a598</link>
            <guid isPermaLink="false">3b6ec7f4-46e0-4a48-9316-2d8872b8a598</guid>
            <pubDate>Thu, 24 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://grafana.com/plugins/doitintl-bigquery-datasource">BigQuery Datasource</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Project VPCs and virtual network peering is supported for Azure]]></title>
            <link>https://aiven.io/changelog/643bc2c5-dd3e-4cd9-b6e5-8f3cedbaebf9</link>
            <guid isPermaLink="false">643bc2c5-dd3e-4cd9-b6e5-8f3cedbaebf9</guid>
            <pubDate>Wed, 23 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://help.aiven.io/en/articles/3435096-azure-virtual-network-peering">the help article</a> for more instructions.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven's Journalpump is upgraded to 2.1.3 version]]></title>
            <link>https://aiven.io/changelog/719362d7-dc2c-4490-8392-799159c1a637</link>
            <guid isPermaLink="false">719362d7-dc2c-4490-8392-799159c1a637</guid>
            <pubDate>Wed, 23 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Notable change is that new entries are sent to /(index)/_bulk instead of /_bulk URL; this may affect ACLs although access to /(index) was required before too.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL now has the pg_cron extension available.]]></title>
            <link>https://aiven.io/changelog/d0d3cbf0-42fb-44ec-92e0-1a8efdd52f40</link>
            <guid isPermaLink="false">d0d3cbf0-42fb-44ec-92e0-1a8efdd52f40</guid>
            <pubDate>Wed, 23 Oct 2019 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL extension PostGIS has been updated to version 2.5.3]]></title>
            <link>https://aiven.io/changelog/8fffc164-b7eb-4173-a466-46c0a317f22d</link>
            <guid isPermaLink="false">8fffc164-b7eb-4173-a466-46c0a317f22d</guid>
            <pubDate>Mon, 21 Oct 2019 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[The MySQL server options default_time_zone and group_concat_max_len have been added to Aiven for MySQL as advanced options.]]></title>
            <link>https://aiven.io/changelog/bbc14e1c-58ab-4f92-8d95-7fbd6ca39c53</link>
            <guid isPermaLink="false">bbc14e1c-58ab-4f92-8d95-7fbd6ca39c53</guid>
            <pubDate>Fri, 18 Oct 2019 00:00:00 GMT</pubDate>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL now has the tsm_system_rows extension available.]]></title>
            <link>https://aiven.io/changelog/fc6a3414-6c7e-45d3-82cb-290482415756</link>
            <guid isPermaLink="false">fc6a3414-6c7e-45d3-82cb-290482415756</guid>
            <pubDate>Thu, 17 Oct 2019 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's pgstattuple extension is now supported for PostgreSQL versions 10 and 11.]]></title>
            <link>https://aiven.io/changelog/5236345b-9f3b-4eb4-8a2b-b69c575601d2</link>
            <guid isPermaLink="false">5236345b-9f3b-4eb4-8a2b-b69c575601d2</guid>
            <pubDate>Wed, 16 Oct 2019 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven's Kafka Connect JDBC connector has been updated to version 6.0.1]]></title>
            <link>https://aiven.io/changelog/7372c6c1-71ef-4809-a859-6fdbbd40bd07</link>
            <guid isPermaLink="false">7372c6c1-71ef-4809-a859-6fdbbd40bd07</guid>
            <pubDate>Tue, 15 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc/releases/tag/v6.0.1">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-jdbc">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch version 7.4.0 is now available]]></title>
            <link>https://aiven.io/changelog/b7ce2d2f-8b95-4327-81b8-537a063416b6</link>
            <guid isPermaLink="false">b7ce2d2f-8b95-4327-81b8-537a063416b6</guid>
            <pubDate>Mon, 14 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.4.0.html">Elasticsearch 7.4.0</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-7.4.0.html">Kibana</a>. To enable upgrading to Elasticsearch 7, you must first apply the latest maintenance updates for your Elasticsearch 6 service.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Debezium 0.10.0.Final now available]]></title>
            <link>https://aiven.io/changelog/cf2bd5ca-20b1-4e19-aa52-a3a9651538b8</link>
            <guid isPermaLink="false">cf2bd5ca-20b1-4e19-aa52-a3a9651538b8</guid>
            <pubDate>Mon, 07 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://debezium.io/releases/0.10/release-notes/">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven collection of single message transformations (SMTs) for Kafka Connect has been updated to version 0.1.1]]></title>
            <link>https://aiven.io/changelog/d32cfabf-8fb6-4193-b5c3-cc712fbafa49</link>
            <guid isPermaLink="false">d32cfabf-8fb6-4193-b5c3-cc712fbafa49</guid>
            <pubDate>Mon, 07 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/aiven/aiven-kafka-connect-transforms/releases/tag/v0.1.1">release notes</a> and the <a href="https://github.com/aiven/aiven-kafka-connect-transforms">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.4.2.]]></title>
            <link>https://aiven.io/changelog/f753bfde-ae9a-4135-8b4f-6fc3d6c7463f</link>
            <guid isPermaLink="false">f753bfde-ae9a-4135-8b4f-6fc3d6c7463f</guid>
            <pubDate>Fri, 04 Oct 2019 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect Stream Reactor 1.2.2 now available]]></title>
            <link>https://aiven.io/changelog/6c2585d6-4dd0-40f3-9d66-61eca670d485</link>
            <guid isPermaLink="false">6c2585d6-4dd0-40f3-9d66-61eca670d485</guid>
            <pubDate>Wed, 02 Oct 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://github.com/Landoop/stream-reactor/releases/tag/1.2.2">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 0.5.0]]></title>
            <link>https://aiven.io/changelog/ce9df0e6-bc83-4af1-99ec-86e992dece92</link>
            <guid isPermaLink="false">ce9df0e6-bc83-4af1-99ec-86e992dece92</guid>
            <pubDate>Mon, 30 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/snowflakedb/snowflake-kafka-connector/releases/tag/v0.5.0">the changelog</a> and <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Redis to major version 5.0.6]]></title>
            <link>https://aiven.io/changelog/7ccfcbea-869c-4001-a8a7-db6a08e683c9</link>
            <guid isPermaLink="false">7ccfcbea-869c-4001-a8a7-db6a08e683c9</guid>
            <pubDate>Thu, 26 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[MySQL server version 8.0.17 now available]]></title>
            <link>https://aiven.io/changelog/e1487a5e-1f70-4260-9b3a-2aaef3ad9ddc</link>
            <guid isPermaLink="false">e1487a5e-1f70-4260-9b3a-2aaef3ad9ddc</guid>
            <pubDate>Thu, 26 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-17.html">Release Notes</a> for what&#x27;s new in this release.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Aiven for InfluxDB has been upgraded to the latest release, 1.7.8, which includes a number of bug fixes]]></title>
            <link>https://aiven.io/changelog/2bbe5157-d156-4bd7-a6df-554741dc19e8</link>
            <guid isPermaLink="false">2bbe5157-d156-4bd7-a6df-554741dc19e8</guid>
            <pubDate>Thu, 19 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://github.com/influxdata/influxdb/blob/v1.7.8/CHANGELOG.md">Changelog</a> for details of the changes.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven collection of Single Message Transformations (SMTs) for Kafka Connect version 0.1.0 has been added]]></title>
            <link>https://aiven.io/changelog/ad1a53a6-77fe-47db-a9e2-59d93189e2e2</link>
            <guid isPermaLink="false">ad1a53a6-77fe-47db-a9e2-59d93189e2e2</guid>
            <pubDate>Wed, 11 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/aiven/aiven-kafka-connect-transforms">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 0.4.0]]></title>
            <link>https://aiven.io/changelog/6a25b370-2962-4c29-a25e-314ec8ae40b2</link>
            <guid isPermaLink="false">6a25b370-2962-4c29-a25e-314ec8ae40b2</guid>
            <pubDate>Tue, 10 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added more Kafka Connect metrics (connect-worker-rebalance-metrics, sink-task-metrics, source-task-metrics).]]></title>
            <link>https://aiven.io/changelog/9efc88d1-0b09-4da1-a360-93d79ae7a247</link>
            <guid isPermaLink="false">9efc88d1-0b09-4da1-a360-93d79ae7a247</guid>
            <pubDate>Tue, 10 Sep 2019 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 2.3 is now available on Aiven]]></title>
            <link>https://aiven.io/changelog/79059c7f-f260-4f99-b38c-86caf384e09c</link>
            <guid isPermaLink="false">79059c7f-f260-4f99-b38c-86caf384e09c</guid>
            <pubDate>Thu, 05 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Also Kafka 2.1 and 2.2 are updated to the latest code. Support was also added for separate Kafka Connect clusters.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch version 6.8.2 is now available]]></title>
            <link>https://aiven.io/changelog/170d56e0-a62a-4f71-b31a-ed42b9afb109</link>
            <guid isPermaLink="false">170d56e0-a62a-4f71-b31a-ed42b9afb109</guid>
            <pubDate>Sun, 01 Sep 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.8.2.html">Elasticsearch 6.8.2</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-6.8.2.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Added support for Amazon Web Services (AWS) Bahrain (<code>me-south-1</code>) and Hong Kong (<code>ap-east-1</code>) regions]]></title>
            <link>https://aiven.io/changelog/3a819626-5ead-4440-9319-d685b5ac0480</link>
            <guid isPermaLink="false">3a819626-5ead-4440-9319-d685b5ac0480</guid>
            <pubDate>Thu, 15 Aug 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the new regions.</p>]]></description>
            <category>Amazon Web Services</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect sink connector for Google BigQuery version 1.2.0 has been added]]></title>
            <link>https://aiven.io/changelog/7495c700-3af0-4df1-9457-594ae77fd5da</link>
            <guid isPermaLink="false">7495c700-3af0-4df1-9457-594ae77fd5da</guid>
            <pubDate>Tue, 13 Aug 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/aiven/kafka-connect-bigquery/tree/1.2.0-explicit-json-credentials">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector has been updated to version 0.3.2]]></title>
            <link>https://aiven.io/changelog/402da994-fd99-4062-9dde-d6c6d0e3c97c</link>
            <guid isPermaLink="false">402da994-fd99-4062-9dde-d6c6d0e3c97c</guid>
            <pubDate>Thu, 08 Aug 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 11.5, 10.10, 9.6.15 and 9.5.19]]></title>
            <link>https://aiven.io/changelog/725b14c3-3013-4061-9ca4-1adc47297183</link>
            <guid isPermaLink="false">725b14c3-3013-4061-9ca4-1adc47297183</guid>
            <pubDate>Thu, 08 Aug 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.4.1.]]></title>
            <link>https://aiven.io/changelog/eae73587-21b8-4262-85ea-a1df4fe1cff8</link>
            <guid isPermaLink="false">eae73587-21b8-4262-85ea-a1df4fe1cff8</guid>
            <pubDate>Thu, 08 Aug 2019 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Added Pagerduty datasource and Statusmap panel to Grafana]]></title>
            <link>https://aiven.io/changelog/afcffe29-e261-4874-b849-7aa080d1b525</link>
            <guid isPermaLink="false">afcffe29-e261-4874-b849-7aa080d1b525</guid>
            <pubDate>Fri, 12 Jul 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://grafana.com/plugins/xginn8-pagerduty-datasource">Pagerduty Datasource</a> and <a href="https://grafana.com/plugins/flant-statusmap-panel">Statusmap Panel</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Metrics for Kafka Connect]]></title>
            <link>https://aiven.io/changelog/fbe029a5-7e81-4b39-96e8-9f779095de59</link>
            <guid isPermaLink="false">fbe029a5-7e81-4b39-96e8-9f779095de59</guid>
            <pubDate>Wed, 10 Jul 2019 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Splunk Kafka Connect Connector version 1.1.1 has been added]]></title>
            <link>https://aiven.io/changelog/1961b1f3-1a5d-419c-80b1-874d3452d693</link>
            <guid isPermaLink="false">1961b1f3-1a5d-419c-80b1-874d3452d693</guid>
            <pubDate>Thu, 27 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://github.com/splunk/kafka-connect-splunk">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 6.2.5 and all plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/5d105d7c-9324-4e81-b292-80cec0a0d414</link>
            <guid isPermaLink="false">5d105d7c-9324-4e81-b292-80cec0a0d414</guid>
            <pubDate>Thu, 27 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v6-2-x/17037">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Snowflake Kafka Connect Connector version 0.3 has been added]]></title>
            <link>https://aiven.io/changelog/28a568a4-bd8c-4e53-9d84-36f1e3c2ba8b</link>
            <guid isPermaLink="false">28a568a4-bd8c-4e53-9d84-36f1e3c2ba8b</guid>
            <pubDate>Wed, 26 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://docs.snowflake.net/manuals/user-guide/kafka-connector.html">the documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.3.2.]]></title>
            <link>https://aiven.io/changelog/4cff0cd4-ea18-422e-9509-5506ddb8b417</link>
            <guid isPermaLink="false">4cff0cd4-ea18-422e-9509-5506ddb8b417</guid>
            <pubDate>Wed, 26 Jun 2019 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Added Instana data source and singlestat panel plugin to Grafana]]></title>
            <link>https://aiven.io/changelog/214605dc-de77-4483-90e6-4ffb5f0d399c</link>
            <guid isPermaLink="false">214605dc-de77-4483-90e6-4ffb5f0d399c</guid>
            <pubDate>Mon, 24 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://grafana.com/plugins/instana-datasource">Instana Data Source</a> and <a href="https://grafana.com/plugins/blackmirror1-singlestat-math-panel">Singlestat Math Panel</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 11.4, 10.9, 9.6.14 and 9.5.18]]></title>
            <link>https://aiven.io/changelog/fe4a923f-5502-4beb-9ae6-f4bcf30841ab</link>
            <guid isPermaLink="false">fe4a923f-5502-4beb-9ae6-f4bcf30841ab</guid>
            <pubDate>Thu, 20 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[User configurable backup start time]]></title>
            <link>https://aiven.io/changelog/451fca5d-a782-4247-89df-538aed08aafc</link>
            <guid isPermaLink="false">451fca5d-a782-4247-89df-538aed08aafc</guid>
            <pubDate>Tue, 18 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Allows always creating backups at the given time of day.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Schema registry client and Elasticsearch and JDBC connectors have been updated to version 5.0.3]]></title>
            <link>https://aiven.io/changelog/5c481813-522b-4a10-b3c3-a310760b0c92</link>
            <guid isPermaLink="false">5c481813-522b-4a10-b3c3-a310760b0c92</guid>
            <pubDate>Tue, 18 Jun 2019 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Enable SCRAM-SHA-256 and SCRAM-SHA-512 mechanisms for Kafka SASL authentication]]></title>
            <link>https://aiven.io/changelog/871d8992-f502-4df5-a277-3a45dc324f55</link>
            <guid isPermaLink="false">871d8992-f502-4df5-a277-3a45dc324f55</guid>
            <pubDate>Tue, 18 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The new options can be used in addition to the previously enabled PLAIN mechanism.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Support accessing Grafana from non-private addresses with services running in the VPC]]></title>
            <link>https://aiven.io/changelog/19771e2a-7b4e-4fce-9753-ddf1aaba0c06</link>
            <guid isPermaLink="false">19771e2a-7b4e-4fce-9753-ddf1aaba0c06</guid>
            <pubDate>Thu, 13 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Enabling this requires a separate configuration change under advanced settings.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Support accessing MySQL and Prometheus on MySQL services from non-private addresses with services running in the VPC]]></title>
            <link>https://aiven.io/changelog/1fc31633-975c-44f8-8f55-c6485d5b22b8</link>
            <guid isPermaLink="false">1fc31633-975c-44f8-8f55-c6485d5b22b8</guid>
            <pubDate>Tue, 11 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Enabling this requires a separate configuration change under advanced settings.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[User configurable global SQL mode.]]></title>
            <link>https://aiven.io/changelog/abff3353-6fdd-4b44-93e5-614c1e79a73a</link>
            <guid isPermaLink="false">abff3353-6fdd-4b44-93e5-614c1e79a73a</guid>
            <pubDate>Thu, 06 Jun 2019 00:00:00 GMT</pubDate>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Support accessing Prometheus metrics from non-private addresses with services running in the VPC]]></title>
            <link>https://aiven.io/changelog/bbd55fef-4c0e-4367-947e-0d7342c23d50</link>
            <guid isPermaLink="false">bbd55fef-4c0e-4367-947e-0d7342c23d50</guid>
            <pubDate>Mon, 03 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Enabling this requires a separate configuration change under advanced settings.</p>]]></description>
            <category>Apache Cassandra®</category>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Support accessing Elasticsearch, Kibana, Redis and InfluxDB from non-private addresses with services running in the VPC]]></title>
            <link>https://aiven.io/changelog/dc5297bc-f31d-433a-9a16-cc33c5577464</link>
            <guid isPermaLink="false">dc5297bc-f31d-433a-9a16-cc33c5577464</guid>
            <pubDate>Mon, 03 Jun 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Enabling this requires a separate configuration change under advanced settings.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Support sending logs to external Elasticsearch service]]></title>
            <link>https://aiven.io/changelog/d93f7923-6df2-45b6-bbe9-a94cad6c386e</link>
            <guid isPermaLink="false">d93f7923-6df2-45b6-bbe9-a94cad6c386e</guid>
            <pubDate>Tue, 21 May 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To get started with the external Elasticsearch integration see the <a href="https://help.aiven.io/services/integrations/external-elasticsearch-log-integration">External Elasticsearch integration guide</a></p>]]></description>
            <category>Apache Cassandra®</category>
            <category>Grafana®</category>
            <category>Apache Kafka®</category>
            <category>MySQL</category>
            <category>PostgreSQL®</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch version 5.6.16 is now available for Elasticsearch 5.6 users]]></title>
            <link>https://aiven.io/changelog/7ec28922-3be8-48dd-bd04-8d1e0c8fee9d</link>
            <guid isPermaLink="false">7ec28922-3be8-48dd-bd04-8d1e0c8fee9d</guid>
            <pubDate>Sun, 12 May 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.16.html">Elasticsearch 5.6.16</a> and <a href="https://www.elastic.co/guide/en/kibana/5.6/release-notes-5.6.16.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[MySQL server version 8.0.16 now available.]]></title>
            <link>https://aiven.io/changelog/9581f6c5-9833-48a1-80ab-33b4cb24bf27</link>
            <guid isPermaLink="false">9581f6c5-9833-48a1-80ab-33b4cb24bf27</guid>
            <pubDate>Fri, 10 May 2019 00:00:00 GMT</pubDate>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 11.3, 10.8, 9.6.13 and 9.5.17]]></title>
            <link>https://aiven.io/changelog/379681ba-9e0d-41dd-a970-a401fd7d42d7</link>
            <guid isPermaLink="false">379681ba-9e0d-41dd-a970-a401fd7d42d7</guid>
            <pubDate>Thu, 09 May 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/docs/release/">release notes</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.3.0.]]></title>
            <link>https://aiven.io/changelog/28e591de-457b-4529-94cf-c504cfcd029b</link>
            <guid isPermaLink="false">28e591de-457b-4529-94cf-c504cfcd029b</guid>
            <pubDate>Tue, 07 May 2019 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Add support for Stream Reactor's Kafka Connect sink]]></title>
            <link>https://aiven.io/changelog/486731e4-259c-48bd-b3b4-68b555cf8e68</link>
            <guid isPermaLink="false">486731e4-259c-48bd-b3b4-68b555cf8e68</guid>
            <pubDate>Tue, 07 May 2019 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Sink and Source Kafka Connect JDBC connectors by Aiven are available as part of Aiven for Apache Kafka Connect.]]></title>
            <link>https://aiven.io/changelog/70cb8dd5-94bf-4339-83ff-05f2c78d6cc9</link>
            <guid isPermaLink="false">70cb8dd5-94bf-4339-83ff-05f2c78d6cc9</guid>
            <pubDate>Mon, 06 May 2019 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 6.1.6 and all plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/a300a578-db15-4997-aef6-4e2b73e045e4</link>
            <guid isPermaLink="false">a300a578-db15-4997-aef6-4e2b73e045e4</guid>
            <pubDate>Tue, 30 Apr 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v6-1-x/15772">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch version 6.7.1 is now available]]></title>
            <link>https://aiven.io/changelog/6ce5360d-6aaf-4869-b9a4-d0b63942fc3f</link>
            <guid isPermaLink="false">6ce5360d-6aaf-4869-b9a4-d0b63942fc3f</guid>
            <pubDate>Mon, 29 Apr 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.7.1.html">Elasticsearch 6.7.1</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-6.7.1.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Remote syslog support for Aiven services]]></title>
            <link>https://aiven.io/changelog/0bbedd62-c49d-404a-abe8-8eff167b9e3c</link>
            <guid isPermaLink="false">0bbedd62-c49d-404a-abe8-8eff167b9e3c</guid>
            <pubDate>Fri, 26 Apr 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To get started with syslog integration, see the <a href="https://help.aiven.io/services/integrations/remote-syslog-integration">Remote syslog integration guide</a>.</p>]]></description>
            <category>Apache Cassandra®</category>
            <category>Apache Kafka®</category>
            <category>MySQL</category>
            <category>PostgreSQL®</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 6.1.4 and all plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/e0c55eca-c110-4573-bcb4-e3f998814473</link>
            <guid isPermaLink="false">e0c55eca-c110-4573-bcb4-e3f998814473</guid>
            <pubDate>Thu, 25 Apr 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v6-1-x/15772">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) Osaka (<code>asia-northeast2</code>) region]]></title>
            <link>https://aiven.io/changelog/5f77865f-0df9-4864-8c8e-d313fe554bbb</link>
            <guid isPermaLink="false">5f77865f-0df9-4864-8c8e-d313fe554bbb</guid>
            <pubDate>Sat, 20 Apr 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the new region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Added support for Azure regions France Central, India West, Korea Central and South Africa North regions]]></title>
            <link>https://aiven.io/changelog/709e0cf0-f161-4db5-b38e-98447e495326</link>
            <guid isPermaLink="false">709e0cf0-f161-4db5-b38e-98447e495326</guid>
            <pubDate>Thu, 18 Apr 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in these regions.</p>]]></description>
            <category>Microsoft Azure</category>
        </item>
        <item>
            <title><![CDATA[Apache Kafka version 2.2 is now available on Aiven.]]></title>
            <link>https://aiven.io/changelog/edc9ec87-c2db-49ff-b4ba-159aaec1c73e</link>
            <guid isPermaLink="false">edc9ec87-c2db-49ff-b4ba-159aaec1c73e</guid>
            <pubDate>Wed, 17 Apr 2019 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect GCS connector by Aiven is available as part of Aiven for Apache Kafka Connect.]]></title>
            <link>https://aiven.io/changelog/3a60b5a2-ea2b-48f7-bd6a-21718286e67b</link>
            <guid isPermaLink="false">3a60b5a2-ea2b-48f7-bd6a-21718286e67b</guid>
            <pubDate>Wed, 10 Apr 2019 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[When using metrics integration, Aiven for Grafana now automatically creates dashboards for MySQL, Cassandra, Elasticsearch and Redis services, in addition to previously available Kafka and PostgreSQL services]]></title>
            <link>https://aiven.io/changelog/8466d14f-99b8-405c-8f0c-a0480d567349</link>
            <guid isPermaLink="false">8466d14f-99b8-405c-8f0c-a0480d567349</guid>
            <pubDate>Tue, 09 Apr 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Taking these into use may require applying a maintenance update for your Grafana service. To get started with metrics integrations, see the <a href="https://help.aiven.io/services/integrations/getting-started-with-service-integrations">getting started guide</a>.</p>]]></description>
            <category>Grafana®</category>
            <category>Caching</category>
            <category>MySQL</category>
            <category>Apache Cassandra®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for InfluxDB has been upgraded to the latest release, 1.7.5, which includes a number of bug fixes]]></title>
            <link>https://aiven.io/changelog/6d074b22-dea3-4b88-b945-a6c5b7614660</link>
            <guid isPermaLink="false">6d074b22-dea3-4b88-b945-a6c5b7614660</guid>
            <pubDate>Wed, 03 Apr 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://github.com/influxdata/influxdb/blob/v1.7.5/CHANGELOG.md">Changelog</a> for details of the changes.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 6.0.2 and all plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/d1cf6607-8283-423b-b4ee-9a06dc7ea019</link>
            <guid isPermaLink="false">d1cf6607-8283-423b-b4ee-9a06dc7ea019</guid>
            <pubDate>Tue, 02 Apr 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v6-0-x/14010">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Cassandra has been updated to latest minor release 3.11.4.]]></title>
            <link>https://aiven.io/changelog/67885614-eb01-4f4c-92e2-0661178fcf06</link>
            <guid isPermaLink="false">67885614-eb01-4f4c-92e2-0661178fcf06</guid>
            <pubDate>Mon, 01 Apr 2019 00:00:00 GMT</pubDate>
            <category>Apache Cassandra®</category>
        </item>
        <item>
            <title><![CDATA[Updated Redis to major version 5.0.4]]></title>
            <link>https://aiven.io/changelog/c1fe2de1-ebdf-4949-b36d-98834657ccb3</link>
            <guid isPermaLink="false">c1fe2de1-ebdf-4949-b36d-98834657ccb3</guid>
            <pubDate>Mon, 01 Apr 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for MySQL 8.0.15 preview is now available]]></title>
            <link>https://aiven.io/changelog/39597424-3429-42b5-87d1-62899392b0e5</link>
            <guid isPermaLink="false">39597424-3429-42b5-87d1-62899392b0e5</guid>
            <pubDate>Tue, 19 Mar 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>You can start new MySQL services from the Aiven web console the same way as any other services. The Aiven for MySQL service supports all the same features as Aiven for PostgreSQL service except for connection pooling.</p>]]></description>
            <category>MySQL</category>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) Zürich (<code>europe-west6</code>) region]]></title>
            <link>https://aiven.io/changelog/95351293-beec-497a-a5d9-138d72afce6d</link>
            <guid isPermaLink="false">95351293-beec-497a-a5d9-138d72afce6d</guid>
            <pubDate>Tue, 12 Mar 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the new region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Datadog Agent version 6.10.0 is now available]]></title>
            <link>https://aiven.io/changelog/9e6851cf-23fd-4422-94f9-8852205f4728</link>
            <guid isPermaLink="false">9e6851cf-23fd-4422-94f9-8852205f4728</guid>
            <pubDate>Wed, 06 Mar 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new services will be using this version and existing services have an optional maintenance update that can be applied to update. To see what&#x27;s new see the <a href="https://github.com/DataDog/datadog-agent/blob/master/CHANGELOG.rst">Datadog Agent release notes</a>.</p>]]></description>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Debezium, a CDC connector for Kafka and PostgreSQL has been updated to version 0.9.2 and now includes support for SQL Server]]></title>
            <link>https://aiven.io/changelog/82e5fbd1-b88b-47b2-a208-f128bf7d4220</link>
            <guid isPermaLink="false">82e5fbd1-b88b-47b2-a208-f128bf7d4220</guid>
            <pubDate>Thu, 28 Feb 2019 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL versions 10 and 11 now include <a href="https://github.com/ChristophBerg/postgresql-unit" rel="nofollow noopener noreferrer">the SI unit extension</a>.]]></title>
            <link>https://aiven.io/changelog/cad020c1-7950-4245-aa3d-d4d62426456b</link>
            <guid isPermaLink="false">cad020c1-7950-4245-aa3d-d4d62426456b</guid>
            <pubDate>Wed, 27 Feb 2019 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch version 6.6.1 is now available]]></title>
            <link>https://aiven.io/changelog/133ce9d9-736b-4721-ba96-0efed9865c2e</link>
            <guid isPermaLink="false">133ce9d9-736b-4721-ba96-0efed9865c2e</guid>
            <pubDate>Mon, 25 Feb 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.6.1.html">Elasticsearch 6.6.1</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-6.6.1.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Debezium, a CDC connector for Kafka and PostgreSQL has been updated to version 0.9.1]]></title>
            <link>https://aiven.io/changelog/0ea548af-73a1-4fde-bc5c-b3b13f096893</link>
            <guid isPermaLink="false">0ea548af-73a1-4fde-bc5c-b3b13f096893</guid>
            <pubDate>Mon, 18 Feb 2019 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 11.2, 10.7, 9.6.12 and 9.5.16]]></title>
            <link>https://aiven.io/changelog/1b0fb0c7-3d8a-489d-9cfb-a1ef0e17cd05</link>
            <guid isPermaLink="false">1b0fb0c7-3d8a-489d-9cfb-a1ef0e17cd05</guid>
            <pubDate>Mon, 18 Feb 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/about/news/1920/">release announcement</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 5.4.3 and all plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/affe0abb-fe2f-4947-8932-8c987ea7745e</link>
            <guid isPermaLink="false">affe0abb-fe2f-4947-8932-8c987ea7745e</guid>
            <pubDate>Wed, 06 Feb 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added grafana-gauge-panel plugin. Please see the <a href="https://community.grafana.com/t/release-notes-v5-4-x/12215">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.2.0]]></title>
            <link>https://aiven.io/changelog/0b3f2533-bafc-4c05-8cbd-7b4f3473f5b0</link>
            <guid isPermaLink="false">0b3f2533-bafc-4c05-8cbd-7b4f3473f5b0</guid>
            <pubDate>Tue, 05 Feb 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven extras has been updated to version 1.0.2, adding support for auto explain and for changing owner of public schema.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch version 6.6.0 and 5.6.14 are now available]]></title>
            <link>https://aiven.io/changelog/9fdc7a27-bc53-449b-b889-90ad5bab2482</link>
            <guid isPermaLink="false">9fdc7a27-bc53-449b-b889-90ad5bab2482</guid>
            <pubDate>Tue, 05 Feb 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.6.0.html">Elasticsearch 6.6.0</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-6.6.0.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for InfluxDB has been upgraded to the latest release, 1.7.3, which includes a number of new features and bug fixes]]></title>
            <link>https://aiven.io/changelog/0712bf09-92d9-42e3-a513-2e99e699b020</link>
            <guid isPermaLink="false">0712bf09-92d9-42e3-a513-2e99e699b020</guid>
            <pubDate>Wed, 30 Jan 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://github.com/influxdata/influxdb/blob/v1.7.3/CHANGELOG.md">Changelog</a> for details of the changes.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Schema Registry can be managed from the Aiven console]]></title>
            <link>https://aiven.io/changelog/1e40c13b-f5e2-41fe-b549-20b57481a474</link>
            <guid isPermaLink="false">1e40c13b-f5e2-41fe-b549-20b57481a474</guid>
            <pubDate>Wed, 30 Jan 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Select a Kafka service and head to the Schema Registry tab to get started. Using this feature may require applying a maintenance update.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka services now support Jolokia integration for accessing JMX metrics over HTTP/REST protocol]]></title>
            <link>https://aiven.io/changelog/7614c66b-21fa-4cf9-ad51-27cb6ffa4e35</link>
            <guid isPermaLink="false">7614c66b-21fa-4cf9-ad51-27cb6ffa4e35</guid>
            <pubDate>Wed, 30 Jan 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://help.aiven.io/services/integrations/accessing-jmx-metrics-via-jolokia">this help article</a> for more details. Existing services may need to install an optional maintenance upgrade to make the functionality available.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Multiple billing currencies are now available]]></title>
            <link>https://aiven.io/changelog/64d7dd39-2471-493d-a491-76c6d45f7492</link>
            <guid isPermaLink="false">64d7dd39-2471-493d-a491-76c6d45f7492</guid>
            <pubDate>Tue, 15 Jan 2019 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven prices are set in US dollars, but you can now elect to be billed at a different currency, to convert the charges accrued to your selected currency at the end of the month. Accepted currencies are US dollars, Euros, Pounds sterling, Swiss francs, Australian dollars, Canadian dollars, Swedish kronor, Norwegian kroner and Danish kroner. For the time being, currency can only be updated via the API, support for changing billing currency in the dashboard will be available in the near future.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL's TimescaleDB extension has been updated to version 1.1.1.]]></title>
            <link>https://aiven.io/changelog/22aa981c-f495-41a7-bd66-7de8f7461153</link>
            <guid isPermaLink="false">22aa981c-f495-41a7-bd66-7de8f7461153</guid>
            <pubDate>Mon, 31 Dec 2018 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven REST API stable version 1 has been released]]></title>
            <link>https://aiven.io/changelog/9aebebd1-fcf4-4665-b1cd-28068fe55dca</link>
            <guid isPermaLink="false">9aebebd1-fcf4-4665-b1cd-28068fe55dca</guid>
            <pubDate>Mon, 31 Dec 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The v1 API is identical to the previous v1beta API and both v1 and v1beta endpoints are available. API users are encouraged to switch from v1beta to v1.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Added support for Amazon Web Services (AWS) Stockholm (<code>eu-north-1</code>) region]]></title>
            <link>https://aiven.io/changelog/959cdb05-6b7f-4fb8-bcd8-8a5c9b7722ee</link>
            <guid isPermaLink="false">959cdb05-6b7f-4fb8-bcd8-8a5c9b7722ee</guid>
            <pubDate>Wed, 12 Dec 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the new region.</p>]]></description>
            <category>Amazon Web Services</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect can be managed from Aiven console]]></title>
            <link>https://aiven.io/changelog/87952ba1-6950-4d0e-89bb-c2fa9156df05</link>
            <guid isPermaLink="false">87952ba1-6950-4d0e-89bb-c2fa9156df05</guid>
            <pubDate>Fri, 07 Dec 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Select a Kafka service which has Connect enabled and go to Kafka Connect tab. Using this feature may require applying a maintenance update.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch now supports choosing max number of indices to keep based on glob style naming patterns]]></title>
            <link>https://aiven.io/changelog/30840472-2a75-44d4-93a3-1fca353555fc</link>
            <guid isPermaLink="false">30840472-2a75-44d4-93a3-1fca353555fc</guid>
            <pubDate>Tue, 04 Dec 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://help.aiven.io/elasticsearch/set-index-retention-count-based-on-name-patterns">this help article</a> for more details. Existing services may need to install an optional maintenance upgrade to make the functionality available.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka Connect includes Google Cloud Pub/Sub and Couchbase sink and source connectors.]]></title>
            <link>https://aiven.io/changelog/5306fce5-40cf-4b50-9712-db7f7cbda038</link>
            <guid isPermaLink="false">5306fce5-40cf-4b50-9712-db7f7cbda038</guid>
            <pubDate>Mon, 03 Dec 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka 2.1.0 is now supported as an additional new major version option.]]></title>
            <link>https://aiven.io/changelog/51356795-b395-4ca2-a42f-6e844ac598a0</link>
            <guid isPermaLink="false">51356795-b395-4ca2-a42f-6e844ac598a0</guid>
            <pubDate>Thu, 29 Nov 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL extension PostGIS has been updated to version 2.5.1 and the TimescaleDB extension version has been updated to version 1.0.0.]]></title>
            <link>https://aiven.io/changelog/1430ab09-39ac-493e-9970-8f40adffa8d3</link>
            <guid isPermaLink="false">1430ab09-39ac-493e-9970-8f40adffa8d3</guid>
            <pubDate>Wed, 28 Nov 2018 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka has been updated to latest minor release 2.0.1, also 1.0 and 1.1 versions have gotten some fixes.]]></title>
            <link>https://aiven.io/changelog/21963a91-adb7-4c8c-ba2d-4730fa11e81f</link>
            <guid isPermaLink="false">21963a91-adb7-4c8c-ba2d-4730fa11e81f</guid>
            <pubDate>Wed, 28 Nov 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Cassandra has been updated to latest minor release 3.11.3.]]></title>
            <link>https://aiven.io/changelog/7456e9e4-22d7-4b3a-a7d8-39d7d15aaef6</link>
            <guid isPermaLink="false">7456e9e4-22d7-4b3a-a7d8-39d7d15aaef6</guid>
            <pubDate>Wed, 28 Nov 2018 00:00:00 GMT</pubDate>
            <category>Apache Cassandra®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 5.3.4 and all plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/a7c8a7fb-93ce-47cb-88ee-bb08b8d19ceb</link>
            <guid isPermaLink="false">a7c8a7fb-93ce-47cb-88ee-bb08b8d19ceb</guid>
            <pubDate>Wed, 14 Nov 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added grafana-gauge-panel plugin. Please see the <a href="https://community.grafana.com/t/release-notes-v5-3-x/10244">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka REST supports configuring some settings, please see the <a href="https://help.aiven.io/kafka/configuring-kafka-rest">help article</a> for more details.]]></title>
            <link>https://aiven.io/changelog/26455573-87b5-4d8e-a767-27718beca031</link>
            <guid isPermaLink="false">26455573-87b5-4d8e-a767-27718beca031</guid>
            <pubDate>Fri, 09 Nov 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch version 5.6.13 and 6.4.3 support is now available]]></title>
            <link>https://aiven.io/changelog/e3cea2b0-4438-47d4-a006-94892e7cf57d</link>
            <guid isPermaLink="false">e3cea2b0-4438-47d4-a006-94892e7cf57d</guid>
            <pubDate>Fri, 09 Nov 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.13.html">Elasticsearch 5.6.13</a>, and <a href="https://www.elastic.co/guide/en/elasticsearch/reference/6.4/release-notes-6.4.3.html">Elasticsearch 6.4.3</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL 10 now supports the extension pg_prometheus allowing Aiven for PostgreSQL to be used as a Prometheus storage database.]]></title>
            <link>https://aiven.io/changelog/02d4c3db-85a1-45f1-8396-a1f8449005b0</link>
            <guid isPermaLink="false">02d4c3db-85a1-45f1-8396-a1f8449005b0</guid>
            <pubDate>Thu, 08 Nov 2018 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 11.1, 10.6, 9.6.11 and 9.5.15]]></title>
            <link>https://aiven.io/changelog/982518ae-5745-4194-8e5d-afbb201d40f4</link>
            <guid isPermaLink="false">982518ae-5745-4194-8e5d-afbb201d40f4</guid>
            <pubDate>Thu, 08 Nov 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.postgresql.org/about/news/1905/">release announcement</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch, Kafka, PostgreSQL and Redis services now support Prometheus integration]]></title>
            <link>https://aiven.io/changelog/ccb040f9-1e10-4a2c-ba71-ec3468ca746d</link>
            <guid isPermaLink="false">ccb040f9-1e10-4a2c-ba71-ec3468ca746d</guid>
            <pubDate>Thu, 08 Nov 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://help.aiven.io/services/integrations/using-aiven-with-prometheus">this help article</a> for more details. Existing services may need to install an optional maintenance upgrade to make the functionality available.</p>]]></description>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Cassandra is now generally available]]></title>
            <link>https://aiven.io/changelog/e6b8580a-1133-4758-a39c-41806ea3ebc6</link>
            <guid isPermaLink="false">e6b8580a-1133-4758-a39c-41806ea3ebc6</guid>
            <pubDate>Thu, 08 Nov 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://aiven.io/cassandra">Cassandra service page</a> and <a href="https://help.aiven.io/cassandra/getting-started-with-aiven-cassandra">help article</a> for more details.</p>]]></description>
            <category>Apache Cassandra®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL 11 now available]]></title>
            <link>https://aiven.io/changelog/77c98ad3-4847-49d8-b41f-b86a7a0ede1a</link>
            <guid isPermaLink="false">77c98ad3-4847-49d8-b41f-b86a7a0ede1a</guid>
            <pubDate>Mon, 05 Nov 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>PostgreSQL 11 comes with many new features and performance enhancements. The PostGIS extension has also been updated to version 2.5.0. Please see our blog <a href="https://aiven.io/blog/postgresql-11-now-generally-available-on-aiven">post</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka Connect now supports the MySQL JDBC driver]]></title>
            <link>https://aiven.io/changelog/7ad14509-ff2d-481d-94e8-c6207e9c3ef9</link>
            <guid isPermaLink="false">7ad14509-ff2d-481d-94e8-c6207e9c3ef9</guid>
            <pubDate>Fri, 02 Nov 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL now supports in-place major version upgrades, greatly speeding up the time needed for an upgrade]]></title>
            <link>https://aiven.io/changelog/f13a9803-d562-4f8a-9a1a-1c86a11b6f96</link>
            <guid isPermaLink="false">f13a9803-d562-4f8a-9a1a-1c86a11b6f96</guid>
            <pubDate>Fri, 02 Nov 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>For help on the new functionality please see our help <a href="https://help.aiven.io/postgresql/how-to-perform-a-postgresql-in-place-major-version-upgrade">article</a></p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[New Aiven for PostgreSQL 32 CPU / 190 GB RAM plans are now available in Google Cloud Platform and DigitalOcean]]></title>
            <link>https://aiven.io/changelog/79853e62-208a-4e59-86d0-cb8506055bc4</link>
            <guid isPermaLink="false">79853e62-208a-4e59-86d0-cb8506055bc4</guid>
            <pubDate>Wed, 31 Oct 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>These plans replace the previous 160 GB plans, offering better performance at the same price points.</p>]]></description>
            <category>PostgreSQL®</category>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Many Azure regions now utilize the L instance types for Aiven for PostgreSQL plans improving their performance and lowering the price]]></title>
            <link>https://aiven.io/changelog/f793b880-6be3-4a34-9452-6fa012719dda</link>
            <guid isPermaLink="false">f793b880-6be3-4a34-9452-6fa012719dda</guid>
            <pubDate>Tue, 30 Oct 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The new instance type is available for 64 GB and larger plans.</p>]]></description>
            <category>PostgreSQL®</category>
            <category>Microsoft Azure</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 5.3.2 and all plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/a60983ad-ae92-4865-ab22-bf92bb4b865e</link>
            <guid isPermaLink="false">a60983ad-ae92-4865-ab22-bf92bb4b865e</guid>
            <pubDate>Fri, 26 Oct 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Added grafana-diagram plugin. Please see the <a href="https://community.grafana.com/t/release-notes-v5-3-x/10244">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) Hong Kong (<code>asia-east2</code>) region]]></title>
            <link>https://aiven.io/changelog/9a0294b3-3817-4158-bdfb-42903a6281cc</link>
            <guid isPermaLink="false">9a0294b3-3817-4158-bdfb-42903a6281cc</guid>
            <pubDate>Wed, 24 Oct 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the new region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Updated Elasticsearch to newest versions: 6.4.2 and 5.6.12]]></title>
            <link>https://aiven.io/changelog/37e33a48-708d-40eb-903d-48ca8998d0f1</link>
            <guid isPermaLink="false">37e33a48-708d-40eb-903d-48ca8998d0f1</guid>
            <pubDate>Thu, 18 Oct 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.4.2.html">Elasticsearch 6.4.2</a>, <a href="https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.11.html">5.6.11</a> and <a href="https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.12.html">5.6.12</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 5.3.1 and all plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/3bbc4437-f222-44c3-8ba4-8eaafb7d6c9f</link>
            <guid isPermaLink="false">3bbc4437-f222-44c3-8ba4-8eaafb7d6c9f</guid>
            <pubDate>Wed, 17 Oct 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v5-2-x/7894">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Kafka Connect S3 connector by Confluent is available as part of Aiven for Apache Kafka Connect.]]></title>
            <link>https://aiven.io/changelog/62489377-6fa3-4577-bb61-3a0cd6cca4f0</link>
            <guid isPermaLink="false">62489377-6fa3-4577-bb61-3a0cd6cca4f0</guid>
            <pubDate>Fri, 12 Oct 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka now reports consumer offsets also for offline consumers]]></title>
            <link>https://aiven.io/changelog/fbf6809e-887e-4d76-936d-24ef677db981</link>
            <guid isPermaLink="false">fbf6809e-887e-4d76-936d-24ef677db981</guid>
            <pubDate>Tue, 09 Oct 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Old services need to apply optional maintenance update to enable this functionality.</p>]]></description>
            <category>Grafana®</category>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[New Aiven for Apache Kafka plans with 6, 9 and 15 brokers are now generally available]]></title>
            <link>https://aiven.io/changelog/ca594433-9fa8-457f-88ca-7eb7d9d2a59e</link>
            <guid isPermaLink="false">ca594433-9fa8-457f-88ca-7eb7d9d2a59e</guid>
            <pubDate>Mon, 01 Oct 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The new plans replace the previous 5x and 7x tiers and increase the scaling options available for all Aiven for Apache Kafka users. The new plans are optimized for high availability across cloud regions with three or more availability zones.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Using Terraform to manage Aiven services is now officially supported]]></title>
            <link>https://aiven.io/changelog/e8fe5b1f-543c-4bb5-9ed9-22898c2a7027</link>
            <guid isPermaLink="false">e8fe5b1f-543c-4bb5-9ed9-22898c2a7027</guid>
            <pubDate>Fri, 28 Sep 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see <a href="https://help.aiven.io/services/aiven-terraform-integration">this help article</a> for more details.</p>]]></description>
            <category>Apache Cassandra®</category>
            <category>Grafana®</category>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch 6.4.1 version support now available]]></title>
            <link>https://aiven.io/changelog/c060728e-9600-4778-b6b7-bfe3360a7ced</link>
            <guid isPermaLink="false">c060728e-9600-4778-b6b7-bfe3360a7ced</guid>
            <pubDate>Tue, 25 Sep 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.4.0.html">Elasticsearch 6.4</a>, <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.4.1.html">Elasticsearch 6.4.1</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-6.4.1.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Update PostgreSQL 10 extension wal2json to latest version.]]></title>
            <link>https://aiven.io/changelog/6d5cd17e-5419-42b7-8f14-25c9a1865b50</link>
            <guid isPermaLink="false">6d5cd17e-5419-42b7-8f14-25c9a1865b50</guid>
            <pubDate>Tue, 18 Sep 2018 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch automatically adjusts index replication factor on multi-node services to minimize risk of data loss]]></title>
            <link>https://aiven.io/changelog/a9886c86-59a1-462c-84d2-e54708c64406</link>
            <guid isPermaLink="false">a9886c86-59a1-462c-84d2-e54708c64406</guid>
            <pubDate>Tue, 18 Sep 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://help.aiven.io/elasticsearch/automatic-adjustment-of-elasticsearch-index-replication-factors">help article</a> for more details.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for Grafana now supports authentication via Google, Github and GitLab]]></title>
            <link>https://aiven.io/changelog/1e4566ec-c9e3-4fd3-b612-01ad92708c80</link>
            <guid isPermaLink="false">1e4566ec-c9e3-4fd3-b612-01ad92708c80</guid>
            <pubDate>Fri, 14 Sep 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://help.aiven.io/grafana/grafana-authentication-plugins">help article</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 5.2.3]]></title>
            <link>https://aiven.io/changelog/f2b150fd-7f12-46cf-8fe2-141e8f959b8c</link>
            <guid isPermaLink="false">f2b150fd-7f12-46cf-8fe2-141e8f959b8c</guid>
            <pubDate>Wed, 05 Sep 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://community.grafana.com/t/release-notes-v5-2-x/7894">release notes</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Redis Startup-14 and larger plans now utilize the new R5 and X1E instance types in many AWS regions]]></title>
            <link>https://aiven.io/changelog/0353954c-a6c8-4204-8dde-43bcda839d4a</link>
            <guid isPermaLink="false">0353954c-a6c8-4204-8dde-43bcda839d4a</guid>
            <pubDate>Tue, 04 Sep 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Prices of such plans were reduced by up to 25%.</p>]]></description>
            <category>Caching</category>
            <category>Amazon Web Services</category>
        </item>
        <item>
            <title><![CDATA[Many small and medium sized plans running in supported AWS regions now utilize the new t3 instance types, greatly increasing their performance.]]></title>
            <link>https://aiven.io/changelog/a3b60f02-c68f-4fdd-a412-8898f577c0a8</link>
            <guid isPermaLink="false">a3b60f02-c68f-4fdd-a412-8898f577c0a8</guid>
            <pubDate>Thu, 30 Aug 2018 00:00:00 GMT</pubDate>
            <category>Amazon Web Services</category>
        </item>
        <item>
            <title><![CDATA[Aiven Console has been updated with a new theme along with various usability improvements.]]></title>
            <link>https://aiven.io/changelog/36d9e173-0cd3-4432-b629-ec1a23e42fe1</link>
            <guid isPermaLink="false">36d9e173-0cd3-4432-b629-ec1a23e42fe1</guid>
            <pubDate>Wed, 29 Aug 2018 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Added support UpCloud San Jose region]]></title>
            <link>https://aiven.io/changelog/6d932ab9-ab3c-4395-b0b5-f956b7a1a2be</link>
            <guid isPermaLink="false">6d932ab9-ab3c-4395-b0b5-f956b7a1a2be</guid>
            <pubDate>Wed, 29 Aug 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in this region.</p>]]></description>
            <category>UpCloud</category>
        </item>
        <item>
            <title><![CDATA[Added support for configuring SMTP and Google Analytics to Grafana]]></title>
            <link>https://aiven.io/changelog/2c5722f6-b81d-494c-8152-4c016ec66f05</link>
            <guid isPermaLink="false">2c5722f6-b81d-494c-8152-4c016ec66f05</guid>
            <pubDate>Wed, 15 Aug 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://help.aiven.io/grafana/sending-emails-from-grafana">help article</a> for more details.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Kafka ACL update: allow consumer group deletion]]></title>
            <link>https://aiven.io/changelog/63530c43-d2f8-4437-9cba-ccb7b8a577a6</link>
            <guid isPermaLink="false">63530c43-d2f8-4437-9cba-ccb7b8a577a6</guid>
            <pubDate>Mon, 13 Aug 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Redis to minor version 4.0.11]]></title>
            <link>https://aiven.io/changelog/a8d0d4cf-6dc3-4e2c-a44e-b8f24c96f9da</link>
            <guid isPermaLink="false">a8d0d4cf-6dc3-4e2c-a44e-b8f24c96f9da</guid>
            <pubDate>Mon, 13 Aug 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL has added support for TimescaleDB version 0.11.0, pg_repack 1.4.3 and to version 1.0.0 of a new package called aiven-extras]]></title>
            <link>https://aiven.io/changelog/d34b5eff-5143-45fc-a3cc-cd9dc7469558</link>
            <guid isPermaLink="false">d34b5eff-5143-45fc-a3cc-cd9dc7469558</guid>
            <pubDate>Mon, 13 Aug 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Aiven-extras is an extension meant to allow additional PostgreSQL superuser-only functionality to be used. Initially it adds support for the use of PostgreSQL logical replication to and from Aiven for PostgreSQL.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Grafana updated to 5.2.2]]></title>
            <link>https://aiven.io/changelog/ff293a72-eefa-4121-b524-b9ae6846c87f</link>
            <guid isPermaLink="false">ff293a72-eefa-4121-b524-b9ae6846c87f</guid>
            <pubDate>Mon, 13 Aug 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to the <a href="https://github.com/grafana/grafana/blob/master/CHANGELOG.md">changelog</a> for what&#x27;s new.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 10.5, 9.6.10, 9.5.14 and 9.3.24]]></title>
            <link>https://aiven.io/changelog/8d58abdd-1be8-4912-b1be-c8d246126486</link>
            <guid isPermaLink="false">8d58abdd-1be8-4912-b1be-c8d246126486</guid>
            <pubDate>Fri, 10 Aug 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://www.postgresql.org/about/news/1878/">release announcement</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Debezium, a CDC connector for Kafka and PostgreSQL has been updated to version 0.8.1 and PostgreSQL's wal2json extension has been updated to May 23rd version]]></title>
            <link>https://aiven.io/changelog/19d750a6-2308-4102-8b6a-96a436f3f248</link>
            <guid isPermaLink="false">19d750a6-2308-4102-8b6a-96a436f3f248</guid>
            <pubDate>Tue, 07 Aug 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Pgbouncer statistics are now available for the Aiven for PostgreSQL primary user (avnadmin.)]]></title>
            <link>https://aiven.io/changelog/315e8465-dc4d-40d9-a38a-baeb06f84036</link>
            <guid isPermaLink="false">315e8465-dc4d-40d9-a38a-baeb06f84036</guid>
            <pubDate>Mon, 06 Aug 2018 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Kafka's Schema registry, Kafka-REST and Connect framework have been updated to version 5.0.0]]></title>
            <link>https://aiven.io/changelog/238bac39-7c37-4329-9419-ad1f69b17f57</link>
            <guid isPermaLink="false">238bac39-7c37-4329-9419-ad1f69b17f57</guid>
            <pubDate>Fri, 03 Aug 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch now has versions 5.6.10 and 6.3.2 available]]></title>
            <link>https://aiven.io/changelog/e1b53ef4-9054-4cda-aaf1-9a6b21f13521</link>
            <guid isPermaLink="false">e1b53ef4-9054-4cda-aaf1-9a6b21f13521</guid>
            <pubDate>Thu, 02 Aug 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>A maintenance update is available for existing customersZ and can be applied on the Aiven Dashboard.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka now has versions 1.0.2, 1.1.1 and 2.0.0 available]]></title>
            <link>https://aiven.io/changelog/b5f4625b-153a-47f9-b96a-1fc4a81d1e8f</link>
            <guid isPermaLink="false">b5f4625b-153a-47f9-b96a-1fc4a81d1e8f</guid>
            <pubDate>Tue, 31 Jul 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>As a new feature it&#x27;s also now possible to choose the Kafka major version to use. Aiven for Apache Kafka services get minor version upgrades while the major version stays fixed. Upgrading to a newer major version is possible by going to your Aiven for Apache Kafka service&#x27;s dashboard and clicking on the &#x27;Upgrade Kafka...&#x27; button.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) Los Angeles (<code>us-west2</code>) region]]></title>
            <link>https://aiven.io/changelog/bab750f2-8dc0-411e-8567-367451f6f677</link>
            <guid isPermaLink="false">bab750f2-8dc0-411e-8567-367451f6f677</guid>
            <pubDate>Tue, 17 Jul 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the new region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Updated Datadog Agent to version 6.3.1 and enabled Kafka consumer group offset and lag metrics for Datadog]]></title>
            <link>https://aiven.io/changelog/bc5c399f-ecb6-4756-bcba-1e010c9f5fba</link>
            <guid isPermaLink="false">bc5c399f-ecb6-4756-bcba-1e010c9f5fba</guid>
            <pubDate>Mon, 09 Jul 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>An optional maintenance update is available for Kafka services to allow upgrading to the new version.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 5.2.1 and updated all available plugins to the latest versions]]></title>
            <link>https://aiven.io/changelog/26d82bd3-49d2-40ce-8d7b-5b712d76a2f9</link>
            <guid isPermaLink="false">26d82bd3-49d2-40ce-8d7b-5b712d76a2f9</guid>
            <pubDate>Fri, 06 Jul 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to the <a href="https://github.com/grafana/grafana/blob/master/CHANGELOG.md">changelog</a> for what&#x27;s new.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Added support for tracking and revoking individual authentication tokens]]></title>
            <link>https://aiven.io/changelog/5b470d03-c47d-4266-afcf-0ba475e29bdc</link>
            <guid isPermaLink="false">5b470d03-c47d-4266-afcf-0ba475e29bdc</guid>
            <pubDate>Wed, 27 Jun 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://help.aiven.io/security/authentication-tokens">this help article</a> for more details.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) Hamina, Finland (<code>europe-north1</code>) region]]></title>
            <link>https://aiven.io/changelog/0530731f-f45b-4379-ac7d-8793856fc796</link>
            <guid isPermaLink="false">0530731f-f45b-4379-ac7d-8793856fc796</guid>
            <pubDate>Tue, 19 Jun 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the new region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Updated Redis to minor version 4.0.10]]></title>
            <link>https://aiven.io/changelog/d3bc7983-51f5-4c83-9dc2-776e9f3992a2</link>
            <guid isPermaLink="false">d3bc7983-51f5-4c83-9dc2-776e9f3992a2</guid>
            <pubDate>Thu, 14 Jun 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please see the <a href="https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven is now certified compliant with the ISO/IEC 27001:2013 information security standard]]></title>
            <link>https://aiven.io/changelog/ceeba26c-5c8b-48ef-9c9e-090974911c5c</link>
            <guid isPermaLink="false">ceeba26c-5c8b-48ef-9c9e-090974911c5c</guid>
            <pubDate>Thu, 31 May 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To view the certificate, visit the <a href="https://aiven.io/security-compliance">Security and Compliance</a> page.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 5.1.3 and updated all available plugins to the latest versions]]></title>
            <link>https://aiven.io/changelog/788af4e3-d7af-4031-b64d-58564a19633d</link>
            <guid isPermaLink="false">788af4e3-d7af-4031-b64d-58564a19633d</guid>
            <pubDate>Fri, 25 May 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to the <a href="https://github.com/grafana/grafana/blob/master/CHANGELOG.md">changelog</a> for what&#x27;s new.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL now supports metrics service integration with Aiven for InfluxDB and Grafana]]></title>
            <link>https://aiven.io/changelog/fcd94f1d-e1d2-46a6-b01f-41e77397fcf9</link>
            <guid isPermaLink="false">fcd94f1d-e1d2-46a6-b01f-41e77397fcf9</guid>
            <pubDate>Thu, 17 May 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The metrics integration comes with a ready-made default Grafana dashboard. The integration can be enabled from Aiven console -&gt; Services -&gt; Service Name -&gt; Service integrations section. For existing PostgreSQL and Grafana services optional maintenance upgrades need to be installed to start using the new integration.</p>]]></description>
            <category>PostgreSQL®</category>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 10.4, 9.6.9, 9.5.13 and 9.3.23]]></title>
            <link>https://aiven.io/changelog/59a8e148-8f13-45aa-ba76-5e24c1ab30fc</link>
            <guid isPermaLink="false">59a8e148-8f13-45aa-ba76-5e24c1ab30fc</guid>
            <pubDate>Fri, 11 May 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://www.postgresql.org/about/news/1851/">release announcement</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 5.1.0 and updated all available plugins to the latest versions]]></title>
            <link>https://aiven.io/changelog/5bba47b5-38ed-457b-ab4c-64b868f203a1</link>
            <guid isPermaLink="false">5bba47b5-38ed-457b-ab4c-64b868f203a1</guid>
            <pubDate>Mon, 07 May 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to the <a href="https://github.com/grafana/grafana/blob/master/CHANGELOG.md">changelog</a> for what&#x27;s new.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Introduce new, even larger InfluxDB plans to allow processing a greater number of time series]]></title>
            <link>https://aiven.io/changelog/ae8ddb2e-d4be-474d-bb58-27a9f8de6100</link>
            <guid isPermaLink="false">ae8ddb2e-d4be-474d-bb58-27a9f8de6100</guid>
            <pubDate>Thu, 03 May 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The new plans come with 150, 200 and 240 gigabytes of memory.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Kafka consumer group offsets and replication lags are now available in Grafana (kafka_consumer_group, split by topic and partition).]]></title>
            <link>https://aiven.io/changelog/89777cce-d313-4e82-8c7a-6d2c7e401877</link>
            <guid isPermaLink="false">89777cce-d313-4e82-8c7a-6d2c7e401877</guid>
            <pubDate>Fri, 27 Apr 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Cassandra® is available in beta]]></title>
            <link>https://aiven.io/changelog/99b7db4a-e1ec-4179-bbd2-ec1b4a9686b2</link>
            <guid isPermaLink="false">99b7db4a-e1ec-4179-bbd2-ec1b4a9686b2</guid>
            <pubDate>Thu, 26 Apr 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please contact our support to join the program.</p>]]></description>
            <category>Apache Cassandra®</category>
        </item>
        <item>
            <title><![CDATA[<a href="https://help.aiven.io/kafka/kafka-topic-auto-create">Help article</a> for enabling topic auto-create in Kafka and setting default values for topic configuration]]></title>
            <link>https://aiven.io/changelog/55a6e877-a51b-4394-8492-e5f73780fba7</link>
            <guid isPermaLink="false">55a6e877-a51b-4394-8492-e5f73780fba7</guid>
            <pubDate>Thu, 19 Apr 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[The prices of medium and larger Redis plans (Startup-14 and above) in DO, GCP and UpCloud were lowered by up to 40% in many regions.]]></title>
            <link>https://aiven.io/changelog/d0812b5c-a3b3-4e70-b29f-59fa3d276e85</link>
            <guid isPermaLink="false">d0812b5c-a3b3-4e70-b29f-59fa3d276e85</guid>
            <pubDate>Wed, 11 Apr 2018 00:00:00 GMT</pubDate>
            <category>Caching</category>
            <category>Google Cloud</category>
            <category>UpCloud</category>
        </item>
        <item>
            <title><![CDATA[Datadog metrics support for Aiven for Elasticsearch, Kafka, PostgreSQL and Redis services]]></title>
            <link>https://aiven.io/changelog/d00610d1-0cb0-46e6-b568-7e3d0ab77a74</link>
            <guid isPermaLink="false">d00610d1-0cb0-46e6-b568-7e3d0ab77a74</guid>
            <pubDate>Thu, 05 Apr 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to the <a href="https://help.aiven.io/services/getting-started-with-datadog">help article</a> for more information.</p>]]></description>
            <category>Apache Kafka®</category>
            <category>PostgreSQL®</category>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Updated Grafana to version 5.0.4 and updated all available plugins to the latest versions]]></title>
            <link>https://aiven.io/changelog/3561b949-4e0a-4f1d-8bb2-7a61fd050393</link>
            <guid isPermaLink="false">3561b949-4e0a-4f1d-8bb2-7a61fd050393</guid>
            <pubDate>Wed, 04 Apr 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to the <a href="https://github.com/grafana/grafana/blob/master/CHANGELOG.md">changelog</a> for what&#x27;s new.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[The service metrics page now shows <a href="https://en.wikipedia.org/wiki/Load_(computing)" rel="nofollow noopener noreferrer">load average</a> to make it easier to see if the service is underprovisioned.]]></title>
            <link>https://aiven.io/changelog/d4eef108-e680-42f5-9841-622cf74f9f1d</link>
            <guid isPermaLink="false">d4eef108-e680-42f5-9841-622cf74f9f1d</guid>
            <pubDate>Fri, 30 Mar 2018 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The <a href="https://redis.io/commands/eval" rel="nofollow noopener noreferrer">Redis EVAL</a> command is now enabled by default for all new Redis instances]]></title>
            <link>https://aiven.io/changelog/62b3291c-a770-4fad-9bc5-79aa3af491ff</link>
            <guid isPermaLink="false">62b3291c-a770-4fad-9bc5-79aa3af491ff</guid>
            <pubDate>Thu, 29 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Old instances will be updated during next Redis maintenance update (4.0.9 for most customers).</p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for InfluxDB has been upgraded to the latest release, 1.5.1, which includes a number of bug fixes]]></title>
            <link>https://aiven.io/changelog/b6d14f21-be48-4f7a-94bd-16ac2940531d</link>
            <guid isPermaLink="false">b6d14f21-be48-4f7a-94bd-16ac2940531d</guid>
            <pubDate>Tue, 27 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://github.com/influxdata/influxdb/blob/v1.5.1/CHANGELOG.md">Changelog</a> for details of the changes.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Introduce new InfluxDB plans with more memory]]></title>
            <link>https://aiven.io/changelog/87c5ff53-72cd-4c1a-a3d0-898071d10e23</link>
            <guid isPermaLink="false">87c5ff53-72cd-4c1a-a3d0-898071d10e23</guid>
            <pubDate>Mon, 26 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>InfluxDB requires a significant amount of memory for each data series and the new plans make it easier and more affordable to scale to higher tiers allowing more time series to be used inside a single InfluxDB service.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Added support for Azure regions India Central, India South and Korea South regions]]></title>
            <link>https://aiven.io/changelog/a7f6f57e-ef40-4019-8309-93469e00e87b</link>
            <guid isPermaLink="false">a7f6f57e-ef40-4019-8309-93469e00e87b</guid>
            <pubDate>Thu, 22 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in these regions.</p>]]></description>
            <category>Microsoft Azure</category>
        </item>
        <item>
            <title><![CDATA[Introduce support for PostgreSQL read replicas]]></title>
            <link>https://aiven.io/changelog/d7e85714-a2ac-4054-873d-339f1ec72c8a</link>
            <guid isPermaLink="false">d7e85714-a2ac-4054-873d-339f1ec72c8a</guid>
            <pubDate>Wed, 21 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Read replicas allow you to create separate read-only copies of an existing Aiven for PostgreSQL database in a different region and cloud. The new functionality will be documented in detail in an upcoming blog post.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for InfluxDB has been upgraded to the latest release, 1.5.0, which introduces numerous new features and improvements]]></title>
            <link>https://aiven.io/changelog/87fabb72-94b7-46a7-95d9-c9542f60f97e</link>
            <guid isPermaLink="false">87fabb72-94b7-46a7-95d9-c9542f60f97e</guid>
            <pubDate>Mon, 19 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://www.influxdata.com/blog/release-announcement-influxdb-1-5-0-influxdb-enterprise-1-5-0/">release announcement</a> for details of the changes in the 1.5 series.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka has been upgraded to the latest minor release, 1.0.1]]></title>
            <link>https://aiven.io/changelog/749c1a08-9d75-4eb0-84b6-2668395f4702</link>
            <guid isPermaLink="false">749c1a08-9d75-4eb0-84b6-2668395f4702</guid>
            <pubDate>Sat, 17 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See <a href="https://www.apache.org/dist/kafka/1.0.1/RELEASE_NOTES.html">release notes</a> for details of the changes.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch has been upgraded to versions 5.6.8 and 6.2.2]]></title>
            <link>https://aiven.io/changelog/aa9e7cb8-fb2d-42e4-b02d-d1de591644ed</link>
            <guid isPermaLink="false">aa9e7cb8-fb2d-42e4-b02d-d1de591644ed</guid>
            <pubDate>Fri, 16 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using these new versions and older customers will be upgraded to it over time.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Web console support for VPC peering]]></title>
            <link>https://aiven.io/changelog/aa91be3d-5604-4c11-94ff-7fbd643eaf4c</link>
            <guid isPermaLink="false">aa91be3d-5604-4c11-94ff-7fbd643eaf4c</guid>
            <pubDate>Tue, 13 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>VPCs can now be requested and viewed in the console.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka enables support for topic creation and management using the Kafka protocol]]></title>
            <link>https://aiven.io/changelog/586d6479-33fa-4180-8c67-0395e60ccc6d</link>
            <guid isPermaLink="false">586d6479-33fa-4180-8c67-0395e60ccc6d</guid>
            <pubDate>Mon, 12 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This functionality was first introduced in Kafka 0.10.1.0 and has been gradually taken into use across Kafka compatible tooling. Enabling this functionality makes it easier to Kafka Streams, Kafka KSQL and Kafka Connect as well as other tooling with Aiven for Apache Kafka. To control access to topic creation, a new ACL permission level <code>admin</code> has been created. Admin includes <code>readwrite</code> permission, but also includes permissions to create, modify and delete topics over the Kafka protocol.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for the extension <code>TimescaleDB</code>]]></title>
            <link>https://aiven.io/changelog/d1f9d73c-aa27-4b69-88d9-62185619d2c0</link>
            <guid isPermaLink="false">d1f9d73c-aa27-4b69-88d9-62185619d2c0</guid>
            <pubDate>Tue, 06 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p><code>TimescaleDB</code> allows efficient use of timeseries data in a PostgreSQL service. To see our full list of extensions see our <a href="https://help.aiven.io/postgresql/extensions/supported-postgresql-extensions">help article</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 10.3, 9.6.8, 9.5.12 and 9.3.22]]></title>
            <link>https://aiven.io/changelog/b014cc3d-ab7e-4387-9166-c70bd55a7aee</link>
            <guid isPermaLink="false">b014cc3d-ab7e-4387-9166-c70bd55a7aee</guid>
            <pubDate>Thu, 01 Mar 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://www.postgresql.org/about/news/1834/">release announcement</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Introduce new, larger, PostgreSQL plans for Google Cloud and Amazon Web Services]]></title>
            <link>https://aiven.io/changelog/6f64fbb5-b906-4842-b45f-5650263fc4e2</link>
            <guid isPermaLink="false">6f64fbb5-b906-4842-b45f-5650263fc4e2</guid>
            <pubDate>Fri, 23 Feb 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>GCP now has plans with up to 360 gigabytes of RAM and 96 CPUs, AWS now has plans with up to 480 gigabytes of RAM and 64 CPUs.</p>]]></description>
            <category>PostgreSQL®</category>
            <category>Amazon Web Services</category>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[The prices of medium and larger PostgreSQL plans (Startup-16 and above) in AWS were lowered by up to 40% in most regions.]]></title>
            <link>https://aiven.io/changelog/e91e4fb7-676f-47a4-940b-1811ce39d882</link>
            <guid isPermaLink="false">e91e4fb7-676f-47a4-940b-1811ce39d882</guid>
            <pubDate>Tue, 20 Feb 2018 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
            <category>Amazon Web Services</category>
        </item>
        <item>
            <title><![CDATA[New Aiven services no longer allow TLS 1.0 or 1.1 connections, requiring  TLS 1.2 new secure communications]]></title>
            <link>https://aiven.io/changelog/e10576f6-8149-4c78-a4c3-694b9dcc62f1</link>
            <guid isPermaLink="false">e10576f6-8149-4c78-a4c3-694b9dcc62f1</guid>
            <pubDate>Thu, 15 Feb 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please contact Aiven support to enable or disable TLS 1.0 or 1.1 for running services.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch 6.2.0 version support now available]]></title>
            <link>https://aiven.io/changelog/35ab089f-63bd-4b57-aeb6-6b56b09823eb</link>
            <guid isPermaLink="false">35ab089f-63bd-4b57-aeb6-6b56b09823eb</guid>
            <pubDate>Mon, 12 Feb 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-6.2.0.html">Elasticsearch</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-6.2.0.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 10.2, 9.6.7, 9.5.11 and 9.3.21]]></title>
            <link>https://aiven.io/changelog/11ec6175-1842-4a34-9868-152a42afe0c2</link>
            <guid isPermaLink="false">11ec6175-1842-4a34-9868-152a42afe0c2</guid>
            <pubDate>Sat, 10 Feb 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://www.postgresql.org/about/news/1829/">release announcement</a> for more details.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[VPC peering can now be requested over the <a href="https://api.aiven.io/doc/">Aiven API</a> and using the <a href="https://github.com/aiven/aiven-client" rel="nofollow noopener noreferrer">Aiven command-line client</a>]]></title>
            <link>https://aiven.io/changelog/5e7a6822-4eb0-44cd-9891-fc00b1a97653</link>
            <guid isPermaLink="false">5e7a6822-4eb0-44cd-9891-fc00b1a97653</guid>
            <pubDate>Wed, 07 Feb 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Web console integration will be introduced in the coming weeks.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for Redis service's connection limits have been increased, allowing hundreds of thousands of connections in the largest Aiven for Redis plans]]></title>
            <link>https://aiven.io/changelog/d4bccb41-3292-4c1b-bed3-d229c4a5fb6c</link>
            <guid isPermaLink="false">d4bccb41-3292-4c1b-bed3-d229c4a5fb6c</guid>
            <pubDate>Mon, 05 Feb 2018 00:00:00 GMT</pubDate>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka service now implements automatic leader balancing, improving the resource utilization of each broker.]]></title>
            <link>https://aiven.io/changelog/923b5532-f332-4978-9c0e-5c267c0c4b8d</link>
            <guid isPermaLink="false">923b5532-f332-4978-9c0e-5c267c0c4b8d</guid>
            <pubDate>Sat, 03 Feb 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka now allows up to 2048 partitions per topic.]]></title>
            <link>https://aiven.io/changelog/0b83d3b6-9897-41b4-8acf-13f98d4388c2</link>
            <guid isPermaLink="false">0b83d3b6-9897-41b4-8acf-13f98d4388c2</guid>
            <pubDate>Wed, 24 Jan 2018 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Amazon Web Services (AWS) Paris region]]></title>
            <link>https://aiven.io/changelog/3c1b3398-bec9-4ce6-8e22-7eb70684c74a</link>
            <guid isPermaLink="false">3c1b3398-bec9-4ce6-8e22-7eb70684c74a</guid>
            <pubDate>Tue, 23 Jan 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the new region.</p>]]></description>
            <category>Amazon Web Services</category>
        </item>
        <item>
            <title><![CDATA[New Aiven services now utilize the `m5` instance types in Amazon Web Services regions where they are available (N]]></title>
            <link>https://aiven.io/changelog/ea25a0a7-1433-4e5e-8e97-ec4807d27800</link>
            <guid isPermaLink="false">ea25a0a7-1433-4e5e-8e97-ec4807d27800</guid>
            <pubDate>Fri, 19 Jan 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Virginia, Oregon, Ireland and London) for greatly improved performance</p>]]></description>
            <category>Amazon Web Services</category>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) Montréal (<code>northamerica-northeast1</code>), Eemshaven, Netherlands (<code>europe-west4</code>) and Mumbai (<code>asia-south1</code>) regions]]></title>
            <link>https://aiven.io/changelog/bbd536c0-7ecd-4eda-a3c2-4d56ee03685a</link>
            <guid isPermaLink="false">bbd536c0-7ecd-4eda-a3c2-4d56ee03685a</guid>
            <pubDate>Wed, 17 Jan 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the new regions.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Added support for new UpCloud Helsinki#2 zone]]></title>
            <link>https://aiven.io/changelog/1e641189-f65a-40a8-abb6-082498454891</link>
            <guid isPermaLink="false">1e641189-f65a-40a8-abb6-082498454891</guid>
            <pubDate>Sat, 13 Jan 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Highly-available Aiven plans running in UpCloud Helsinki are now distributed across two availability zones.</p>]]></description>
            <category>UpCloud</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Grafana hobbyist plans are being discontinued]]></title>
            <link>https://aiven.io/changelog/43e104eb-f48d-4a52-a83b-a809ecdd8fcb</link>
            <guid isPermaLink="false">43e104eb-f48d-4a52-a83b-a809ecdd8fcb</guid>
            <pubDate>Fri, 12 Jan 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>From now on all Aiven for Grafana services provide a commonly accepted TLS certificate to make adoption even easier.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Send advanced Aiven for Apache Kafka telemetry data to an Aiven for InfluxDB metrics database and visualize it in Aiven for Grafana]]></title>
            <link>https://aiven.io/changelog/e00d3a13-2212-42d0-8c3d-bd516fcd99a7</link>
            <guid isPermaLink="false">e00d3a13-2212-42d0-8c3d-bd516fcd99a7</guid>
            <pubDate>Thu, 11 Jan 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://help.aiven.io/services/getting-started-with-service-integrations">Getting Started</a> article for more information.</p>]]></description>
            <category>Apache Kafka®</category>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Initial fixes deployed for the Meltdown and Spectre vulnerabilities]]></title>
            <link>https://aiven.io/changelog/d00000c5-60d1-43f5-bc49-899e2255c53a</link>
            <guid isPermaLink="false">d00000c5-60d1-43f5-bc49-899e2255c53a</guid>
            <pubDate>Wed, 10 Jan 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See the <a href="https://help.aiven.io/incident-reports/aiven-statement-on-meltdown-and-spectre-vulnerabilities">Aiven statement on Meltdown and Spectre vulnerabilities</a> for more information.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Aiven for Redis upgrade to Redis version 4.0.6 available as an optional maintenance update.]]></title>
            <link>https://aiven.io/changelog/d6b02237-3176-4202-9073-8acf6ee3ddb2</link>
            <guid isPermaLink="false">d6b02237-3176-4202-9073-8acf6ee3ddb2</guid>
            <pubDate>Mon, 25 Dec 2017 00:00:00 GMT</pubDate>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka user and topic Access Control List (ACL) listing handling performance was greatly improved for large access control lists.]]></title>
            <link>https://aiven.io/changelog/e35b22af-9141-4be9-9601-57b226047bb8</link>
            <guid isPermaLink="false">e35b22af-9141-4be9-9601-57b226047bb8</guid>
            <pubDate>Thu, 21 Dec 2017 00:00:00 GMT</pubDate>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Multiple email addresses can now be entered into billing information]]></title>
            <link>https://aiven.io/changelog/b988604e-c34a-4f9e-9232-e8a290b21ec6</link>
            <guid isPermaLink="false">b988604e-c34a-4f9e-9232-e8a290b21ec6</guid>
            <pubDate>Wed, 20 Dec 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Monthly invoices are automatically sent to all configured addresses.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Topic retention times are no longer limited and can be set to any value]]></title>
            <link>https://aiven.io/changelog/15c862b7-e14d-40c8-bc9b-6b33efeedb8e</link>
            <guid isPermaLink="false">15c862b7-e14d-40c8-bc9b-6b33efeedb8e</guid>
            <pubDate>Tue, 21 Nov 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Setting retention time to <code>-1</code> `will disable time-based retention altogether.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for version 4.6.1 and update all available plugins to the latest versions]]></title>
            <link>https://aiven.io/changelog/0d293e98-e596-4c84-9ead-19dbcf609c4d</link>
            <guid isPermaLink="false">0d293e98-e596-4c84-9ead-19dbcf609c4d</guid>
            <pubDate>Fri, 17 Nov 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to the <a href="https://github.com/grafana/grafana/blob/master/CHANGELOG.md">changelog</a> for what&#x27;s new.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 9.3.20, 9.5.10, 9.6.6 and 10.1]]></title>
            <link>https://aiven.io/changelog/a0905419-5a73-48db-b64f-a6f68dba1b68</link>
            <guid isPermaLink="false">a0905419-5a73-48db-b64f-a6f68dba1b68</guid>
            <pubDate>Tue, 14 Nov 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s changed please refer to the releases notes for <a href="https://www.postgresql.org/docs/current/static/release-9-3-20.html">9.3</a>, <a href="https://www.postgresql.org/docs/current/static/release-9-5-10.html">9.5</a>, <a href="https://www.postgresql.org/docs/current/static/release-9-6-6.html">9.6</a> and <a href="https://www.postgresql.org/docs/current/static/release-10-1.html">10</a> respectively.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch 5.6.3 version support now available]]></title>
            <link>https://aiven.io/changelog/747e9c76-465d-4cf7-a893-a7dc9095cf21</link>
            <guid isPermaLink="false">747e9c76-465d-4cf7-a893-a7dc9095cf21</guid>
            <pubDate>Fri, 10 Nov 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-5.6.3.html">Elasticsearch</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-5.6.3.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Added support for using local PCIe NVMe SSDs on Amazon Web Services (AWS.) This results in much higher IO performance in your Aiven for PostgreSQL service running on top of AWS]]></title>
            <link>https://aiven.io/changelog/6bcd0dbb-37de-4f53-a7b4-4a1b107c572e</link>
            <guid isPermaLink="false">6bcd0dbb-37de-4f53-a7b4-4a1b107c572e</guid>
            <pubDate>Thu, 09 Nov 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>See our <a href="https://aiven.io/blog/larger-and-faster-aiven-postgresql-plans">blog post</a> for news about the change.</p>]]></description>
            <category>PostgreSQL®</category>
            <category>Amazon Web Services</category>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) southamerica-east1 region in São Paulo, Brazil]]></title>
            <link>https://aiven.io/changelog/209bcc44-edc1-4055-b96b-86da0c329fd3</link>
            <guid isPermaLink="false">209bcc44-edc1-4055-b96b-86da0c329fd3</guid>
            <pubDate>Fri, 20 Oct 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Google Compute Platform (GCP): started using Local SSDs for much improved performance in plans with larger disk sizes]]></title>
            <link>https://aiven.io/changelog/28d0b78d-90a5-48d9-98d5-c890d9019746</link>
            <guid isPermaLink="false">28d0b78d-90a5-48d9-98d5-c890d9019746</guid>
            <pubDate>Mon, 16 Oct 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Disk performance improvements of up to 700% have been seen in some workloads.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Aiven ZooKeeper: Added a new service type ZooKeeper for invite only beta-testing]]></title>
            <link>https://aiven.io/changelog/1c90bffb-7fb0-4ab7-b987-e3cdfc454832</link>
            <guid isPermaLink="false">1c90bffb-7fb0-4ab7-b987-e3cdfc454832</guid>
            <pubDate>Sat, 14 Oct 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Send an email to <a href="mailto:sales@aiven.io">sales@aiven.io</a> if you&#x27;d like an invite to the beta program.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[DigitalOcean: add support for larger plan types in Bangalore and London regions]]></title>
            <link>https://aiven.io/changelog/ef22c7e1-4eee-401a-9fbd-780b5a637a06</link>
            <guid isPermaLink="false">ef22c7e1-4eee-401a-9fbd-780b5a637a06</guid>
            <pubDate>Fri, 13 Oct 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The addition of volume support to these regions has made it possible to support larger plan types.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Upgraded pg_partman to 3.1.0 for Aiven for PostgreSQL 10.]]></title>
            <link>https://aiven.io/changelog/a03a3408-9670-409a-b944-c57bfe35874d</link>
            <guid isPermaLink="false">a03a3408-9670-409a-b944-c57bfe35874d</guid>
            <pubDate>Wed, 11 Oct 2017 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Added support for kuromoji analysis plugin for Aiven for Elasticsearch 5.x versions.]]></title>
            <link>https://aiven.io/changelog/ed7af947-ca8a-471b-b907-3bbb94920929</link>
            <guid isPermaLink="false">ed7af947-ca8a-471b-b907-3bbb94920929</guid>
            <pubDate>Tue, 03 Oct 2017 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Added support for version 4.5.2 and update all available plugins to the latest versions]]></title>
            <link>https://aiven.io/changelog/1e9282a5-c6ee-49e2-b620-a078345d2472</link>
            <guid isPermaLink="false">1e9282a5-c6ee-49e2-b620-a078345d2472</guid>
            <pubDate>Sat, 30 Sep 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to the <a href="https://github.com/grafana/grafana/blob/master/CHANGELOG.md">changelog</a> for what&#x27;s new.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Allow setting <code>min.insync.replicas</code> and <code>retention.bytes</code> options for Kafka topics through the <code>user_config</code> interface]]></title>
            <link>https://aiven.io/changelog/e23ec466-1232-4c86-a5a5-01151c092c92</link>
            <guid isPermaLink="false">e23ec466-1232-4c86-a5a5-01151c092c92</guid>
            <pubDate>Thu, 21 Sep 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>These can be set through <code>user_config</code> with the Aiven command-line client. For a description of what they control see the Apache Kafka <a href="https://kafka.apache.org/documentation/#configuration">documentation</a>.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Allow adjusting <code>log_min_duration_statement</code> through the <code>user_config</code> interface]]></title>
            <link>https://aiven.io/changelog/04305a73-7f51-4cfc-8136-16f83cd87777</link>
            <guid isPermaLink="false">04305a73-7f51-4cfc-8136-16f83cd87777</guid>
            <pubDate>Fri, 15 Sep 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>You can use the Aiven command-line client to configure this.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Added support for <code>external_image_storage</code> Amazon Web Services S3 for alerts]]></title>
            <link>https://aiven.io/changelog/b16fb321-d9a1-41ca-b657-536f8411b702</link>
            <guid isPermaLink="false">b16fb321-d9a1-41ca-b657-536f8411b702</guid>
            <pubDate>Thu, 07 Sep 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This allows you to take screenshots of your graphs automatically to an S3 bucket.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Elasticsearch 5.5.2 version support now available]]></title>
            <link>https://aiven.io/changelog/0d9ab523-0561-45b7-8269-271499555fa9</link>
            <guid isPermaLink="false">0d9ab523-0561-45b7-8269-271499555fa9</guid>
            <pubDate>Tue, 05 Sep 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new Elasticsearch services will be using this version and older customers will be upgraded to it over time. To see what&#x27;s new see the release notes for <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-5.5.2.html">Elasticsearch</a> and <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-5.5.2.html">Kibana</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Added support for version 1.3.5]]></title>
            <link>https://aiven.io/changelog/500ab900-b520-4686-a316-84a9f4ea9b4a</link>
            <guid isPermaLink="false">500ab900-b520-4686-a316-84a9f4ea9b4a</guid>
            <pubDate>Mon, 04 Sep 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new, check out the InfluxDB <a href="https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md">Changelog</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Updated to latest minor releases 9.3.19, 9.5.9 and 9.6.5]]></title>
            <link>https://aiven.io/changelog/7ac306d1-8af7-4c03-97f8-39564b98bc35</link>
            <guid isPermaLink="false">7ac306d1-8af7-4c03-97f8-39564b98bc35</guid>
            <pubDate>Fri, 01 Sep 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s changed please refer to the releases notes for <a href="https://www.postgresql.org/docs/9.6/static/release-9-3-19.html">9.3</a>, <a href="https://www.postgresql.org/docs/9.5/static/release-9-5-9.html">9.5</a> and <a href="https://www.postgresql.org/docs/current/static/release-9-6-5.html">9.6</a> respectively.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Support the latest version 4.4.3]]></title>
            <link>https://aiven.io/changelog/c2668411-fff5-4098-a041-31eb138b3c4e</link>
            <guid isPermaLink="false">c2668411-fff5-4098-a041-31eb138b3c4e</guid>
            <pubDate>Wed, 30 Aug 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new refer to the Grafana <a href="https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Added support for alexanderzobnin-zabbix-app plugin.]]></title>
            <link>https://aiven.io/changelog/ebf1343c-d673-41e2-b022-107a0336b9ba</link>
            <guid isPermaLink="false">ebf1343c-d673-41e2-b022-107a0336b9ba</guid>
            <pubDate>Tue, 29 Aug 2017 00:00:00 GMT</pubDate>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) europe-west3 region in Frankfurt, Germany]]></title>
            <link>https://aiven.io/changelog/a87a03b4-1bbf-4426-96f7-6690e099ed40</link>
            <guid isPermaLink="false">a87a03b4-1bbf-4426-96f7-6690e099ed40</guid>
            <pubDate>Thu, 24 Aug 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Added support for version 0.11.0.0]]></title>
            <link>https://aiven.io/changelog/6124e7ee-fe79-4f7d-8f6a-e06a5bd80611</link>
            <guid isPermaLink="false">6124e7ee-fe79-4f7d-8f6a-e06a5bd80611</guid>
            <pubDate>Mon, 14 Aug 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to the <a href="https://archive.apache.org/dist/kafka/0.11.0.0/RELEASE_NOTES.html">release notes</a> for what&#x27;s new in the release.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for PostgreSQL updated to latest minor releases 9.3.18, 9.5.8 and 9.6.4]]></title>
            <link>https://aiven.io/changelog/76838c9b-69f9-45f1-91ae-8a62531ab0b5</link>
            <guid isPermaLink="false">76838c9b-69f9-45f1-91ae-8a62531ab0b5</guid>
            <pubDate>Thu, 10 Aug 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s changed please refer to the releases notes for <a href="https://www.postgresql.org/docs/9.5/static/release-9-3-18.html">9.3</a>, <a href="https://www.postgresql.org/docs/9.5/static/release-9-5-8.html">9.5</a> and <a href="https://www.postgresql.org/docs/9.5/static/release-9-6-4.html">9.6</a> respectively.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Added support for version 5.5.1]]></title>
            <link>https://aiven.io/changelog/8011439b-b0d9-4989-be95-bd0b159f4868</link>
            <guid isPermaLink="false">8011439b-b0d9-4989-be95-bd0b159f4868</guid>
            <pubDate>Tue, 08 Aug 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To find out what&#x27;s changed please see the release notes for <a href="https://www.elastic.co/guide/en/kibana/5.5/release-notes-5.5.1.html">Kibana</a> and <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-5.5.1.html">Elasticsearch</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Added support for larger seven node plans]]></title>
            <link>https://aiven.io/changelog/a1a124d2-2a11-42c8-8d14-4e3a1b67cb50</link>
            <guid isPermaLink="false">a1a124d2-2a11-42c8-8d14-4e3a1b67cb50</guid>
            <pubDate>Fri, 04 Aug 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Note that it is possible to also request much larger custom plans than this.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Upgraded to minor release 1.3.1]]></title>
            <link>https://aiven.io/changelog/d712aa3b-7e94-49b4-971a-5a41480eb051</link>
            <guid isPermaLink="false">d712aa3b-7e94-49b4-971a-5a41480eb051</guid>
            <pubDate>Thu, 03 Aug 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new, check out the InfluxDB <a href="https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md">Changelog</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Added support for the extension <code>dblink_fdw</code> ]]></title>
            <link>https://aiven.io/changelog/86501f82-503b-4dd3-b064-ddbfb982f881</link>
            <guid isPermaLink="false">86501f82-503b-4dd3-b064-ddbfb982f881</guid>
            <pubDate>Sun, 23 Jul 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p><code>dblink_fdw</code> allows you to connect to remote PostgreSQL services from within your database and to run queries on them. To see our full list of extensions see our <a href="https://help.aiven.io/postgresql/extensions/supported-postgresql-extensions">help article</a>.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka Connect add support for the JDBC Kafka Connector]]></title>
            <link>https://aiven.io/changelog/f11f9c78-84f5-449f-ad30-0125ac578bcb</link>
            <guid isPermaLink="false">f11f9c78-84f5-449f-ad30-0125ac578bcb</guid>
            <pubDate>Sun, 16 Jul 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This allows you to automatically load data to and from a JDBC compatible database like Aiven for PostgreSQL.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Aiven for Apache Kafka user and topic Access Control List (ACL) support now available]]></title>
            <link>https://aiven.io/changelog/faac3b90-38da-4044-a119-8999b3803612</link>
            <guid isPermaLink="false">faac3b90-38da-4044-a119-8999b3803612</guid>
            <pubDate>Sat, 15 Jul 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Username and topic both accept a glob with <code>*</code> and <code>?</code> wildcards. Permission granted can be one of <code>read</code>, <code>write</code> or <code>readwrite</code>. By default, we allow <code>readwrite</code> to all topics for all users. Please refer to our <a href="https://help.aiven.io/kafka/kafka-users-and-access-control">help article</a> for more details.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for two factor authentication]]></title>
            <link>https://aiven.io/changelog/d511971e-99b9-4113-915a-746141eef02a</link>
            <guid isPermaLink="false">d511971e-99b9-4113-915a-746141eef02a</guid>
            <pubDate>Thu, 13 Jul 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This allows you to configure your login to require two different authentication sources for enhanced security. To learn more see our <a href="https://help.aiven.io/security/two-factor-authentication">help article</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Updated to version 4.4.1, also update all Grafana plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/325c3bff-723b-4ef6-ba12-74a6174b9cf6</link>
            <guid isPermaLink="false">325c3bff-723b-4ef6-ba12-74a6174b9cf6</guid>
            <pubDate>Tue, 11 Jul 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new see the Grafana <a href="https://github.com/grafana/grafana/blob/master/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) australia-southeast1 region as Australia, New South Wales - Google Cloud: Sydney]]></title>
            <link>https://aiven.io/changelog/1797a5f7-755a-4100-884a-977968270b39</link>
            <guid isPermaLink="false">1797a5f7-755a-4100-884a-977968270b39</guid>
            <pubDate>Wed, 28 Jun 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Added support for version 5.4.2]]></title>
            <link>https://aiven.io/changelog/b6b0f9d1-5f68-4740-b406-58fc3274d483</link>
            <guid isPermaLink="false">b6b0f9d1-5f68-4740-b406-58fc3274d483</guid>
            <pubDate>Mon, 26 Jun 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All new plans will now use the new version and all existing customer will be upgraded to this version in the future. To check what&#x27;s changed please see the release notes for <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-5.4.2.html">Kibana</a> and <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-5.4.2.html">Elasticsearch</a>.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Added support for larger plan types in DigitalOcean (DO) Toronto tor1 region.]]></title>
            <link>https://aiven.io/changelog/20e762ee-ffbf-4004-96f5-0c1f3a387136</link>
            <guid isPermaLink="false">20e762ee-ffbf-4004-96f5-0c1f3a387136</guid>
            <pubDate>Wed, 14 Jun 2017 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Add support for Google Cloud Platform (GCP) europe-west2 London region]]></title>
            <link>https://aiven.io/changelog/c92b5deb-908f-4e9e-ac7b-14e7e282e075</link>
            <guid isPermaLink="false">c92b5deb-908f-4e9e-ac7b-14e7e282e075</guid>
            <pubDate>Mon, 12 Jun 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Removed all database and service user account limits]]></title>
            <link>https://aiven.io/changelog/d5fbb33b-7c03-4bdd-9105-84b76fef8be3</link>
            <guid isPermaLink="false">d5fbb33b-7c03-4bdd-9105-84b76fef8be3</guid>
            <pubDate>Wed, 07 Jun 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Previously there was a limit to the amount of USERs and DATABASEs that a customer could create.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Aiven for PostgreSQL plan tiers -120 and -160 in all Azure regions.]]></title>
            <link>https://aiven.io/changelog/1f72647f-6ea7-4983-8db8-b8deca31f321</link>
            <guid isPermaLink="false">1f72647f-6ea7-4983-8db8-b8deca31f321</guid>
            <pubDate>Tue, 30 May 2017 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
            <category>Microsoft Azure</category>
        </item>
        <item>
            <title><![CDATA[Added support for Aiven for Grafana 4.3.1 and updated all Grafana plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/0dc25397-3d6d-49eb-b3c5-80763f776da5</link>
            <guid isPermaLink="false">0dc25397-3d6d-49eb-b3c5-80763f776da5</guid>
            <pubDate>Thu, 25 May 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new refer to the <a href="https://github.com/grafana/grafana/blob/master/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Added support for Google Cloud Platform (GCP) us-east4 US Virginia region]]></title>
            <link>https://aiven.io/changelog/d8ea856a-c705-429f-bbd8-45b720430450</link>
            <guid isPermaLink="false">d8ea856a-c705-429f-bbd8-45b720430450</guid>
            <pubDate>Fri, 19 May 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available within the region.</p>]]></description>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Now allows the use of the "postgres" database, commonly used for maintenance purposes by some applications]]></title>
            <link>https://aiven.io/changelog/1164d505-32cf-4e21-8ebc-9a65edfe61af</link>
            <guid isPermaLink="false">1164d505-32cf-4e21-8ebc-9a65edfe61af</guid>
            <pubDate>Mon, 15 May 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Previously the use of this database was restricted.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Updated to latest minor releases 9.3.17, 9.5.7 and 9.6.3]]></title>
            <link>https://aiven.io/changelog/f9f4126a-9214-43cd-bb7d-3ee73c65f31d</link>
            <guid isPermaLink="false">f9f4126a-9214-43cd-bb7d-3ee73c65f31d</guid>
            <pubDate>Thu, 11 May 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s changed please refer to the releases notes for <a href="https://www.postgresql.org/docs/9.5/static/release-9-3-17.html">9.3</a>, <a href="https://www.postgresql.org/docs/9.5/static/release-9-5-7.html">9.5</a> and <a href="https://www.postgresql.org/docs/9.5/static/release-9-6-3.html">9.6</a> respectively.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Can now allow <a href="https://redis.io/commands/eval" rel="nofollow noopener noreferrer">EVAL</a> and <a href="https://redis.io/commands/evalsha" rel="nofollow noopener noreferrer">EVALSHA</a> feature use based on request]]></title>
            <link>https://aiven.io/changelog/fe33d1d5-c98b-4be4-99e8-1e8a1cc7bc14</link>
            <guid isPermaLink="false">fe33d1d5-c98b-4be4-99e8-1e8a1cc7bc14</guid>
            <pubDate>Tue, 09 May 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To turn the feature on for your Aiven for Redis service please send a request to: <a href="mailto:support@aiven.io">support@aiven.io</a></p>]]></description>
            <category>Caching</category>
        </item>
        <item>
            <title><![CDATA[Added create role permissions for avnadmin user]]></title>
            <link>https://aiven.io/changelog/fcae0668-86bb-477a-bab9-69979db0a607</link>
            <guid isPermaLink="false">fcae0668-86bb-477a-bab9-69979db0a607</guid>
            <pubDate>Mon, 08 May 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The avnadmin user can now CREATE ROLEs directly without using the web <a href="https://console.aiven.io">console.</a></p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Added support for using cleanup compaction for topics]]></title>
            <link>https://aiven.io/changelog/1483af6a-a177-4ff7-ba25-41345a3ce7d6</link>
            <guid isPermaLink="false">1483af6a-a177-4ff7-ba25-41345a3ce7d6</guid>
            <pubDate>Tue, 02 May 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>This new capability exists in addition to the existing topic cleanup deletion policy.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for configuring offset topic retention through a user_config value]]></title>
            <link>https://aiven.io/changelog/58430af4-4c3c-4ad6-a444-5b775b482658</link>
            <guid isPermaLink="false">58430af4-4c3c-4ad6-a444-5b775b482658</guid>
            <pubDate>Fri, 28 Apr 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Allowed values range between 1 and 14400 minutes. Default value remains the same at 1440 minutes.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support add CREATE DATABASE permissions for avnadmin user]]></title>
            <link>https://aiven.io/changelog/9481ef22-c776-4942-acd5-b15b484b5b54</link>
            <guid isPermaLink="false">9481ef22-c776-4942-acd5-b15b484b5b54</guid>
            <pubDate>Sat, 22 Apr 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Previously, database creation and deletion were only possible through Aiven Web console.</p>]]></description>
            <category>PostgreSQL®</category>
        </item>
        <item>
            <title><![CDATA[Add support for Elasticsearch Kafka Connect connector]]></title>
            <link>https://aiven.io/changelog/fc47130b-cf59-4d63-b3d2-c976c7be8a1a</link>
            <guid isPermaLink="false">fc47130b-cf59-4d63-b3d2-c976c7be8a1a</guid>
            <pubDate>Thu, 20 Apr 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The connector allows you to insert automatically all the data in a Kafka topic to an Elasticsearch service.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Added support for the new Google Cloud Platform (GCP) Singapore region, all services are now available in the region.]]></title>
            <link>https://aiven.io/changelog/1ce11000-c338-42c3-b4c1-b82c1c9a87c4</link>
            <guid isPermaLink="false">1ce11000-c338-42c3-b4c1-b82c1c9a87c4</guid>
            <pubDate>Mon, 17 Apr 2017 00:00:00 GMT</pubDate>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Added support for new Azure Australia East and Azure Australia Southeast regions]]></title>
            <link>https://aiven.io/changelog/81ae85e6-f451-49b0-aa9e-8cfc0f2aea45</link>
            <guid isPermaLink="false">81ae85e6-f451-49b0-aa9e-8cfc0f2aea45</guid>
            <pubDate>Tue, 11 Apr 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All service types are now available in both regions.</p>]]></description>
            <category>Microsoft Azure</category>
        </item>
        <item>
            <title><![CDATA[Added support for the new major release 0.10.2.0]]></title>
            <link>https://aiven.io/changelog/c5c4cc9e-9012-4636-9bbb-2fdd0063f889</link>
            <guid isPermaLink="false">c5c4cc9e-9012-4636-9bbb-2fdd0063f889</guid>
            <pubDate>Fri, 24 Mar 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to the <a href="https://archive.apache.org/dist/kafka/0.10.2.0/RELEASE_NOTES.html">release notes</a> for what&#x27;s new.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated to minor version 1.2.2]]></title>
            <link>https://aiven.io/changelog/67cbac36-ac42-4ab7-ba1e-80825fd286d6</link>
            <guid isPermaLink="false">67cbac36-ac42-4ab7-ba1e-80825fd286d6</guid>
            <pubDate>Thu, 23 Mar 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>lease see the <a href="https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md">Changelog</a> for what&#x27;s new in this release.</p>]]></description>
        </item>
        <item>
            <title><![CDATA[Added Startup, Business and Premium -240 plans for Google Cloud Platform (GCP) and Amazon Web Service (AWS.)]]></title>
            <link>https://aiven.io/changelog/2a751f2b-0a98-4fc6-a97a-fa43667dd8df</link>
            <guid isPermaLink="false">2a751f2b-0a98-4fc6-a97a-fa43667dd8df</guid>
            <pubDate>Thu, 16 Mar 2017 00:00:00 GMT</pubDate>
            <category>PostgreSQL®</category>
            <category>Amazon Web Services</category>
            <category>Google Cloud</category>
        </item>
        <item>
            <title><![CDATA[Added support for new UpCloud Amsterdam and Singapore regions]]></title>
            <link>https://aiven.io/changelog/290373bd-8061-4c2a-b8eb-ffbe1f202d7d</link>
            <guid isPermaLink="false">290373bd-8061-4c2a-b8eb-ffbe1f202d7d</guid>
            <pubDate>Wed, 15 Mar 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>All Aiven services are now available in the new regions.</p>]]></description>
            <category>UpCloud</category>
        </item>
        <item>
            <title><![CDATA[Added an <code>unlimited_topic_retention</code> feature that can be turned on for a service based on a customer request]]></title>
            <link>https://aiven.io/changelog/43675091-ab63-4f2d-9c60-ba30fbb5ef64</link>
            <guid isPermaLink="false">43675091-ab63-4f2d-9c60-ba30fbb5ef64</guid>
            <pubDate>Mon, 13 Mar 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>The features allows setting unlimited retention time for a topic.</p>]]></description>
            <category>Apache Kafka®</category>
        </item>
        <item>
            <title><![CDATA[Updated to release 4.1.2 and updated all Grafana plugins to latest versions]]></title>
            <link>https://aiven.io/changelog/cfd2ab1d-409f-4a68-ae61-44131ec4ddfa</link>
            <guid isPermaLink="false">cfd2ab1d-409f-4a68-ae61-44131ec4ddfa</guid>
            <pubDate>Tue, 07 Mar 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>To see what&#x27;s new please refer to the <a href="https://github.com/grafana/grafana/blob/master/CHANGELOG.md">changelog</a>.</p>]]></description>
            <category>Grafana®</category>
        </item>
        <item>
            <title><![CDATA[Updated to minor version 5.2.2]]></title>
            <link>https://aiven.io/changelog/a4cc835d-5cfa-4387-b866-528d91d38866</link>
            <guid isPermaLink="false">a4cc835d-5cfa-4387-b866-528d91d38866</guid>
            <pubDate>Thu, 02 Mar 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[<p>Please refer to the release notes of <a href="https://www.elastic.co/guide/en/kibana/current/release-notes-5.2.2.html">Kibana</a> and <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-5.2.2.html">Elasticsearch</a> for what&#x27;s new.</p>]]></description>
        </item>
    </channel>
</rss>