Skip to content

Commit

Permalink
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [v1.19.0](https://github.com/NASA-PDS-Incubator/validate/tree/v1.19.0) (2020-01-30)
[Full Changelog](https://github.com/NASA-PDS-Incubator/validate/compare/v1.18.2...v1.19.0)

**Fixed bugs:**

- Fix multi-threading bug where reporting finishes prior to threads completing execution [\#180](https://github.com/NASA-PDS-Incubator/validate/issues/180)
- Improve performance when content validation is disabled [\#178](https://github.com/NASA-PDS-Incubator/validate/issues/178)
- Fix schematron parsing bug introduced during performance improvements [\#175](https://github.com/NASA-PDS-Incubator/validate/issues/175)

**Merged pull requests:**

- Fixes multi-threading and MD5 checksum generation bugs [\#181](https://github.com/NASA-PDS-Incubator/validate/pull/181) ([jordanpadams](https://github.com/jordanpadams))
- issue\_63: Modify pom.xml to use latest pds4-jparser pkg [\#179](https://github.com/NASA-PDS-Incubator/validate/pull/179) ([hhlee445](https://github.com/hhlee445))
- Revert back to Saxon 9.5.1-3 to avoid schematron bug [\#176](https://github.com/NASA-PDS-Incubator/validate/pull/176) ([jordanpadams](https://github.com/jordanpadams))

## [v1.18.2](https://github.com/NASA-PDS-Incubator/validate/tree/v1.18.2) (2020-01-22)
[Full Changelog](https://github.com/NASA-PDS-Incubator/validate/compare/v1.18.1...v1.18.2)

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE.

<groupId>gov.nasa.pds</groupId>
<artifactId>validate</artifactId>
<version>1.19.0-SNAPSHOT</version>
<version>1.19.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>

0 comments on commit 642e979

Please sign in to comment.