Skip to content

Commit

Permalink
Merge pull request #181 from bersler/version-1.7.0
Browse files Browse the repository at this point in the history
updated version to 1.7.0
  • Loading branch information
bersler authored Sep 30, 2024
2 parents fe92725 + c281f57 commit 53d0ad1
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.6.1
1.7.0
- fix: welcome banner
- code style cleanup
- fix: diagnostic information populated when not enabled
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Experimental Features
:author: Adam Leszczyński <[email protected]>
: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
Expand Down
4 changes: 2 additions & 2 deletions documentation/installation/installation.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Installation Guide
:author: Adam Leszczyński <[email protected]>
:revnumber: 1.6.1
:revdate: 2024-06-01
:revnumber: 1.7.0
:revdate: 2024-09-30
:imagesdir: ./images
:toc: preamble

Expand Down
4 changes: 2 additions & 2 deletions documentation/introduction/introduction.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Introduction to OpenLogReplicator
:author: Adam Leszczyński <[email protected]>
: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
Expand Down
4 changes: 2 additions & 2 deletions documentation/log-messages/log-messages.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Log Messages Guide
:author: Adam Leszczyński <[email protected]>
:revnumber: 1.6.1
:revdate: 2024-09-24
:revnumber: 1.7.0
:revdate: 2024-09-30
:imagesdir: ./images
:toc: preamble

Expand Down
4 changes: 2 additions & 2 deletions documentation/metrics/metrics.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Metrics
:author: Adam Leszczyński <[email protected]>
:revnumber: 1.6.1
:revdate: 2024-09-24
:revnumber: 1.7.0
:revdate: 2024-09-30
:imagesdir: ./images
:toc: preamble

Expand Down
4 changes: 2 additions & 2 deletions documentation/reference-manual/reference-manual.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Reference Manual
:author: Adam Leszczyński <[email protected]>
:revnumber: 1.6.1
:revdate: 2024-09-24
:revnumber: 1.7.0
:revdate: 2024-09-30
:imagesdir: ./images
:icons: font
:toc: preamble
Expand Down
6 changes: 3 additions & 3 deletions documentation/release-notes/release-notes.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Release Notes
:author: Adam Leszczyński <[email protected]>
: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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions documentation/troubleshooting/troubleshooting.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Troubleshooting Guide
:author: Adam Leszczyński <[email protected]>
:revnumber: 1.6.1
:revdate: 2024-06-01
:revnumber: 1.7.0
:revdate: 2024-09-30
:imagesdir: ./images
:toc: preamble

Expand Down
4 changes: 2 additions & 2 deletions documentation/user-manual/user-manual.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= User Manual
:author: Adam Leszczyński <[email protected]>
: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
Expand Down
2 changes: 1 addition & 1 deletion scripts/OpenLogReplicator-example-batch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "1.7.0",
"source": [
{
"alias": "S1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/OpenLogReplicator-example-discard.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "1.7.0",
"source": [
{
"alias": "S1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/OpenLogReplicator-example-file.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "1.7.0",
"source": [
{
"alias": "S1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/OpenLogReplicator-example-full.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "1.7.0",
"dump-redo-log": 0,
"dump-raw-data": 0,
"dump-path": "/opt/dump",
Expand Down
2 changes: 1 addition & 1 deletion scripts/OpenLogReplicator-example-network.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "1.7.0",
"source": [
{
"alias": "S1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/OpenLogReplicator-example-offline.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "1.7.0",
"source": [
{
"alias": "S1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/OpenLogReplicator-example-zeromq.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "1.7.0",
"source": [
{
"alias": "S1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/OpenLogReplicator-example.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.1",
"version": "1.7.0",
"source": [
{
"alias": "S1",
Expand Down

0 comments on commit 53d0ad1

Please sign in to comment.