Skip to content

Release 1.10.17

Compare
Choose a tag to compare
@jlangch jlangch released this 29 Jul 21:02
· 3303 commits to master since this release

[1.10.17] - 2022-07-29

Added

  • functions io/touch-file, io/delete-files-glob
  • support for queues with transducers and reducers
  • performance improvements to the grep functions by using pmap instead of
    map in its implementation.
  • a delay-queue that is based on the Java class java.util.concurrent.DelayQueue
  • reader macro for regex patterns: #"[0-9]+"

Fixed

  • the message of the exceptions raised by str/format on illegal formats.
    Additionally provide a Venice stack trace with these exceptions.

Security

Updated dependencies:

  • Bump gradle from 7.4.1 to 7.5