From fae28ed3aec09260636d3a7d95f3beea8cd1f8f7 Mon Sep 17 00:00:00 2001 From: Dwight Hodge <79169168+ddhodge@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:39:08 -0400 Subject: [PATCH] YBM change log (#23186) --- .../explore/change-data-capture/_index.md | 46 +++++++++++-------- .../preview/tutorials/cdc-tutorials/_index.md | 10 ++++ .../preview/yugabyte-cloud/release-notes.md | 5 +- 3 files changed, 40 insertions(+), 21 deletions(-) diff --git a/docs/content/preview/explore/change-data-capture/_index.md b/docs/content/preview/explore/change-data-capture/_index.md index 44d054fdf841..53788190cbb2 100644 --- a/docs/content/preview/explore/change-data-capture/_index.md +++ b/docs/content/preview/explore/change-data-capture/_index.md @@ -24,6 +24,22 @@ In databases, change data capture (CDC) is a set of software design patterns use - **Compliance and auditing** : Auditing and compliance requirements can require you to use CDC to maintain records of data changes. +{{}} + + {{}} + + {{}} + +{{}} + ## How does CDC work YugabyteDB CDC captures changes made to data in the database and streams those changes to external processes, applications, or other databases. CDC allows you to track and propagate changes in a YugabyteDB database to downstream consumers based on its Write-Ahead Log (WAL). YugabyteDB CDC uses Debezium to capture row-level changes resulting from INSERT, UPDATE, and DELETE operations in the upstream database, and publishes them as events to Kafka using Kafka Connect-compatible connectors. @@ -52,25 +68,15 @@ To know more about how to monitor your CDC setup, see [Monitor](./cdc-monitor). For tutorials on streaming data to Kafka environments, including Amazon MSK, Azure Event Hubs, and Confluent Cloud, see [Kafka environments](/preview/tutorials/cdc-tutorials/). -{{}} - - {{}} - -{{}} - ## Learn more -* [Examples of CDC usage and patterns](https://github.com/yugabyte/cdc-examples/tree/main) {{}} -* [Tutorials to deploy in different Kafka environments](../../tutorials/cdc-tutorials/) {{}} -* [Data Streaming Using YugabyteDB CDC, Kafka, and SnowflakeSinkConnector](https://www.yugabyte.com/blog/data-streaming-using-yugabytedb-cdc-kafka-and-snowflakesinkconnector/) {{}} -* [Unlock Azure Storage Options With YugabyteDB CDC](https://www.yugabyte.com/blog/unlocking-azure-storage-options-with-yugabytedb-cdc/) {{}} -* [Change Data Capture From YugabyteDB to Elasticsearch](https://www.yugabyte.com/blog/change-data-capture-cdc-yugabytedb-elasticsearch/) {{}} -* [Snowflake CDC: Publishing Data Using Amazon S3 and YugabyteDB](https://www.yugabyte.com/blog/snowflake-cdc-publish-data-using-amazon-s3-yugabytedb/) {{}} -* [Streaming Changes From YugabyteDB to Downstream Databases](https://www.yugabyte.com/blog/streaming-changes-yugabytedb-cdc-downstream-databases/) {{}} -* [Change Data Capture from YugabyteDB CDC to ClickHouse](https://www.yugabyte.com/blog/change-data-capture-cdc-yugabytedb-clickhouse/) {{}} -* [How to Run Debezium Server with Kafka as a Sink](https://www.yugabyte.com/blog/change-data-capture-cdc-run-debezium-server-kafka-sink/) {{}} -* [Change Data Capture Using a Spring Data Processing Pipeline](https://www.yugabyte.com/blog/change-data-capture-cdc-spring-data-processing-pipeline/) {{}} +- [Examples of CDC usage and patterns](https://github.com/yugabyte/cdc-examples/tree/main) {{}} +- [Tutorials to deploy in different Kafka environments](../../tutorials/cdc-tutorials/) {{}} +- [Data Streaming Using YugabyteDB CDC, Kafka, and SnowflakeSinkConnector](https://www.yugabyte.com/blog/data-streaming-using-yugabytedb-cdc-kafka-and-snowflakesinkconnector/) {{}} +- [Unlock Azure Storage Options With YugabyteDB CDC](https://www.yugabyte.com/blog/unlocking-azure-storage-options-with-yugabytedb-cdc/) {{}} +- [Change Data Capture From YugabyteDB to Elasticsearch](https://www.yugabyte.com/blog/change-data-capture-cdc-yugabytedb-elasticsearch/) {{}} +- [Snowflake CDC: Publishing Data Using Amazon S3 and YugabyteDB](https://www.yugabyte.com/blog/snowflake-cdc-publish-data-using-amazon-s3-yugabytedb/) {{}} +- [Streaming Changes From YugabyteDB to Downstream Databases](https://www.yugabyte.com/blog/streaming-changes-yugabytedb-cdc-downstream-databases/) {{}} +- [Change Data Capture from YugabyteDB CDC to ClickHouse](https://www.yugabyte.com/blog/change-data-capture-cdc-yugabytedb-clickhouse/) {{}} +- [How to Run Debezium Server with Kafka as a Sink](https://www.yugabyte.com/blog/change-data-capture-cdc-run-debezium-server-kafka-sink/) {{}} +- [Change Data Capture Using a Spring Data Processing Pipeline](https://www.yugabyte.com/blog/change-data-capture-cdc-spring-data-processing-pipeline/) {{}} diff --git a/docs/content/preview/tutorials/cdc-tutorials/_index.md b/docs/content/preview/tutorials/cdc-tutorials/_index.md index e29663725cd3..a78653621807 100644 --- a/docs/content/preview/tutorials/cdc-tutorials/_index.md +++ b/docs/content/preview/tutorials/cdc-tutorials/_index.md @@ -42,4 +42,14 @@ type: indexpage href="cdc-redpanda/" icon="/images/section_icons/quick_start/sample_apps.png">}} + {{}} + {{}} + +## Learn more + +For more information on YugabyteDB CDC, see [Change Data Capture](../../explore/change-data-capture/). diff --git a/docs/content/preview/yugabyte-cloud/release-notes.md b/docs/content/preview/yugabyte-cloud/release-notes.md index b7feff50f164..c6cca6f53ff8 100644 --- a/docs/content/preview/yugabyte-cloud/release-notes.md +++ b/docs/content/preview/yugabyte-cloud/release-notes.md @@ -19,11 +19,14 @@ On this page: ## Change log -### July 10, 2024 +### July 11, 2024 **Database** - Ability to choose the latest [stable release](../../faq/yugabytedb-managed-faq/#what-version-of-yugabytedb-does-my-cluster-run-on) when creating a dedicated or Sandbox cluster using the new Early Access track. Early Access has more frequent updates for faster access to the most recent stable version of YugabyteDB. Currently features YugabyteDB v2024.1.0.0. +- Production track updated to 2.18.8.0. +- Innovation track updated to 2.20.4.1. +- Preview track updated to 2.21.1.0. ### June 24, 2024