Skip to content

Releases: ossc-db/syncdb

Version 1.0.4

14 Dec 09:20
f1be963
Compare
Choose a tag to compare

This is a maintenance release of syncdb 1.0.

  • Support for PostgreSQL 14.
  • The library file for log4j2 was included in the lib directory,
    but was not used by Syncdb.
    Syncdb is using log4j1 included in the jotm library.
    Therefore, it is not affected by CVE-2021-44228 (a vulnerability in log4j2).
    To avoid confusion, delete unnecessary library files.

Version 1.0.3

19 Dec 00:38
d8a21e9
Compare
Choose a tag to compare

This is a maintenance release of syncdb 1.0.

This version contains changes noted as below:

  • fix for CVE-2018-1058.
  • fix the problem that UPDATE to the master table in PostgreSQL can not be performed after setting differential update on the table which a column was dropped from.
  • fix the problem emitting "ORA-08177: Cannot serialize access for this transaction" when performing differential refresh if the master table is in Oracle.
  • syncdb refresh is terminated with exit(1) in order to clean up the connection forcibly if an SQL exception occured.

Version 1.0.2

30 Oct 09:13
Compare
Choose a tag to compare

This is a maintenance release of syncdb 1.0.

This version contains changes noted as below:

  • Fixed an error occurred in create command with oracle as the master. (Issue #3)
    An error occurred when another user had a table with the same name (same constraint name) as the table to be replicated.
  • In the debug log mode, the error message of the DB server is displayed as it is when an error occurs with the create and attach commands.
  • In Oracle, if mlog/observer user's default tablespace is 'system', change tablespace to 'sysaux'.

Version 1.0.1

29 Jul 07:20
Compare
Choose a tag to compare

This is a maintenance release of syncdb 1.0.

This version contains changes noted as below:

  • support Java 8
  • change transaction isolation level in refresh from SERIALIZABLE to REPEATABLE READ when master is PostgreSQL
  • stop supporting PostgreSQL 8.4