diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad2eb908..f56fb56c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes are documented in this file. Release numbers follow [Semantic Versioning](http://semver.org) +## 1.7.0.CR2 +Spetember 23rd 2021 [Detailed release notes](https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12317320&version=12374333) + +### New features since 1.7.0.CR1 + +* Support read-only MySQL connection in incremental snapshot [DBZ-3577](https://issues.jboss.org/browse/DBZ-3577) + + +### Breaking changes since 1.7.0.CR1 + +None + + +### Fixes since 1.7.0.CR1 + +* Connection failure after snapshot wasn't executed for a while [DBZ-3951](https://issues.jboss.org/browse/DBZ-3951) +* Oracle-Connector fails parsing a DDL statement [DBZ-3977](https://issues.jboss.org/browse/DBZ-3977) +* Oracle connector fails after error ORA-01327 [DBZ-4010](https://issues.jboss.org/browse/DBZ-4010) +* Incorrect incremental snapshot DDL triggers snapshot that generates unending* inserts against signalling table [DBZ-4013](https://issues.jboss.org/browse/DBZ-4013) +* Oracle-Connector fails parsing a DDL statement (truncate partition) [DBZ-4017](https://issues.jboss.org/browse/DBZ-4017) + + +### Other changes since 1.7.0.CR1 + +* Jenkins build node is based on RHEL 8.0 and requires upgrade [DBZ-3690](https://issues.jboss.org/browse/DBZ-3690) +* Remove `GRANT ALTER ANY TABLE` from Oracle documentation [DBZ-4007](https://issues.jboss.org/browse/DBZ-4007) +* Update deploy action configuration for v3 [DBZ-4009](https://issues.jboss.org/browse/DBZ-4009) +* Website preview via surge.sh [DBZ-4011](https://issues.jboss.org/browse/DBZ-4011) +* Automate contributor check in COPYRIGHT.txt [DBZ-4023](https://issues.jboss.org/browse/DBZ-4023) +* Provide an example of usage of snapshot.select.statement.overrides [DBZ-3603](https://issues.jboss.org/browse/DBZ-3603) +* Throughput Bottleneck and Inefficient Batching in ChangeEventQueue [DBZ-3887](https://issues.jboss.org/browse/DBZ-3887) +* Performance Bottleneck in TableIdParser String Replacement [DBZ-4015](https://issues.jboss.org/browse/DBZ-4015) + + + ## 1.7.0.CR1 Spetember 16th 2021 [Detailed release notes](https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12317320&version=12373513) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index a74c5834e..450bdd641 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -314,6 +314,7 @@ Vasily Ulianko Vedit Firat Arig Victar Malinouski Victor Xiang +Vivek Wassan Vladimir Osin Wang-Yu-Chao WenChao Ke diff --git a/documentation/antora.yml b/documentation/antora.yml index e9c0a5264..1405dc9d0 100644 --- a/documentation/antora.yml +++ b/documentation/antora.yml @@ -6,7 +6,7 @@ nav: asciidoc: attributes: - debezium-version: '1.7.0.CR1' + debezium-version: '1.7.0.CR2' debezium-dev-version: '1.7' debezium-kafka-version: '2.8.0' debezium-docker-label: '1.6'