Skip to content

Releases: osalvador/ReplicaDB

release v0.6.1

13 Jan 09:55
Compare
Choose a tag to compare
  • Fix bug #3 . Alias the subquery in PostgreSQL

release v0.6.0

19 Dec 16:58
Compare
Choose a tag to compare
  • Support for Amazon S3 as sink
  • Some Bugs Fixed

release v0.5.0

12 Jun 15:41
Compare
Choose a tag to compare
  • Support for Microsoft SQL Server as source
  • Support for Kafka as sink
  • Fix Bug on Postgres with memory leak
  • Support for binary (BLOB) columns for Postgres as sink
  • Support for CLOB columns for Postgres as sink
  • Memory and performance JVM options
  • Add new parameter for Staging table name alias

release v0.4.0

22 Jan 15:53
Compare
Choose a tag to compare
  • Support for Denodo Virtual Database as source
  • Support for CSV file as sink (complete and incremental modes)
  • Fix Bug on Postgres on incremental mode

release v0.3.0

10 Jan 16:30
Compare
Choose a tag to compare
  • Oracle incremental mode: Now is possible to use Oracle Database as sink in incremental mode.
  • Improve performance in PostgreSQL parallel read.
  • Disable autovacuum in PostgreSQL staging table.
  • Always drop staging table even on error.
  • New fetch-size parameter.

release v0.2.0

20 Dec 10:34
Compare
Choose a tag to compare
  • Source and Sink connection parameters: Now it is possible to set the JDBC connection parameters from the configuration file
  • Support for incremental mode:
    • PostgreSQL now support incremental mode.
    • The staging options are added.
    • The source-check-column option is deleted.
    • The source-last_value option is deleted.

release v0.1.2

12 Dec 15:45
Compare
Choose a tag to compare
  • Added --sink-disable-truncate
  • Added default values for jobs and mode
  • The truncation table is delegated to the manager
  • Oracle network compression creating connection
  • Bug fix on Postgres selecting columns

release v0.1.1 Bug fix on PostgreSQL

05 Dec 15:45
Compare
Choose a tag to compare

Fix bug on PostgreSQL when setting client encoding.

release-0.1.0 Initial Version

05 Dec 15:00
Compare
Choose a tag to compare

Only Oracle and PostgreSQL are available.