Skip to content

Commit

Permalink
[RELEASE] validate v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed May 8, 2020
1 parent 2afb8c7 commit 5ee124d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [v1.23.0](https://github.com/NASA-PDS/validate/tree/v1.23.0) (2020-05-08)
[Full Changelog](https://github.com/NASA-PDS/validate/compare/v1.22.4...v1.23.0)

**Implemented enhancements:**

- Reduce error messages for overlapping fields [\#222](https://github.com/NASA-PDS/validate/issues/222)
- Throw warning when data exists after number of records [\#215](https://github.com/NASA-PDS/validate/issues/215)

**Fixed bugs:**

- Incorrect validation of number of records [\#220](https://github.com/NASA-PDS/validate/issues/220)
- validate v1.22.3 has large performance degradation on products with many tables [\#219](https://github.com/NASA-PDS/validate/issues/219)
- Packed\_Data\_Fields and bit fields do not validate as expected [\#209](https://github.com/NASA-PDS/validate/issues/209)
- Software raises a field\_value\_overlap error on Table\_Binary Packed data fields [\#177](https://github.com/NASA-PDS/validate/issues/177)

**Merged pull requests:**

- Fix for incorrect validation of number of records \(\#220\) [\#225](https://github.com/NASA-PDS/validate/pull/225) ([hhlee445](https://github.com/hhlee445))
- Fix for validation failure of Packed\_Data\_Fields and bit fields \(\#209\) [\#224](https://github.com/NASA-PDS/validate/pull/224) ([hhlee445](https://github.com/hhlee445))

## [v1.22.4](https://github.com/NASA-PDS/validate/tree/v1.22.4) (2020-05-01)
[Full Changelog](https://github.com/NASA-PDS/validate/compare/1.23.0-SNAPSHOT...v1.22.4)

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

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

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

0 comments on commit 5ee124d

Please sign in to comment.