This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
Releases: emartech/pure-scheduler
Releases · emartech/pure-scheduler
Release for cats 2.2 and cats-effect 2.2
v0.4.4 Release for cats 2.2 and cats-effect 2.2
Release for cats 2.1.1 and cats-effect 2.1.2
v0.4.3 Release for cats 2.1.1 and cats-effect 2.1.2
Release for cats and cats effect 2.1
v0.4.2 Release for cats and cats-effect 2.1
Cross publish for scala 2.12 and 2.13
v0.4.1 Cross publish for 2.13 and 2.13
Release for cats and cats-efect 2.0
v0.4.0 Release for cats and cats-efect 2.0
Release for cats-effect 1.4
Update every dependency to the latest version
Introduce Schedule.fixed
This release adds a new predefined schedule. Schedule.fixed
is almost like Schedule.spaced
, with the exception that it takes into account the time the effect takes to produce an output when computing delays.
Introduce retry
This release includes the implementation of retry.
Also, a new predefined time capped schedule: Schedule.forMax(FiniteDuration)
First tagged release
Implemented a few ideas from ZIO Schedule abstracting over the effect type.