- Update to v0.1.14 * Release 0.1.14: Bug fix + Issue #160 was fixed in this release, solving a relatively serious bug, so upgrading is recommended. + The Jackson dependencies were also upgraded, to avoid versions with known vulnerabilities. * Release 0.1.13: Bug fixes + This version was released to fix a threading issue in the sha256-hex function (issue #261). + In addition, it also removes usage of some deprecated Jackson APIs. + There are no other changes. * Release 0.1.12: Bug fixes and new functions + This release adds the uuid() built-in function, and a couple of minor improvements. Parsing of decimal numbers in the number() function has been improved to handle larger decimals. Also, syntax errors in regular expressions are now detected at compile time when possible. + Thanks to @fuchsst for the design and implementation of the uuid() function! - Reproducible builds: use SOURCE_DATE_EPOCH for timestamp - Initial packaging with v0.1.11 OBS-URL: https://build.opensuse.org/request/show/1159165 OBS-URL: https://build.opensuse.org/package/show/Java:packages/jslt?expand=0&rev=2
30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Apr 11 17:37:31 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Update to v0.1.14
|
|
* Release 0.1.14: Bug fix
|
|
+ Issue #160 was fixed in this release, solving a relatively
|
|
serious bug, so upgrading is recommended.
|
|
+ The Jackson dependencies were also upgraded, to avoid
|
|
versions with known vulnerabilities.
|
|
* Release 0.1.13: Bug fixes
|
|
+ This version was released to fix a threading issue in the
|
|
sha256-hex function (issue #261).
|
|
+ In addition, it also removes usage of some deprecated Jackson
|
|
APIs.
|
|
+ There are no other changes.
|
|
* Release 0.1.12: Bug fixes and new functions
|
|
+ This release adds the uuid() built-in function, and a couple
|
|
of minor improvements. Parsing of decimal numbers in the
|
|
number() function has been improved to handle larger
|
|
decimals. Also, syntax errors in regular expressions are now
|
|
detected at compile time when possible.
|
|
+ Thanks to @fuchsst for the design and implementation of the
|
|
uuid() function!
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 1 03:08:07 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
- Initial packaging with v0.1.11
|