Skip to content

Releases: jlangch/venice

Release 1.10.46

17 Oct 17:23

Choose a tag to compare

[1.10.46] - 2023-10-17

Added

Fixed

  • function docker/container-exec-by-name
  • function read-line to detect end-of-stream properly

Release 1.10.45

04 Oct 14:38

Choose a tag to compare

[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:
    1. exception from finally block
    2. exception from catch block
    3. exception from body block
    4. 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

27 Sep 19:37

Choose a tag to compare

[1.10.44] - 2023-09-27

Improved

  • error messages for the :cargo and :docker module

Release 1.10.43

23 Sep 21:42

Choose a tag to compare

[1.10.43] - 2023-09-23

Added

  • module :cargo to run testcontainers with the support of Venice

Release 1.10.42

18 Sep 20:25

Choose a tag to compare

[1.10.42] - 2023-09-18

Added

  • function argument type hints
  • an optional timeout to sh function

Enhanced

  • the functions time/plus and time/minus to accept :java.time.Period and :java.time.Duration too as the amount of time to add or subtract

Fixed

  • function docker/rm