Skip to content

Releases: softwaremill/jox

v0.5.3-flows

18 Mar 09:57
993b823

Choose a tag to compare

What's Changed

Dependency updates

  • chore(deps): update release-drafter/release-drafter digest to 44a942e (#284) @renovate[bot]
  • chore(deps): update release-drafter/release-drafter action to v7 (#282) @renovate[bot]
  • chore(deps): update dependency maven to v3.9.14 (#279) @renovate[bot]
  • chore(deps): update dependency io.projectreactor:reactor-core to v3.8.4 (#277) @renovate[bot]
  • fix(deps): update kotlin monorepo to v2.3.20 (#283) @renovate[bot]
  • chore(deps): update dependency org.pastalab.fray:fray-junit to v0.8.0 (#274) @renovate[bot]
  • chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.6.2 (#269) @renovate[bot]
  • chore(deps): update dependency org.pastalab.fray.maven:fray-plugins-maven to v0.8.0 (#275) @renovate[bot]
  • chore(deps): update release-drafter/release-drafter digest to 6a93d82 (#272) @renovate[bot]
  • chore(deps): update release-drafter/release-drafter digest to 00ce30b (#270) @renovate[bot]
  • chore(deps): update dependency maven to v3.9.13 (#271) @renovate[bot]
  • chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v3.3.0 (#268) @renovate[bot]

v1.1.2-channels

24 Feb 13:29
45f6a92

Choose a tag to compare

What's Changed

  • Implement non-blocking trySend and tryReceive methods (#262) @endrju19
  • fix: Skip release-drafter on pull_request events (#264) @endrju19

v0.5.2-flows

19 Jan 16:08
2d4415f

Choose a tag to compare

What's Changed

Dependency updates

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