Releases: sandflow/regxmllib
Releases · sandflow/regxmllib
regxmllib 1.2.0
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
- 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
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
- 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/regxmllib@1.1.5
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/regxmllib@1.1.5-rc.1
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