Releases: osalvador/ReplicaDB
Releases · osalvador/ReplicaDB
Release list
v0.11.9
What's Changed
- Bump jackson-databind from 2.12.1 to 2.12.6.1 by @dependabot in #70
- Bump gson from 2.8.8 to 2.8.9 by @dependabot in #71
- Bump hadoop-common from 3.3.0 to 3.3.2 by @dependabot in #74
- Bump postgresql from 42.2.25 to 42.3.3 by @dependabot in #59
- Bump mysql-connector-java from 8.0.21 to 8.0.28 by @dependabot in #75
- fix: issue #64
Full Changelog: v0.11.8...v0.11.9
v0.11.8
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
Commits
- 5560528: Update README.md (Oscar Salvador Magallanes)
- 99f2690: Create Libro1.csv (Oscar)
- 63cec41: Merge branch 'master' of https://github.com/osalvador/ReplicaDB (Oscar)
- 67d8d62: Update for no-oracle release (Oscar)
- c2e0b49: CSV fields, check for null or empty values (Oscar Salvador Magallanes)
- d135678: Default file format for local files is CSV (Oscar Salvador Magallanes)
v0.11.1
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
v0.10.5
v0.10.3
v0.10.0
Commits
- 5ed0d14: Create maven.yml (Francesco Zanti) #32
- a5a297a: Rename maven.yml to CI_Release (Francesco Zanti) #32
- 392e548: Update CI_Release.yml (Oscar)
- 9151c92: Add Podman Section to README (Francesco Zanti) #32
- 39a5b1e: Merge branch 'osalvador:master' into feature/README_Containerfile (Francesco Zanti) #32
- 7ee5db0: Full Support for MySQL (Oscar)
- 068b9c2: Update MySQL2OracleTest.java (Oscar)
- fdecef0: Full support for MariaDB (Oscar). Fixed #10
- b821c20: Support for Oracle sdo_geometry data type (Oscar)
release v0.8.9
Bug fix #11 automatically set IDENTITY_INSERT when exists
release v0.8.8
Fix issue #17 getting sink table PKs
release v0.8.7
Create ReplicaDB in docker container and some bug fixed:
- Bug fix #11 automatically set IDENTITY_INSERT
- Remove quotes from column names, which are not supported by SQLServerBulkCopy
- SQLServerBulkCopy does not support parallel execution on the sink table with primary keys
- Bug fixed related with bytea data type in postgres source and sink