Skip to content

Releases: softwaremill/jox

v0.5.1 of flows

07 Jan 15:04
9581bf2

Choose a tag to compare

What's Changed

Dependency updates

v1.1.1-channels

18 Nov 15:37
96a0007

Choose a tag to compare

What's Changed

v1.1.0-channels

14 Nov 09:51
c19410c

Choose a tag to compare

What's Changed

  • memory optimized structured concurrency (#188) @magicprinc
  • micro-optimizations (#186) @magicprinc
  • Add Fray-based concurrency tests (#190) @adamw
  • Fix a typo in README.md (#175) @arciuchm
  • Add a fail-safe ensuring that we don't act on old timers in groupedWithin (#172) @adamw
  • Add methods which read from IS/File into a flow using a default chunk size (#171) @adamw
  • Optimize Chunk implementation with multi-array backing (#170) @adamw

Dependency updates

v0.5.0 of structured & flows

24 Sep 14:08
5908436

Choose a tag to compare

What’s Changed

v1.0.1-channels & v0.4.1-flows

17 Jun 06:36
049a0be

Choose a tag to compare

What’s Changed

v1.0.0-channels

17 Jun 07:06
35ecf8b

Choose a tag to compare

What’s Changed

v1.0.0-RC1-channels

15 Apr 08:49
560ccea

Choose a tag to compare

What’s Changed

  • Remove .collectAsView, as this is served by Flows (#97) @adamw

v0.4.0

04 Feb 14:01
19c1461

Choose a tag to compare

What’s Changed

v0.3.1

04 Sep 10:47
d3b8ba2

Choose a tag to compare

What’s Changed

  • Short-circuit select if there's any error (#61) @adamw

v0.3.0

18 Jul 09:19
3ea1cdd

Choose a tag to compare

What’s Changed

  • Add structured concurrency module (#58) @adamw