From 46ee16409d4d360213b4a87e69f8bcc4e62fcafb Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Thu, 16 Jan 2020 09:52:33 +0100 Subject: [PATCH] [release] Changelog for 1.1.0.Alpha1 --- CHANGELOG.md | 37 +++++++++++++++++++ COPYRIGHT.txt | 4 ++ .../modules/ROOT/pages/_attributes.adoc | 4 +- jenkins-jobs/scripts/config/Aliases.txt | 1 + 4 files changed, 44 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c65b4fb0..fb1a304b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,43 @@ All notable changes are documented in this file. Release numbers follow [Semantic Versioning](http://semver.org) +## 1.1.0.Alpha1 +January 16th, 2020 [Detailed release notes](https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12317320&version=12344080) + +### New features since 1.0.0.Final + +* MongoDB authentication against non-admin authsource [DBZ-1168](https://issues.jboss.org/browse/DBZ-1168) +* Oracle: Add support for different representations of "NUMBER" Data Type [DBZ-1552](https://issues.jboss.org/browse/DBZ-1552) +* Update Mongo Java driver to version 3.12.0 [DBZ-1690](https://issues.jboss.org/browse/DBZ-1690) +* Support exporting change events in "CloudEvents" format [DBZ-1292](https://issues.jboss.org/browse/DBZ-1292) +* Build Quarkus extension facilitating implementations of the outbox pattern [DBZ-1478](https://issues.jboss.org/browse/DBZ-1478) +* Support column masking option for Postgres [DBZ-1685](https://issues.jboss.org/browse/DBZ-1685) + + +### Breaking changes since 1.0.0.Final + +* Remove "slot.drop_on_stop" option [DBZ-1600](https://issues.jboss.org/browse/DBZ-1600) +* Outbox event router should ensure record timestamp is always millis-since-epoch [DBZ-1707](https://issues.jboss.org/browse/DBZ-1707) + + +### Fixes since 1.0.0.Final + +* Make slot creation in PostgreSQL more resilient [DBZ-1684](https://issues.jboss.org/browse/DBZ-1684) +* SQLserver type time(4)...time(7) lost nanoseconds [DBZ-1688](https://issues.jboss.org/browse/DBZ-1688) +* Support boolean as default for INT(1) column in MySQL [DBZ-1689](https://issues.jboss.org/browse/DBZ-1689) +* SIGNAL statement is not recognized by DDL parser [DBZ-1691](https://issues.jboss.org/browse/DBZ-1691) +* When using in embedded mode MYSQL connector fails [DBZ-1693](https://issues.jboss.org/browse/DBZ-1693) +* MySQL connector fails to parse trigger DDL [DBZ-1699](https://issues.jboss.org/browse/DBZ-1699) + + +### Other changes since 1.0.0.Final + +* Update outbox routing example [DBZ-1673](https://issues.jboss.org/browse/DBZ-1673) +* Add option to JSON change event SerDe for ignoring unknown properties [DBZ-1703](https://issues.jboss.org/browse/DBZ-1703) +* Update debezium/awestruct image to use Antora 2.3 alpha 2 [DBZ-1713](https://issues.jboss.org/browse/DBZ-1713) + + + ## 1.0.0.Final December 18th, 2019 [Detailed release notes](https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12317320&version=12343667) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 47539f487..c7fe90f33 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -3,8 +3,10 @@ Aaron Rosenberg Addison Higham Adrian Kreuziger Akshath Patkar +Alex Mansell Alexander Kovryga Amit Sela +Andrea Cosentino Andreas Bergmeier Andras Istvan Nagy Andrew Garrett @@ -46,6 +48,7 @@ Emrul Islam Eric S. Kreiseir Ewen Cheslack-Postava Felix Eckhardt +Fintan Bolton Gagan Agrawal Grant Cooksey Guillaume Rosauro @@ -84,6 +87,7 @@ Leo Mei Lev Zemlyanov Listman Gamboa Liu Hanlin +Liu Lang Wa Luis Garcés-Erice Maciej Bryński MaoXiang Pan diff --git a/documentation/modules/ROOT/pages/_attributes.adoc b/documentation/modules/ROOT/pages/_attributes.adoc index a9f5e6c69..6cff833da 100644 --- a/documentation/modules/ROOT/pages/_attributes.adoc +++ b/documentation/modules/ROOT/pages/_attributes.adoc @@ -5,7 +5,7 @@ :partialsdir: {moduledir}/pages/_partials :debezium-version: 1.0.0.Final -:debezium-dev-version: 1.0 +:debezium-dev-version: 1.1 :debezium-kafka-version: 2.4.0 :debezium-docker-label: 1.0 :install-version: 1.0 @@ -16,6 +16,6 @@ :assemblies: ../assemblies :modules: ../../modules -:mysql-connector-plugin-download: https://repo1.maven.org/maven2/io/debezium/debezium-connector-mysql/1.0.0.Beta2/debezium-connector-mysql-1.0.0.Beta2-plugin.tar.gz +:mysql-connector-plugin-download: https://repo1.maven.org/maven2/io/debezium/debezium-connector-mysql/1.0.0.Final/debezium-connector-mysql-1.0.0.Final-plugin.tar.gz :mysql-version: 8.0 diff --git a/jenkins-jobs/scripts/config/Aliases.txt b/jenkins-jobs/scripts/config/Aliases.txt index 6b12ae557..43a2ee2ab 100644 --- a/jenkins-jobs/scripts/config/Aliases.txt +++ b/jenkins-jobs/scripts/config/Aliases.txt @@ -35,3 +35,4 @@ pancheng,Cheng Pan ssouris,Stathis Souris jerrinot,Jaromir Hamala pan3793,Cheng Pan +liulangwa,Liu Lang Wa