Skip to content

Releases: sandflow/regxmllib

Release 1.1.5

12 Jan 18:29
Compare
Choose a tag to compare

Full Changelog: 1.1.4...1.1.5

Deployed at pkg:maven/com.sandflow/[email protected]

1.1.5 Release Candidate 1

30 Nov 23:40
Compare
Choose a tag to compare
Pre-release

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

Deployed at pkg:maven/com.sandflow/[email protected]

1.1.4 Release

09 Mar 20:58
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

1.1.1 Release

15 Nov 20:12
Compare
Choose a tag to compare

Released to Maven Central Repository

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

Highlights:

  • clients can now be alerted of events through callbacks (com.sandflow.util.events.EventHandler)
  • cleaned Javadoc documentation

1.1.1 Release Candidate 1

12 Nov 06:14
Compare
Choose a tag to compare
Pre-release

Released as regxmllib-1.1.1-SNAPSHOT

Highlights:

  • clients can now be alerted of events through callbacks (com.sandflow.util.events.EventHandler)
  • cleaned Javadoc documentation

Final release planned on November 14 COB PST unless critical bugs uncovered

1.1.0 Release

12 Oct 02:57
Compare
Choose a tag to compare

Released to Maven Central Repository

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

Highlights:

  • support the 2016 Group Register XSD
  • tested with draft Brown Sauce registers
  • RegXMLDump supports reading footer metadata
  • support for Indirect and UTF-8 types