diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da282e9a..f07970f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,47 @@ All notable changes are documented in this file. Release numbers follow [Semantic Versioning](http://semver.org) +## 1.4.0.Final +Januaryr 7th 2021 [Detailed release notes](https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12317320&version=12352766) + +### New features since 1.4.0.CR1 + +* Improve error reporting from DDL parser [DBZ-2366](https://issues.jboss.org/browse/DBZ-2366) +* Support TNS Names and full RAC connection strings [DBZ-2859](https://issues.jboss.org/browse/DBZ-2859) +* Add more comprehensible logs to FIELD event [DBZ-2873](https://issues.jboss.org/browse/DBZ-2873) + + +### Breaking changes since 1.4.0.CR1 + +None + + +### Fixes since 1.4.0.CR1 + +* AWS RDS has different role names which make connector validation fail [DBZ-2800](https://issues.jboss.org/browse/DBZ-2800) +* Archive Log mining does not work with Logminer [DBZ-2825](https://issues.jboss.org/browse/DBZ-2825) +* MySQL parser error for comments starting with tab [DBZ-2840](https://issues.jboss.org/browse/DBZ-2840) +* Connector fails when using '$' sign in column name. [DBZ-2849](https://issues.jboss.org/browse/DBZ-2849) +* Connection adapter not passed to Surefire tests [DBZ-2856](https://issues.jboss.org/browse/DBZ-2856) +* Unsupported MariaDB syntax for generated columns [DBZ-2882](https://issues.jboss.org/browse/DBZ-2882) +* SLF4J API should not be included in Oracle distirbution [DBZ-2890](https://issues.jboss.org/browse/DBZ-2890) +* Vitess distro contains unaligned deps [DBZ-2892](https://issues.jboss.org/browse/DBZ-2892) +* Changing base packages does not always trigger full builds [DBZ-2896](https://issues.jboss.org/browse/DBZ-2896) +* LogMiner causes DataException when DATE field is specified as NOT NULL [DBZ-2784](https://issues.jboss.org/browse/DBZ-2784) + + +### Other changes since 1.4.0.CR1 + +* Remove LegacyDdlParser and related code [DBZ-2167](https://issues.jboss.org/browse/DBZ-2167) +* Add MongoDB connector interface [DBZ-2808](https://issues.jboss.org/browse/DBZ-2808) +* `sanitize.field.names` support for Vitess Connector [DBZ-2851](https://issues.jboss.org/browse/DBZ-2851) +* Explicitly declare to Quarkus that ORM XML mapping is required for the outbox extension [DBZ-2860](https://issues.jboss.org/browse/DBZ-2860) +* Upgrade MySQL JDBC driver to 8.0.21 [DBZ-2887](https://issues.jboss.org/browse/DBZ-2887) +* Upgrade Guava library to 30.0 [DBZ-2888](https://issues.jboss.org/browse/DBZ-2888) +* Avoid exception when payload id field not present [DBZ-2889](https://issues.jboss.org/browse/DBZ-2889) + + + ## 1.4.0.CR1 December 16th 2020 [Detailed release notes](https://issues.redhat.com/secure/ReleaseNote.jspa?projectId=12317320&version=12352696) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index cbe16557a..720a65455 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -156,6 +156,7 @@ MaoXiang Pan Marc Zbyszynski Mario Mueller Mariusz Strzelecki +martper2 Matt Beary Matteo Capitanio Mathieu Rozieres @@ -242,4 +243,5 @@ Willie Cheong Wout Scheepers Yang Yang Yiming Liu +Yoann Rodière 志飞 张 diff --git a/documentation/antora.yml b/documentation/antora.yml index ab9b1ee4f..668414679 100644 --- a/documentation/antora.yml +++ b/documentation/antora.yml @@ -6,17 +6,17 @@ nav: asciidoc: attributes: - debezium-version: '1.4.0.CR1' + debezium-version: '1.4.0.Final' debezium-dev-version: '1.4' debezium-kafka-version: '2.6.0' - debezium-docker-label: '1.3' + debezium-docker-label: '1.4' DockerKafkaConnect: registry.redhat.io/amq7/amq-streams-kafka-25-rhel7:1.5.0 - install-version: '1.3' + install-version: '1.4' assemblies: '../assemblies' modules: '../../modules' mysql-version: '8.0' strimzi-version: '0.18.0' - apicurio-version: '1.3.0.Final' + apicurio-version: '1.3.2.Final' linux-version: 11.5.0.0 community: true registry: 'Apicurio Registry'