Commit Graph

588 Commits

Author SHA1 Message Date
Ashish Binu
d8278394ad DBZ-8130 Add name to copyright and alias file 2024-08-09 15:04:46 +02:00
Jiri Pechanec
ad632c70ef [release] Add MariaDB example into image list 2024-08-02 12:14:20 +02:00
Jiri Pechanec
544f61d574 [release] Remove superfluous slash in URL 2024-08-02 12:14:20 +02:00
Chris Cranford
ef080e42d8
DBZ-8008 Merge branch 'jdbc-merge' into main 2024-07-30 11:05:51 -04:00
Chris Cranford
1602123908
DBZ-8008 Update build to include jdbc sink 2024-07-30 09:02:30 -04:00
Chris Cranford
5df18e5e6b DBZ-8088 Add MariaDB connector to release pipeline 2024-07-29 10:36:25 +02:00
Chris Cranford
8a2249037a DBZ-8078 Update COPYRIGHT.txt and Aliases.txt 2024-07-25 06:42:59 -04:00
Chris Cranford
81bfe2ed7b [docs] Add contributor to Aliases.txt and COPYRIGHT.txt 2024-07-25 01:40:34 -04:00
Chris Cranford
b52f1dc3e3 [ci] Update COPYRIGHT.txt and Aliases.txt 2024-07-17 08:59:40 -04:00
Jakub Cechacek
7552f815b0 DBZ-8041 Updated k8s manifests and examples with dev version at the end of release process 2024-07-16 16:59:04 -04:00
Jiri Pechanec
134b21d66f [release] Changelog for 3.0.0.Alpha1 2024-07-11 09:18:33 +02:00
Ondrej Babec
9e684af94a [ci] Update Jenkins jobs to CentosStream9 2024-06-18 10:17:08 +02:00
Chris Cranford
c05c2f51f9
Update Aliases.txt 2024-06-11 14:37:57 -04:00
Fiore Mario Vitale
d7920c3390
Update Aliases.txt 2024-06-11 15:38:07 +02:00
Jiri Pechanec
66c2425f36 [release] Changelog for 2.7.0.Beta1 2024-06-06 07:19:54 +02:00
Chungeun Choi
74b822057a DBZ-7912: Add content to the docs - 'Metrics'
For the following metrics, add additional explanations about which factors calculate the corresponding values.
'TotalNumberOfEventsSeen','TotalNumberOfCreateEventsSeen',
'TotalNumberOfUpdateEventsSeen', 'TotalNumberOfDeleteEventsSeen'
2024-06-04 06:33:02 +02:00
joontube
c1b32b639d [release] Add contributor 2024-05-29 08:59:53 +02:00
Chris Cranford
c799aceb34 DBZ-7874 Add contributor 2024-05-25 02:00:44 -04:00
Chris Cranford
083fbcf163 DBZ-7881 Update COPYRIGHT.txt and Aliases.txt 2024-05-18 17:17:14 -04:00
sullis
369d95aa0c DBZ-7859: reduce enum array allocation 2024-05-14 13:33:17 +02:00
gaurav7261
78567102c0 DBZ-7845 Update Aliases.txt 2024-05-14 13:30:18 +02:00
Jiri Pechanec
4809c5b9e5 [release] Changelog for 2.7.0.Alpha2 2024-05-13 08:35:33 +02:00
PradeepNain
8e041fbaec DBZ-7851 Update Aliases.txt 2024-05-06 12:50:55 +02:00
Jiri Pechanec
2cc7fea45b DBZ-7827 Replace all version definitions in server 2024-05-06 10:52:28 +02:00
Kevin Rothenberger
2070937135 DBZ-7820 Updating contributors files 2024-04-29 11:22:36 +02:00
Jiri Pechanec
2e5bf6f277 [release] Changelog for 2.7.0.Alpha1 2024-04-25 11:14:16 +02:00
Jiri Novotny
c27cc92256 DBZ-7644 Add JDBC connector to listing.sh in artefact server 2024-03-18 09:26:35 +01:00
Sean Wu
a71368cf62 DBZ-7594 Correct the negative value of data type TIME replicated from MySQL. 2024-03-12 08:01:04 +01:00
Nick Golubev
69efa7e218 DBZ-7599 Write toast placeholder instead of null for binary types when "hex" mode configured 2024-03-06 15:06:09 +01:00
Jiri Pechanec
9f154f08fc [release] Changelog for 2.6.0.Beta1 2024-03-06 08:39:06 +01:00
Jiri Pechanec
dbb2434465 DBZ-2002 Add IBMI connector to CI and release 2024-03-06 05:35:16 +01:00
akula
cd4c6958bd DBZ-7512 Support arbitrary payloads with outbox event router on
debezium server

1. Support for string and binary serialization formats on debezium api.
2. Allow configuring separate key and value formats on embedded engine.

This change fixes the following issue using outbox event router on
embedded engine:

Outbox event router supports arbitrary payload formats with
BinaryDataConverter as the value.converter which passes payload
transparently. However this is  currently not supported with the
embedded engine which handles message conversion using value.format to
specify the format.

In addition, when we want to pass payload transparently, it makes
sense to also pass aggregateid i.e. the event key transparently. The
default outbox table configuration specifies aggregateid as a
varchar which is also not supported by embedded engine.
2024-03-01 08:23:47 +01:00
Lars M Johansson
a7415cc869 [docs] adding name and alias 2024-02-29 13:29:16 -05:00
Lars M Johansson
9ca4873fab [docs] adjusting name and alias 2024-02-29 13:29:16 -05:00
Bue-Von-Hun
94e24532f6 DBZ-2015 Remove redundant fields 2024-02-27 15:30:48 +01:00
Jiri Pechanec
4ca2a67b0d DBZ-7517 Correct contributor 2024-02-22 09:07:55 +01:00
Xianming Zhou
950215c9cc DBZ-7517 add author name and alias 2024-02-22 09:07:55 +01:00
Xianming Zhou
86c1dac16a DBZ-7517 Remove the unused 'connector' parameter in the createSourceTask method in EmbeddedEngine.java 2024-02-22 09:07:55 +01:00
Chris Cranford
3d22ed30a3 DBZ-7439 [ci] Update TF with Oracle 23
* Introduce new InstantClient version property
  Needed because ojdbc8 versions for Oracle 23 have different version semantics
  Also adjusted documentation/build pipelines
* Introduce oracle-23 profile
  Allows testing Oracle 23 separately from distribution builds
2024-02-07 15:00:27 +01:00
Sergey Ivanov
d96c30ef3f DBZ-7437: ReselectColumnsPostProcessor filter not use exclude predicate. 2024-02-06 12:27:55 +01:00
Clifford Cheefoon
d53ca0daec DBZ-7443 Correct debezium.sink.pubsub.flowcontrol variables
Correct case discrepancy for configuration variables between docs and pubsub sink connector
df95323322/debezium-server-pubsub/src/main/java/io/debezium/server/pubsub/PubSubChangeConsumer.java (L98C3-L98C88)
2024-02-05 10:42:54 +01:00
Jan.Lieskovsky
1d8a56778d DBZ-7374 Fix parsing NULL as the default value for SQL server (Unicode) character strings 2024-01-29 17:09:03 +01:00
liaoyuxing
26261c88de DBZ-7362 Support DECFLOAT in Db2 connector 2024-01-23 15:11:36 +01:00
Jiri Pechanec
ea2571829a [release] Changelog for 2.6.0.Alpha1 2024-01-21 11:07:16 +01:00
Jiri Pechanec
4332240d6c DBZ-7340 Upgrade Groovy and GraalJS to the latest 2023 version 2024-01-17 12:50:21 +01:00
Artem Shubovych
d9de6ceba2 DBZ-7342 Respect the max error retries setting 2024-01-17 09:50:52 +01:00
Peter Hamer
a4e660f979 DBZ-7347 use identifiers for initial snapshot notifications 2024-01-17 09:42:27 +01:00
Jiri Pechanec
7830bd0f38 [release] Add contributors 2024-01-04 09:13:03 +01:00
“vsantonastaso”
9dac11e1cd DBZ-7164 Support offset commit for the signal topic 2023-12-19 15:51:10 +01:00
Jiri Pechanec
954d14039a [release] Changelog for 2.5.0.CR1 2023-12-14 10:19:32 +01:00