Releases: jlangch/venice
Releases · jlangch/venice
Release 1.10.46
[1.10.46] - 2023-10-17
Added
- support for JSON Lines (see module :jsonl)
Fixed
- function docker/container-exec-by-name
- function read-line to detect end-of-stream properly
Release 1.10.45
[1.10.45] - 2023-10-04
Added
- functions to handle locks based on a semaphore
Fixed
- Venice to follow the Java rules when propagating exceptions from try-with-resources
blocks:- exception from finally block
- exception from catch block
- exception from body block
- exception from resource auto-close
Updated
- :pdf module dependencies to flyingSaucer 9.3.1 and openpdf 1.3.30
Updated dependencies:
- Bump gradle from 8.0.2 to 8.3
Release 1.10.44
[1.10.44] - 2023-09-27
Improved
- error messages for the :cargo and :docker module
Release 1.10.43
[1.10.43] - 2023-09-23
Added
- module :cargo to run testcontainers with the support of Venice
Release 1.10.42
[1.10.42] - 2023-09-18
Added
- function argument type hints
- an optional timeout to
shfunction
Enhanced
- the functions
time/plusandtime/minusto accept:java.time.Periodand:java.time.Durationtoo as the amount of time to add or subtract
Fixed
- function
docker/rm