Commit Graph

1922 Commits

Author SHA1 Message Date
Jiri Pechanec
53f4db06b9 DBZ-1358 Update to Kafka 2.3.0 2019-06-28 08:54:04 +02:00
Gunnar Morling
a41fb30eaa DBZ-1361 Restoring compatibility with Apache Kafka 1.x 2019-06-28 05:07:52 +02:00
Jenkins user
e95d656bca [maven-release-plugin] prepare for next development iteration 2019-06-27 07:36:13 +00:00
Jenkins user
d95fd87311 [maven-release-plugin] prepare release v0.10.0.Beta2 2019-06-27 07:36:12 +00:00
Jiri Pechanec
04dee4cc8e [release] Add missing contributors 2019-06-27 09:33:12 +02:00
Jiri Pechanec
4b7e7f89b4 [release] Changelog for 0.10.0.Beta2 2019-06-27 09:29:25 +02:00
Gunnar Morling
edd2f8eca3 DBZ-1352 Adding Guillaume Rosauro to COPYRIGHT.txt 2019-06-26 16:25:33 +02:00
Guillaume Rosauro
dc81d3c8ac DBZ-1352 Removing the unused topic selection strategy configuration from Postgres connector 2019-06-26 16:24:38 +02:00
Jiri Pechanec
355c8a94ac DBZ-1347 JavaDoc update 2019-06-25 14:52:58 +02:00
Gunnar Morling
62fc03a44d DBZ-1347 Commenting 2019-06-25 14:52:58 +02:00
Jiri Pechanec
e72d7edd2f DBZ-1347 Switch to non-blocking stream read 2019-06-25 14:52:58 +02:00
Gunnar Morling
e05ef934a0 DBZ-1345 Adding @FixFor 2019-06-25 12:44:00 +02:00
Chris Cranford
d518fa59fe DBZ-1345 Should not snapshot materialized views 2019-06-25 12:44:00 +02:00
Jiri Pechanec
9c22da610a DBZ-1353 MySQL 8 returns null for unspecified timestmap column 2019-06-25 12:13:53 +02:00
Jiri Pechanec
6e5f633e40 DBZ-1350 NO_AUTO_CREATE_USER unsupported on MySQL 8 2019-06-24 14:18:31 +02:00
Jiri Pechanec
257f900abb DBZ-1349 Support for UTF8mb3 charset 2019-06-24 14:03:23 +02:00
Cheng Pan
186babeabf DBZ-1346 Fixing description for state of snapshot 2019-06-24 10:52:16 +02:00
Jiri Pechanec
c88e454809 DBZ-1348 Add INTERNAL among allowed ids 2019-06-21 19:27:21 +02:00
Jiri Pechanec
2dfdf5cb12 DBZ-1342 Partitioned table is included in snapshot 2019-06-21 12:26:40 +02:00
Gunnar Morling
21176ff70f Adding link to replication API 2019-06-21 11:14:35 +02:00
Gunnar Morling
d3e399e167 DBZ-1340 Avoiding repeated case conversion of incoming DML statements;
Also adding startsWithIgnoreCase() method.
2019-06-20 13:33:12 +02:00
Jiri Pechanec
ace742a43e DBZ-1340 Guard against binlog misconfiguration 2019-06-20 13:33:12 +02:00
Jiri Pechanec
807da1f9b8 DBZ-1278 Change log message wording
Co-Authored-By: Gunnar Morling <gunnar.morling@googlemail.com>
2019-06-19 17:05:26 +02:00
Jiri Pechanec
3012524ea1 DBZ-1278 Rename to non-whitelisted table sends warn 2019-06-19 17:05:26 +02:00
Gunnar Morling
deaa5b7f4d DBZ-1337 Adding support for HSTORE arrays 2019-06-19 17:01:13 +02:00
Gunnar Morling
d6a8504279 DBZ-1065 Some clean-up 2019-06-19 13:06:20 +02:00
Jiri Pechanec
31417868ab DBZ-1065 Use separate connection for metadata
Adaptive streaming does not work in SQL Server JDBC driver when more
than one query are executed on the same database connection.
As we are querying additional metadata while iterating the change table
the whole result set would be read into the memory if the metadata would
not be queried on a separate connection.
2019-06-19 13:06:20 +02:00
Jiri Pechanec
badae96e1d DBZ-1335 Process unknown datatypes for snapshotted arrays 2019-06-18 16:17:49 +02:00
Mariusz Strzelecki
851a3ef676 DBZ-1332 | COLLATE support in return types of the MySQL functions 2019-06-18 15:13:51 +02:00
Gunnar Morling
bf8cab8d81 DBZ-1331 Adding Mariusz Strzelecki to COPYRIGHT.txt 2019-06-18 15:11:42 +02:00
Mariusz Strzelecki
265e6db08d DBZ-1331 | allow SET NEW.column=expression in triggers 2019-06-18 15:07:54 +02:00
Jiri Pechanec
e2f2c88952 DBZ-1329 Support for rename index 2019-06-17 20:55:04 +02:00
Jiri Pechanec
72b751b528 DBZ-1333 Upgrade MongoDb driver to 3.10.1 2019-06-17 20:53:07 +02:00
Gunnar Morling
ee87f40f0c DBZ-1270 Avoiding usage of deprecated method; adding Stathis Souris to authors 2019-06-14 11:35:53 +02:00
Gunnar Morling
bb360e472c DBZ-1270 Logging improvements 2019-06-14 11:35:53 +02:00
ssouris
d513e2c757 DBZ-1270 - Fix KafkaDatabaseHistory throwing even after creating the topic in older brokers 2019-06-14 11:35:53 +02:00
Jiri Pechanec
9b5640ddde DBZ-835 Emit tombstone optionally 2019-06-12 21:39:13 +02:00
Jenkins user
5fdb0ca81b [maven-release-plugin] prepare for next development iteration 2019-06-11 11:20:46 +00:00
Jenkins user
61729b9e00 [maven-release-plugin] prepare release v0.10.0.Beta1 2019-06-11 11:20:46 +00:00
Jiri Pechanec
8b80b01f27 [release] Changelog for 0.10.0.Beta1 2019-06-11 13:16:44 +02:00
Gunnar Morling
3f00e7155f DBZ-1152 Misc. clean-up;
* operationOrder -> eventSerialNo
* using long consistently
2019-06-11 12:27:14 +02:00
Jiri Pechanec
87663389ef DBZ-1152 Record operation order for changes with the same LSNs 2019-06-11 12:27:14 +02:00
Jiri Pechanec
6a3c87e2f1 DBZ-1323 Initialize commitTime for out-of-order chunk 2019-06-11 10:27:56 +02:00
Gunnar Morling
5d01f409f0 DBZ-1317 Separating update and query methods for MongoDB's SourceInfo;
* Avoids access to collection id after events which don't have one
* Pulling up struct() and schema() methods to common base class
2019-06-11 10:07:36 +02:00
Jiri Pechanec
6a412eb72f DBZ-1318 Log when conversion happens 2019-06-07 09:44:46 +02:00
Jiri Pechanec
3e94fc2ef8 DBZ-1318 Handle invalid dates in non-strict mode (#913)
* DBZ-1318 Handle invalid dates in non-strict mode
2019-06-06 11:40:11 +02:00
Gunnar Morling
09b052f940
DBZ-1321 Adding Cheng Pan to COPYRIGHT.txt 2019-06-06 10:39:55 +02:00
pancheng
1180736124 DBZ-1321 Add test case 2019-06-06 10:38:56 +02:00
pancheng
bc17bc90d1 DBZ-1321 Fix alter by modify column about default value 2019-06-06 10:38:56 +02:00
Chris Cranford
0aadaa10dc DBZ-1242 Fixed typo and added negative test checks 2019-06-05 13:31:25 -04:00