Releases: sandflow/regxmllib
Releases · sandflow/regxmllib
Release 1.1.5
- Tolerate Types entries with all Type Size values by @thomasheritage in #147
- Remove C++98 requirement by @palemieux in #153
Full Changelog: 1.1.4...1.1.5
Deployed at pkg:maven/com.sandflow/[email protected]
1.1.5 Release Candidate 1
- Tolerate Types entries with all Type Size values by @thomasheritage in #147
- Remove C++98 requirement by @palemieux in #153
Full Changelog: 1.1.4...1.1.5-rc.1
Deployed at pkg:maven/com.sandflow/[email protected]
1.1.4 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</version>
</dependency>
1.1.4 Release Candidate 1
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
1.1.2 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</version>
</dependency>
1.1.2 Release Candidate 1
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
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
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
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