Skip to content

Commit

Permalink
Merge pull request #145 from bersler/version_1_6_0
Browse files Browse the repository at this point in the history
version update to 1.6.0
  • Loading branch information
bersler committed May 30, 2024
2 parents 348a86e + a7aa2eb commit c4f45d2
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.5.1
1.6.0
- enhancement: add parameter -p
- enhancement: performance optimizations
- enhancement: add offset to payload for debugging purposes
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.5.1
VERSION 1.6.0
DESCRIPTION "OpenLogReplicator, Open Source Oracle database CDC"
HOMEPAGE_URL "https://github.com/bersler/OpenLogReplicator"
)

set(SCHEMA_VERSION "1.5.1")
set(SCHEMA_VERSION "1.6.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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ 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.5.1 |
| 2.5 | 1.3.0 | 1.5.1 |
| 2.6 | 1.3.0 | 1.5.1 |
| 2.7 | 1.3.0 | 1.5.1 |
| 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 |

## Sponsoring the Project

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.5.1
:revdate: 2024-01-30
:revnumber: 1.6.0
:revdate: 2024-05-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.5.1
:revdate: 2024-01-30
:revnumber: 1.6.0
:revdate: 2024-05-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.5.1
:revdate: 2024-01-30
:revnumber: 1.6.0
:revdate: 2024-05-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.5.1
:revdate: 2024-03-11
:revnumber: 1.6.0
:revdate: 2024-05-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.5.1
:revdate: 2024-01-30
:revnumber: 1.6.0
:revdate: 2024-05-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.5.1
:revdate: 2024-03-17
:revnumber: 1.6.0
:revdate: 2024-05-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.5.1
:revdate: 2024-05-19
:revnumber: 1.6.0
:revdate: 2024-05-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.5.1
=== Version 1.6.0
- enhancement: add parameter -p
- enhancement: performance optimizations
- enhancement: add offset to payload for debugging purposes
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.5.1
:revdate: 2024-01-30
:revnumber: 1.6.0
:revdate: 2024-05-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.5.1
:revdate: 2024-01-30
:revnumber: 1.6.0
:revdate: 2024-05-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.5.1",
"version": "1.6.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.5.1",
"version": "1.6.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.5.1",
"version": "1.6.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.5.1",
"version": "1.6.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.5.1",
"version": "1.6.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.5.1",
"version": "1.6.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.5.1",
"version": "1.6.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.5.1",
"version": "1.6.0",
"source": [
{
"alias": "S1",
Expand Down

0 comments on commit c4f45d2

Please sign in to comment.