Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@tfenne tfenne released this 11 Mar 16:22
· 1 commit to main since this release
9372c55

What's Changed

Major changes:

  • Removed support for scala 2.12 by @tfenne in #77
  • A parallel iterator implementation. by @tfenne in #76, that allow parallelization of iterators in a similar fashion to parallel collections without the user having to worry about batching

Minor changes:

  • SimpleCounter iterators are in insertion order by @nh13 in #73
  • Add support for reading from Unix/Posix pipes (fifos) by @nh13 in #57
  • Make sure IntelDeflator is shown as unsupported on non-x86 Apple machines e.g. M1x.

Full Changelog: 1.3.0...1.4.0