Skip to content

Releases: SystemFw/upperbound

v0.5.0

31 May 13:51
b25f934
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

20 Apr 18:42
Compare
Choose a tag to compare

Final release for CE 3.0

v0.4.0-M2

27 Dec 18:32
466aacd
Compare
Choose a tag to compare
v0.4.0-M2 Pre-release
Pre-release

Second, and most likely final, milestone release of upperbound for cats-effect 3. Adds adjustable controls for rate and concurrency.

v0.4.0-M1

27 Dec 15:09
Compare
Choose a tag to compare
v0.4.0-M1 Pre-release
Pre-release

The first milestone release of upperbound for cats-effect 3. Not feature complete yet, it doesn't have adjustable controls over rate and concurrency.

v0.3.0

18 Sep 09:10
Compare
Choose a tag to compare

For fs2 2.0, cats-effect 2.0, and cats 2.0. Adds support for 2.13 as well.

v0.2.0-M2

29 Dec 21:39
Compare
Choose a tag to compare

For fs2 1.0.2, cats-effect 1.0.1 and cats-collections 0.7.
This release features significant changes, and it's probably how 0.2.0 final is going to look like.
Changes include:

  • Limiter and Worker are now merged, Resource is used to manage the limiter lifetime.
  • More flexible control over the rate.
  • await and backpressure functionality is no longer baked in the core abstraction, and it's implemented as combinators instead.

v0.2.0-M1

20 Nov 23:19
Compare
Choose a tag to compare

The M1 release of upperbound 0.2.0 supports cats-effect 1.0 and fs2 1.0
This is meant as a quick version bump to unblock people that can't upgrade their dependencies due to upperbound.
Expect some API changes in 0.2.0 proper.

v0.1.1

05 Oct 10:00
Compare
Choose a tag to compare

Add stream method to create a singleton Stream of Limiter

v0.1.0

05 Oct 09:59
Compare
Choose a tag to compare

Initial release, for cats 1.0.1, fs2 0.10 and cats-effect 0.8