Skip to content

Releases: sandflow/regxmllib

regxmllib 1.2.0

16 Aug 00:58
414e819

Choose a tag to compare

What's Changed

  • Bump registers snapshot
  • Fixed KLVInputStream::readUnsignedInt()
  • Fix reading of Body SID from the Partition Pack
  • Fix batch reads
  • Migrate from javax.xml.bind.* to jakarta.xml.bind.*
  • Migrate to central repository
  • Move to Java 11 minimum requirement

Deployed at https://central.sonatype.com/artifact/com.sandflow/regxmllib/1.2.0

Full Changelog: 1.1.5...1.2.0

1.2.0 Release Candidate 1

15 Aug 22:17

Choose a tag to compare

Pre-release
  • Fixed KLVInputStream::readUnsignedInt() by @palemieux in #165
  • Fix reading of Body SID from the Partition Pack by @palemieux in #166
  • Fix batch reads by @palemieux in #167
  • move to Jakarta for JAXB support and Java 11 as minimal Java version (#160)

Full Changelog: 1.1.5...1.2.0-rc.1

Deployed to https://central.sonatype.com/artifact/com.sandflow/regxmllib/1.2.0-rc.1

<dependency>
    <groupId>com.sandflow</groupId>
    <artifactId>regxmllib</artifactId>
    <version>1.2.0-rc.1</version>
</dependency>

1.1.6 Release Candidate 1

17 Jan 01:43

Choose a tag to compare

Pre-release

Highlights

  • move to Jakarta for JAXB support and Java 11 as minimal Java version (#160)

Deployment

https://central.sonatype.com/artifact/com.sandflow/regxmllib/1.1.6-rc.1/overview

Release 1.1.5

12 Jan 18:29

Choose a tag to compare

Full Changelog: 1.1.4...1.1.5

Deployed at pkg:maven/com.sandflow/regxmllib@1.1.5

1.1.5 Release Candidate 1

30 Nov 23:40

Choose a tag to compare

Pre-release

Full Changelog: 1.1.4...1.1.5-rc.1

Deployed at pkg:maven/com.sandflow/regxmllib@1.1.5-rc.1

1.1.4 Release

09 Mar 20:58

Choose a tag to compare

Highlights:

  • Update registers to latest draft
  • Fix read truncation with blocking streams (#139)
  • Add support for metadictionary directories to RegXMLDump (#138)

Released to Maven Central Repository:

<dependency>
  <groupId>com.sandflow</groupId>
  <artifactId>regxmllib</artifactId>
  <version>1.1.4</version>
</dependency>

1.1.4 Release Candidate 1

08 Feb 01:37

Choose a tag to compare

Pre-release

Highlights:

  • Update registers to latest draft
  • Fix read truncation with blocking streams (#139)
  • Add support for metadictionary directories to RegXMLDump (#138)

Released to Maven Central Repository:

<dependency>
  <groupId>com.sandflow</groupId>
  <artifactId>regxmllib</artifactId>
  <version>1.1.4-rc.1</version>
</dependency>

1.1.3 Release

31 Oct 16:55

Choose a tag to compare

Highlights:

  • fixed memory leaks in C++ codebase (#129, #130)
  • no changes to Java codebase

Released to Maven Central Repository

<dependency>
    <groupId>com.sandflow</groupId>
    <artifactId>regxmllib</artifactId>
    <version>1.1.3</version>
</dependency>

1.1.2 Release

02 Aug 13:30

Choose a tag to compare

Highlights:

  • add C++03 implementation (#108)
  • escape illegal XML character per ST 2001-1 (#106, #107)
  • add support for Ponzu register release
  • add support for Class 14 groups (#115)

Released to Maven Central Repository

<dependency>
    <groupId>com.sandflow</groupId>
    <artifactId>regxmllib</artifactId>
    <version>1.1.2</version>
</dependency>

1.1.2 Release Candidate 1

27 Jun 15:19

Choose a tag to compare

Pre-release

Highlights:

  • add C++03 implementation (#108)
  • escape illegal XML character per ST 2001-1 (#106, #107)
  • add support for Ponzu register release
  • add support for Class 14 groups (#115)

Released to Maven Central Repository

<dependency>
    <groupId>com.sandflow</groupId>
    <artifactId>regxmllib</artifactId>
    <version>1.1.2-rc1</version>
</dependency>

Final release planned on July 31 COB PST unless critical bugs uncovered