From c0dd096e1380b38a44dc307019d9ce65716120de Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Wed, 18 Dec 2019 06:18:04 +0100 Subject: [PATCH] [release] Changelog for 1.0.0.Final --- CHANGELOG.md | 35 +++++++++++++++++++ COPYRIGHT.txt | 1 + .../modules/ROOT/pages/_attributes.adoc | 6 ++-- 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e920771b9..5c65b4fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ All notable changes are documented in this file. Release numbers follow [Semantic Versioning](http://semver.org) +## 1.0.0.Final +December 18th, 2019 [Detailed release notes](https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12317320&version=12343667) + +### New features since 1.0.0.CR1 + +* Support streaming changes from SQL Server "AlwaysOn" replica [DBZ-1642](https://issues.jboss.org/browse/DBZ-1642) + + +### Breaking changes since 1.0.0.CR1 + +* Rename Serdes to DebeziumSerdes [DBZ-1670](https://issues.jboss.org/browse/DBZ-1670) +* MySQL Connector should use "snapshot.lock.timeout.ms" [DBZ-1671](https://issues.jboss.org/browse/DBZ-1671) + + +### Fixes since 1.0.0.CR1 + +* Interpret Sql Server timestamp timezone correctly [DBZ-1643](https://issues.jboss.org/browse/DBZ-1643) +* Sorting a HashSet only to put it back into a HashSet [DBZ-1650](https://issues.jboss.org/browse/DBZ-1650) +* Function with RETURN only statement cannot be parsed [DBZ-1659](https://issues.jboss.org/browse/DBZ-1659) +* Enum value resolution not working while streaming with wal2json or pgoutput [DBZ-1680](https://issues.jboss.org/browse/DBZ-1680) + + +### Other changes since 1.0.0.CR1 + +* Globally ensure in tests that records can be serialized [DBZ-824](https://issues.jboss.org/browse/DBZ-824) +* Allow upstream teststuite to run with productised dependencies [DBZ-1658](https://issues.jboss.org/browse/DBZ-1658) +* Upgrade to latest PostgreSQL driver 42.2.9 [DBZ-1660](https://issues.jboss.org/browse/DBZ-1660) +* Generate warning for connectors with automatically dropped slots [DBZ-1666](https://issues.jboss.org/browse/DBZ-1666) +* Regression test for MySQL dates in snapshot being off by one [DBZ-1667](https://issues.jboss.org/browse/DBZ-1667) +* Build against Apache Kafka 2.4 [DBZ-1676](https://issues.jboss.org/browse/DBZ-1676) +* When PostgreSQL schema refresh fails, allow error to include root cause [DBZ-1677](https://issues.jboss.org/browse/DBZ-1677) +* Prepare testsuite for RHEL 8 protobuf plugin RPM [DBZ-1536](https://issues.jboss.org/browse/DBZ-1536) + + + ## 1.0.0.CR1 December 14th, 2019 [Detailed release notes](https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12317320&version=12343169) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 80edd78c4..aba1f8bed 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -1,3 +1,4 @@ +Cobolbaby Aaron Rosenberg Addison Higham Adrian Kreuziger diff --git a/documentation/modules/ROOT/pages/_attributes.adoc b/documentation/modules/ROOT/pages/_attributes.adoc index 57e9ebd8e..84d90ff0e 100644 --- a/documentation/modules/ROOT/pages/_attributes.adoc +++ b/documentation/modules/ROOT/pages/_attributes.adoc @@ -4,11 +4,11 @@ :imagesdir: {moduledir}/assets/images :partialsdir: {moduledir}/pages/_partials -:debezium-version: 1.0.0.Beta2 +:debezium-version: 1.0.0.Final :debezium-dev-version: 1.0 -:debezium-kafka-version: 2.3.0 +:debezium-kafka-version: 2.4.0 :debezium-docker-label: 1.0 :install-version: 1.0 -:confluent-platform-version: 5.1.2 +:confluent-platform-version: 5.3.1 :strimzi-version: 0.13.0 :jira-url: https://issues.redhat.com