Skip to content

Releases: keeps/dbptk-developer

v3.0.1

02 Aug 11:26
Compare
Choose a tag to compare

Bug Fixes:

  • Microsoft SQL Server port configuration is being ignored when using via import config module (#549)

Enhancements

  • Add log information when an error occurs during the XML creation #615

Security

  • Fix security vulnerabilities

Special thanks to @daniel-skovenborg for his contributions to this release

Version 3.0.0

28 Jun 11:02
fd3646e
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Java 21 is now required to use the new dbptk-developer. Applications that utilize dbptk-developer as a library must also be migrated to Java 21.

Changes

  • Upgraded from Java 8 to Java 21

Security:

  • CVE-2024-1597: upgraded postgresql dependency to version 42.7.3
  • CVE-2022-24818: upgraded gt-jdbc-oracle dependency to version 28.5
  • Several dependency upgrades to fix other security vulnerabilities.

Version 2.11.0

23 Feb 12:33
Compare
Choose a tag to compare

New features

  • Add flag option not to generate a validation report when performing a validation #546

Enhancements

  • Improve tests

Bug fixes

  • Fix PostgreSQL import types
  • Fix compatibility with UNIX exit codes
  • Fix compatibility with Windows file path separator
  • Fix SIARD path mapping when LobFolder attribute is missing
  • Fix compatibility with Java 8

Security

  • Several dependency major upgrades to fix security vulnerabilities

Special thanks to @daniel-skovenborg for his contributions to this release

Version 2.10.4

26 Apr 09:12
Compare
Choose a tag to compare

Bug Fixes

  • Description are being trimmed of to 30 characters in Microsoft SQL Server #553

Version 2.10.3

08 Nov 14:54
Compare
Choose a tag to compare

Enhancements

  • Set dbname as command line argument #541

Version 2.10.2

27 Sep 10:39
Compare
Choose a tag to compare

Enhancements

  • Add missing data to LOB cells #533

Version 2.10.1

28 Jun 12:45
Compare
Choose a tag to compare

Bug Fixes

  • Materialized option doesn't handle the structure as a table #513

Enhancements

  • Remove percentage indicator from table progress #514
  • Add folder property to table structure #515

Version 2.10.0

28 Apr 16:29
Compare
Choose a tag to compare

New Features

  • Add a threshold for LOBs saved outside the SIARD file (#504) For more information access our wiki.

Security

  • Security fixes (Upgrade dependencies)

Version 2.9.10

13 Oct 16:18
Compare
Choose a tag to compare

Bug Fixes

  • Merkle Tree filter malfunction with multi-schema databases #494

Version 2.9.9

13 Jul 17:33
Compare
Choose a tag to compare

Bug Fixes

  • This parser does not support specification "dbptk-core" version "2.9.8" #486
  • ST_GEOMETRY gives Null Pointer Exception error #487

Enhancements

  • Improved support for Microsoft SQL Server use integrated login on Windows #488