Skip to content

Releases: osalvador/ReplicaDB

v0.15.1

04 Jul 10:46
e9a7ef5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

02 Jan 15:19
Compare
Choose a tag to compare

What's Changed

New Features

  • c0cde04 - feat: Standard JDBC Manager for JDBC-compliant databases (Oscar Salvador Magallanes)
  • fd35515 - feat: MongDB implementation (Oscar Salvador Magallanes)
  • 4c86a2f - feat: Transform Mongo document and arrays to json string (Oscar Salvador Magallanes)

Fixes

  • d0bc5fd - fix: empty first document means there are no documents to replicate (Oscar Salvador Magallanes)
  • 63304c7 - fix: added type conversions between different datatypes. Min Mongo version is 4.2 ($merge) (Oscar Salvador Magallanes)
  • 76843fe - Add BIT data type support by treating its insertion as a binary type (as defined by the JDBC connector). Otherwise fixes all bit fields being flipped to true (by @Jako81624)
  • b7e46bb - build(deps): bump jackson-databind from 2.12.6.1 to 2.12.7.1 (dependabot[bot])
  • 3087647 - Merge pull request #103 from qrollin/add_verbose_log_level (Oscar Salvador Magallanes)
  • f8cc7ee - Merge pull request #101 from osalvador/dependabot/maven/org.postgresql-postgresql-42.3.7 (Oscar Salvador Magallanes)
  • e3fa4e2 - Add log level handling as verbose parameter (@qrollin Quentin ROLLIN)
  • 2c802c3 - build(deps): bump postgresql from 42.3.3 to 42.3.7 (dependabot[bot])
  • 151a80e - Merge pull request #100 from qrollin/feature/fix_merge_into (Oscar Salvador Magallanes)
  • f747059 - fix potential empty "WHEN MATCHED THEN UPDATE SET" clause on "MERGE INTO" (@qrollin Quentin ROLLIN)

Test

  • 39bbd89 - test: created test for MongoDB to Postgres (Oscar Salvador Magallanes)
  • 3077ceb - test: fix MySQL2PostgresIncremental (Oscar Salvador Magallanes)
  • 0e59b53 - test: fix db2 connection test (Oscar Salvador Magallanes)

Refactor and Doc

  • b5d9049 - Update bug_report.md (Oscar Salvador Magallanes)
  • da5d131 - refactor: deprecated sun CachedRowSetImpl to StreamingRowSetImpl (Oscar Salvador Magallanes)
  • 011cc2a - Update README.md (Oscar Salvador Magallanes)
  • e17bc4c - doc: update readme for 0.13.0 (Oscar Salvador Magallanes)
  • 755fbce - doc: update readme (Oscar Salvador Magallanes)

Full Changelog: v0.12.3...v0.15.0

v0.12.3

26 Aug 07:39
Compare
Choose a tag to compare

fix: #92 return total rows processed by task

Full Changelog: v0.12.2...v0.12.3

v0.12.2

19 Aug 13:39
Compare
Choose a tag to compare

fix bug #89 loading csv file into SQL Server database

Full Changelog: v0.12.1...v0.12.2

v0.12.1

07 Jul 11:59
Compare
Choose a tag to compare

performance: replace String.getBytes by inputstream

Full Changelog: v0.12.0...v0.12.1

v0.12.0

30 Jun 16:49
Compare
Choose a tag to compare

What's Changed

  • feat: SQLite database compatibility as source and sink
  • Bump postgresql from 42.2.25 to 42.3.3 by @dependabot in #78
  • Bump hadoop-common from 3.3.0 to 3.3.2 by @dependabot in #77

Full Changelog: v0.11.9...v0.12.0

v0.11.9

25 Jun 09:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.8...v0.11.9

v0.11.8

07 Feb 11:51
Compare
Choose a tag to compare

Pull Request

Bump postgresql from 42.2.1 to 42.2.25 #58
Bump xercesImpl from 2.12.0 to 2.12.2 #57
Bump log4j-core from 2.15.0 to 2.17.1 #53
Bump log4j-api from 2.15.0 to 2.17.1 #52

Bug Fixes

Binary data type from Postgres to Mysql (Oscar Salvador Magallanes)

Full Changelog: v0.11.2...v0.11.8

v0.11.2

23 Nov 11:20
Compare
Choose a tag to compare

Commits

v0.11.1

07 Oct 08:34
Compare
Choose a tag to compare

Commits

  • Exclude Oracle drivers in the package
  • Enables the use of the Sentry service for error tracking and performance
  • Fixed #39 handling null values on MySQL

Full Changelog: v0.10.5...v0.11.1