Skip to content

Releases: RMLio/dataio

v2.0.3

30 Jan 11:37
Compare
Choose a tag to compare

Changed

Explicitly declare checked exceptions instead of generic Exception.

Fixed

Update Javadoc

v2.0.1

22 Jan 10:50
Compare
Choose a tag to compare

Fixed

  • Upgrade snowflake-jdbc to 3.21.0 to fix security CVEs.

v2.0.0

09 Jan 11:04
Compare
Choose a tag to compare

Changed

  • 💥 **Breaking change **: Record.get(<reference>) now returns a RecordValue object which wraps the actual result.
    It also provides methods to check for an empty (null) value, a 'reference not found' or an error. This is a breaking change to the API.
  • A DATAIO_NULL value gets a number appended to avoid multiple null header clashes. E.g., DATAIO_NULL_12.

Fixed

  • Updated excel-streaming-reader to 5.0.2
  • Updated fuseki to 5.0.0
  • Updated json-path to 2.9.0
  • Updated junit to 5.10.2
  • Updated log4j-to-slf4j 2.23.1
  • Updated mssql-jdbc to 12.6.3.jre11
  • Updated mysql-connector-j to 9.0.0
  • Updated ojdbc11 to 23.4.0.24.05
  • Updated opencsv to 5.9
  • Updated postgresql to 42.7.3
  • Updated rxjava to 3.1.8
  • Updated SaxonHE to 12.5
  • Updated sfm-csv to 9.0.2
  • Updated slf4j to 2.0.12
  • Updated testcontainers to 1.20.3
  • Log name of subclass in log messages of Record.
  • Removed direct dependency on poi
  • Removed dependency on xlsx-streamer
  • Removed direct dependency on tika-parsers-standard-package
  • Removed dependency on javax.activation-api

v1.3.1

12 Aug 10:59
Compare
Choose a tag to compare

Fixed

  • DATAIO_NULL value when CSV quoted string has multiple new lines (GitHub issue 238).
  • Typo in bump-version.sh

v1.3.0

21 May 08:53
Compare
Choose a tag to compare

Changed

  • Added small change for mimetypes in new RML.

v1.2.0

14 May 09:40
Compare
Choose a tag to compare

Fixed

  • Exclude xml-apis from pom file (See GitHub issue 2).
  • Updated mysql-connector-j to 8.2.0
  • Updated ojdbc11 to 23.3.0.23.09

Changed

  • Removed Maven shade plugin See GitHub issue 2).

v1.1.0

25 Jan 09:29
Compare
Choose a tag to compare

Changed

  • Use Charset instead of String for character encoding wherever possible.

Fixed

  • CSVWSourceIterator stopped after a certain number of bytes were parsed.

v1.0.4

22 Nov 14:33
Compare
Choose a tag to compare

Fixed

  • Remove (unused) DistributionManagement in pom.xml