Releases: SystemFw/upperbound
Releases · SystemFw/upperbound
v0.5.0
What's Changed
- Cross for JS and Native by @armanbilge in #183
New Contributors
- @armanbilge made their first contribution in #183
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.4.0-M2
v0.4.0-M1
v0.3.0
v0.2.0-M2
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
andWorker
are now merged,Resource
is used to manage the limiter lifetime.- More flexible control over the rate.
await
andbackpressure
functionality is no longer baked in the core abstraction, and it's implemented as combinators instead.