Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bersler committed Dec 10, 2022
1 parent d198bd8 commit 4878a4c
Show file tree
Hide file tree
Showing 14 changed files with 1,347 additions and 1,316 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.0
- copy from 0.9.58

0.9.58
- added support for Oracle 19.17 and 21.7
- bug fixes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(OpenLogReplicator VERSION 0.9.58)
project(OpenLogReplicator VERSION 1.0.0)

set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
set(CMAKE_CXX_STANDARD 17)
Expand Down
2 changes: 1 addition & 1 deletion scripts/OpenLogReplicator-example-asm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.42",
"version": "1.0.0",
"source": [
{
"alias": "S1",
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": "0.9.42",
"version": "1.0.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": "0.9.42",
"version": "1.0.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": "0.9.42",
"version": "1.0.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": "0.9.42",
"version": "1.0.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": "0.9.42",
"version": "1.0.0",
"source": [
{
"alias": "S1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/OpenLogReplicator-example-rocketmq.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.42",
"version": "1.0.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": "0.9.42",
"version": "1.0.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": "0.9.42",
"version": "1.0.0",
"source": [
{
"alias": "S1",
Expand Down
1,659 changes: 863 additions & 796 deletions src/common/OraProtoBuf.pb.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit 4878a4c

Please sign in to comment.