Commit Graph

8687 Commits

Author SHA1 Message Date
Fiore Mario Vitale
3d2b8fc5c5 DBZ-6417 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2023-06-29 16:40:13 +02:00
mfvitale
cf90802504 DBZ-6417 Document how to implement a custom action 2023-06-29 16:40:13 +02:00
mfvitale
a386df3898 DBZ-6613 Support ARRAY keyword in declare statement 2023-06-28 13:48:48 -04:00
jcechace
c620081cd1 DBZ-6182 Simplifying inheritance hierarchy in MongoDB tests 2023-06-28 09:51:51 +02:00
jcechace
d1e77e6165 DBZ-6182 Allowing mongodb connector to run with database restricted privileges 2023-06-28 09:51:51 +02:00
Chris Cranford
0518999152 DBZ-6610 Fix retrying nested ORA-01327 exception 2023-06-28 08:45:33 +02:00
harveyyue
f4c8810107 [docs] Replace the deprecated "database.server.name" to "topic.prefix" 2023-06-28 08:19:31 +02:00
dependabot[bot]
ff3c5ae0ad [ci] Bump tj-actions/changed-files from 36.4.0 to 37.0.3
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36.4.0 to 37.0.3.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.4.0...v37.0.3)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-27 15:01:57 +02:00
bdbene
6f29ce08ef DBZ-6605 Fix DataCollections for snapshot completion notification
DBZ-6605 Use new 'scanned_collection' field for snapshot completion signal

Updated the docs for fixed snapshot completion notification
2023-06-27 12:01:26 +02:00
jcechace
fa78e77797 DBZ-6596 Support authentication for ReplicaSet testcontainers deployments 2023-06-26 07:53:46 +02:00
mfvitale
0baad2f7b7 DBZ-6417 Add test for custom action 2023-06-23 15:03:27 +02:00
mfvitale
d5febcc054 DBZ-6417 Provide extensible signal action mechanism through SPI 2023-06-23 15:03:27 +02:00
mfvitale
d7511930a8 DBZ-6416 Document new initial snapshot notification status 2023-06-22 13:22:34 +02:00
mfvitale
9ed928a1c9 DBZ-6416 Improve tests stability 2023-06-22 13:22:34 +02:00
mfvitale
34e28ac52d DBZ-6416 Add initial snapshot notifications 2023-06-22 13:22:34 +02:00
Ant Kutschera
d7e406328e [docs] Link doesnt work in Chrome
in the browser, it uses https://learn.microsoft.com/en-us/samples/azure-samples/azure-sql-db-change-stream-debezium/azure-sql%E2%80%94%E2%80%8Bsql-server-change-stream-with-debezium/ and then returns a 404
2023-06-22 12:29:05 +02:00
Jiri Pechanec
7f5293d8db DBZ-6594 Make retry logic more robust 2023-06-22 11:06:56 +02:00
Jiri Pechanec
090aaa47ec DBZ-5676 Add missing prefix 2023-06-21 17:05:35 +02:00
ani-sha
f7734c226c DBZ-5676 Modify SqlServerConnection definition 2023-06-21 17:05:35 +02:00
ani-sha
2b6c1a591a DBZ-5676 Align QUERY_FETCH_SIZE config in SQLServer Connector to use a default value 2023-06-21 17:05:35 +02:00
Anatolii Popov
b207f96320 DBZ-6577 Don't try to alter publication created for all tables when configuration changes to 'filtered' 2023-06-21 15:58:11 +02:00
mfvitale
7d28833ba8 DBZ-6588 Skip tombstone record on HeaderToValue SMT 2023-06-21 14:11:44 +02:00
jcechace
ee7586e6d8 DBZ-6578 Configurable connection string parameters for individual shard connections when using connection.mode=replica_set with sharded clusters 2023-06-21 12:22:23 +02:00
jcechace
8f70de42c1 DBZ-6578 Cleaning up connection string propagation between discovery and tasks 2023-06-21 12:22:23 +02:00
jcechace
dd97456877 DBZ-6578 Honoring connection string read preference configuration 2023-06-21 12:22:23 +02:00
Vojtech Juranek
0163120bc5 DBZ-6590 Support CAST AS (UN)SIGNED INT
CLI example:

    > SELECT CAST('1' AS UNSIGNED INT);
    +---------------------------+
    | CAST('1' AS UNSIGNED INT) |
    +---------------------------+
    |                         1 |
    +---------------------------+
2023-06-21 12:09:43 +02:00
Vojtech Juranek
cc6aa0e20f DBZ-6590 Support MySQL CAST AS DEC
CLI example:

    > SELECT CAST('1' AS DEC);
    +------------------+
    | CAST('1' AS DEC) |
    +------------------+
    |                1 |
    +------------------+
2023-06-21 12:09:43 +02:00
Vojtech Juranek
47a1a99293 DBZ-6585 Support dropping multiple Oracle partitions 2023-06-21 11:23:05 +02:00
Debezium Builder
d744c6f4c2 [release] Development version for testing module deps 2023-06-20 13:31:58 +00:00
Debezium Builder
60f730d383 [maven-release-plugin] prepare for next development iteration 2023-06-20 13:21:31 +00:00
Debezium Builder
150396e4c8 [maven-release-plugin] prepare release v2.3.0.Final 2023-06-20 13:21:31 +00:00
Debezium Builder
682d8f9f4c [release] Stable 2.3.0.Final for testing module deps 2023-06-20 13:19:36 +00:00
Ondrej Babec
49efc6d1d2 DBZ-6587 Change node for release job 2023-06-20 14:30:13 +02:00
Jiri Pechanec
8ae87c2f65 [release] Changelog for 2.3.0.Final 2023-06-20 11:55:05 +02:00
Jiri Pechanec
9442aa9eb3 DBZ-6580 Support retries for reconnect 2023-06-20 09:00:43 +02:00
kate
a06db8d2e5 DBZ-6570 Fix ConcurrentModificationException in KafkaSignal 2023-06-20 08:55:48 +02:00
dependabot[bot]
b9efd14913 [ci] Bump tj-actions/changed-files from 36.1.0 to 36.4.0
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36.1.0 to 36.4.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.1.0...v36.4.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 05:43:02 +02:00
kate
dabb49b020 DBZ-6552 Document new TABLE_SCAN_COMPLETED status property 2023-06-20 05:40:28 +02:00
ani-sha
63f77a7baa DBZ-6449 Use debezium/kafka image in zk-less mode 2023-06-19 21:47:51 +02:00
Jiri Pechanec
b8607db61c DBZ-6528 Use correct connection 2023-06-19 20:23:17 +02:00
mfvitale
043e4da49a DBZ-6534 Adjust testNationalizedCharacterDataTypeMappings to be compatible with both MySQL 5.7 and 8.0 2023-06-19 07:50:17 +02:00
mfvitale
6d5b2cf7de DBZ-6534 Add MySQL test for 5.7 until EOL 2023-06-19 07:50:17 +02:00
mfvitale
c45f063e05 DBZ-6534 Update MySQL test image from 5.7 to 8.0 2023-06-19 07:50:17 +02:00
mfvitale
91152c4c5d DBZ-6559 Add test to cover topic name strategy 2023-06-16 11:48:34 +02:00
Jiri Pechanec
7f81f4bc6b DBZ-6559 Handle keeping the first char as exception 2023-06-16 11:48:34 +02:00
mfvitale
87217a1474 DBZ-6559 Restore backward compatibility for field that stars with a digit 2023-06-16 11:48:34 +02:00
Vojtech Juranek
8172434dda DBZ-6513 Fix the computation of Oracle's negative interval 2023-06-16 07:32:20 +02:00
Jiri Pechanec
7e6c2ea75d DBZ-6533 Disable test in parallel setup 2023-06-15 17:33:19 +02:00
mfvitale
cf1dbe7249 [docs] Document new status property for incremental snapshot notification about a TABLE_SCAN_COMPLETED event 2023-06-15 15:32:00 +02:00
Jiri Pechanec
45f6126e88 DBZ-6563 Upgrade MySQL driver 2023-06-15 14:22:16 +02:00