From c281f57e233e1078184eb20fc31ea069f4647553 Mon Sep 17 00:00:00 2001 From: Adam Leszczynski Date: Mon, 30 Sep 2024 23:33:11 +0200 Subject: [PATCH] updated version to 1.7.0 --- CHANGELOG | 2 +- CMakeLists.txt | 4 ++-- README.md | 10 +++++----- .../experimental-features/experimental-features.adoc | 4 ++-- documentation/installation/installation.adoc | 4 ++-- documentation/introduction/introduction.adoc | 4 ++-- documentation/log-messages/log-messages.adoc | 4 ++-- documentation/metrics/metrics.adoc | 4 ++-- documentation/reference-manual/reference-manual.adoc | 4 ++-- documentation/release-notes/release-notes.adoc | 6 +++--- documentation/troubleshooting/troubleshooting.adoc | 4 ++-- documentation/user-manual/user-manual.adoc | 4 ++-- scripts/OpenLogReplicator-example-batch.json | 2 +- scripts/OpenLogReplicator-example-discard.json | 2 +- scripts/OpenLogReplicator-example-file.json | 2 +- scripts/OpenLogReplicator-example-full.json | 2 +- scripts/OpenLogReplicator-example-network.json | 2 +- scripts/OpenLogReplicator-example-offline.json | 2 +- scripts/OpenLogReplicator-example-zeromq.json | 2 +- scripts/OpenLogReplicator-example.json | 2 +- 20 files changed, 35 insertions(+), 35 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f2229e3b..9c658dc1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -1.6.1 +1.7.0 - fix: welcome banner - code style cleanup - fix: diagnostic information populated when not enabled diff --git a/CMakeLists.txt b/CMakeLists.txt index 66e0b3a4..6cd1db68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,12 +18,12 @@ cmake_minimum_required(VERSION 3.16) project(OpenLogReplicator - VERSION 1.6.1 + VERSION 1.7.0 DESCRIPTION "OpenLogReplicator, Open Source Oracle database CDC" HOMEPAGE_URL "https://github.com/bersler/OpenLogReplicator" ) -set(SCHEMA_VERSION "1.6.1") +set(SCHEMA_VERSION "1.7.0") string(TIMESTAMP CMAKE_BUILD_TIMESTAMP "%Y-%m-%d %H:%M" UTC) set(CMAKE_CXX_STANDARD_REQUIRED TRUE) set(CMAKE_CXX_STANDARD 17) diff --git a/README.md b/README.md index a563b4b8..188cb3ee 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ Use the following table to find out which version of OpenLogReplicator is compat | Debezium | OLR minimal version | OLR recommended version | |:--------:|:-------------------:|:------------------------:| -| 2.4 | 1.3.0 | 1.6.0 | -| 2.5 | 1.3.0 | 1.6.0 | -| 2.6 | 1.3.0 | 1.6.0 | -| 2.7 | 1.3.0 | 1.6.0 | -| 3.0 | 1.3.0 | 1.6.0 | +| 2.4 | 1.3.0 | 1.7.0 | +| 2.5 | 1.3.0 | 1.7.0 | +| 2.6 | 1.3.0 | 1.7.0 | +| 2.7 | 1.3.0 | 1.7.0 | +| 3.0 | 1.3.0 | 1.7.0 | ## Supporting the Author diff --git a/documentation/experimental-features/experimental-features.adoc b/documentation/experimental-features/experimental-features.adoc index 5e8acf8a..6f31c4d2 100644 --- a/documentation/experimental-features/experimental-features.adoc +++ b/documentation/experimental-features/experimental-features.adoc @@ -1,7 +1,7 @@ = Experimental Features :author: Adam Leszczyński -:revnumber: 1.6.1 -:revdate: 2024-06-01 +:revnumber: 1.7.0 +:revdate: 2024-09-30 :imagesdir: ./images :url-github: https://github.com/bersler/OpenLogReplicator :toc: preamble diff --git a/documentation/installation/installation.adoc b/documentation/installation/installation.adoc index e1bdf1b2..31f8c479 100644 --- a/documentation/installation/installation.adoc +++ b/documentation/installation/installation.adoc @@ -1,7 +1,7 @@ = Installation Guide :author: Adam Leszczyński -:revnumber: 1.6.1 -:revdate: 2024-06-01 +:revnumber: 1.7.0 +:revdate: 2024-09-30 :imagesdir: ./images :toc: preamble diff --git a/documentation/introduction/introduction.adoc b/documentation/introduction/introduction.adoc index 14b68a11..c1d88bb3 100644 --- a/documentation/introduction/introduction.adoc +++ b/documentation/introduction/introduction.adoc @@ -1,7 +1,7 @@ = Introduction to OpenLogReplicator :author: Adam Leszczyński -:revnumber: 1.6.1 -:revdate: 2024-06-01 +:revnumber: 1.7.0 +:revdate: 2024-09-30 :imagesdir: ./images :url-github: https://github.com/bersler/OpenLogReplicator :url-db-engines: https://db-engines.com/en/ranking_trend diff --git a/documentation/log-messages/log-messages.adoc b/documentation/log-messages/log-messages.adoc index 70a6cf3d..73a491ba 100644 --- a/documentation/log-messages/log-messages.adoc +++ b/documentation/log-messages/log-messages.adoc @@ -1,7 +1,7 @@ = Log Messages Guide :author: Adam Leszczyński -:revnumber: 1.6.1 -:revdate: 2024-09-24 +:revnumber: 1.7.0 +:revdate: 2024-09-30 :imagesdir: ./images :toc: preamble diff --git a/documentation/metrics/metrics.adoc b/documentation/metrics/metrics.adoc index 193c3517..5d181566 100644 --- a/documentation/metrics/metrics.adoc +++ b/documentation/metrics/metrics.adoc @@ -1,7 +1,7 @@ = Metrics :author: Adam Leszczyński -:revnumber: 1.6.1 -:revdate: 2024-09-24 +:revnumber: 1.7.0 +:revdate: 2024-09-30 :imagesdir: ./images :toc: preamble diff --git a/documentation/reference-manual/reference-manual.adoc b/documentation/reference-manual/reference-manual.adoc index b4d14081..ca7d6c30 100644 --- a/documentation/reference-manual/reference-manual.adoc +++ b/documentation/reference-manual/reference-manual.adoc @@ -1,7 +1,7 @@ = Reference Manual :author: Adam Leszczyński -:revnumber: 1.6.1 -:revdate: 2024-09-24 +:revnumber: 1.7.0 +:revdate: 2024-09-30 :imagesdir: ./images :icons: font :toc: preamble diff --git a/documentation/release-notes/release-notes.adoc b/documentation/release-notes/release-notes.adoc index 9d293d4e..603d6862 100644 --- a/documentation/release-notes/release-notes.adoc +++ b/documentation/release-notes/release-notes.adoc @@ -1,7 +1,7 @@ = Release Notes :author: Adam Leszczyński -:revnumber: 1.6.1 -:revdate: 2024-09-24 +:revnumber: 1.7.0 +:revdate: 2024-09-30 :imagesdir: ./images :url-github: https://github.com/bersler/OpenLogReplicator :url-db-engines: https://db-engines.com/en/ranking_trend @@ -16,7 +16,7 @@ This document describes the release notes of OpenLogReplicator. == Major Release 1.x -=== Version 1.6.1 +=== Version 1.7.0 - fix: welcome banner - code style cleanup - fix: dump information populated when not enabled diff --git a/documentation/troubleshooting/troubleshooting.adoc b/documentation/troubleshooting/troubleshooting.adoc index cab7781d..d49c7d24 100644 --- a/documentation/troubleshooting/troubleshooting.adoc +++ b/documentation/troubleshooting/troubleshooting.adoc @@ -1,7 +1,7 @@ = Troubleshooting Guide :author: Adam Leszczyński -:revnumber: 1.6.1 -:revdate: 2024-06-01 +:revnumber: 1.7.0 +:revdate: 2024-09-30 :imagesdir: ./images :toc: preamble diff --git a/documentation/user-manual/user-manual.adoc b/documentation/user-manual/user-manual.adoc index 982b71ed..3600a484 100644 --- a/documentation/user-manual/user-manual.adoc +++ b/documentation/user-manual/user-manual.adoc @@ -1,7 +1,7 @@ = User Manual :author: Adam Leszczyński -:revnumber: 1.6.1 -:revdate: 2024-09-24 +:revnumber: 1.7.0 +:revdate: 2024-09-30 :imagesdir: ./images :url-github-docker: https://github.com/bersler/OpenLogReplicator-Docker :url-github-tutorials: https://github.com/bersler/OpenLogReplicator-tutorials diff --git a/scripts/OpenLogReplicator-example-batch.json b/scripts/OpenLogReplicator-example-batch.json index 018d76a4..5cb6d57c 100644 --- a/scripts/OpenLogReplicator-example-batch.json +++ b/scripts/OpenLogReplicator-example-batch.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.7.0", "source": [ { "alias": "S1", diff --git a/scripts/OpenLogReplicator-example-discard.json b/scripts/OpenLogReplicator-example-discard.json index 6fda6151..2f42c45b 100644 --- a/scripts/OpenLogReplicator-example-discard.json +++ b/scripts/OpenLogReplicator-example-discard.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.7.0", "source": [ { "alias": "S1", diff --git a/scripts/OpenLogReplicator-example-file.json b/scripts/OpenLogReplicator-example-file.json index 60a9f01d..0f761b40 100644 --- a/scripts/OpenLogReplicator-example-file.json +++ b/scripts/OpenLogReplicator-example-file.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.7.0", "source": [ { "alias": "S1", diff --git a/scripts/OpenLogReplicator-example-full.json b/scripts/OpenLogReplicator-example-full.json index 114b1c84..0536470c 100644 --- a/scripts/OpenLogReplicator-example-full.json +++ b/scripts/OpenLogReplicator-example-full.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.7.0", "dump-redo-log": 0, "dump-raw-data": 0, "dump-path": "/opt/dump", diff --git a/scripts/OpenLogReplicator-example-network.json b/scripts/OpenLogReplicator-example-network.json index 2f766eac..4d573442 100644 --- a/scripts/OpenLogReplicator-example-network.json +++ b/scripts/OpenLogReplicator-example-network.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.7.0", "source": [ { "alias": "S1", diff --git a/scripts/OpenLogReplicator-example-offline.json b/scripts/OpenLogReplicator-example-offline.json index 2e635946..0e14a6fa 100644 --- a/scripts/OpenLogReplicator-example-offline.json +++ b/scripts/OpenLogReplicator-example-offline.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.7.0", "source": [ { "alias": "S1", diff --git a/scripts/OpenLogReplicator-example-zeromq.json b/scripts/OpenLogReplicator-example-zeromq.json index ddc59962..861516d6 100644 --- a/scripts/OpenLogReplicator-example-zeromq.json +++ b/scripts/OpenLogReplicator-example-zeromq.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.7.0", "source": [ { "alias": "S1", diff --git a/scripts/OpenLogReplicator-example.json b/scripts/OpenLogReplicator-example.json index b4ffd1c7..a415fbdc 100644 --- a/scripts/OpenLogReplicator-example.json +++ b/scripts/OpenLogReplicator-example.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.7.0", "source": [ { "alias": "S1",