Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Releases: emartech/pure-scheduler

Release for cats 2.2 and cats-effect 2.2

11 Sep 12:42
v0.4.4
3a472e9
Compare
Choose a tag to compare
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

06 Mar 09:37
v0.4.3
48cea39
Compare
Choose a tag to compare
v0.4.3

Release for cats 2.1.1 and cats-effect 2.1.2

Release for cats and cats effect 2.1

31 Jan 06:44
v0.4.2
Compare
Choose a tag to compare
v0.4.2

Release for cats and cats-effect 2.1

Cross publish for scala 2.12 and 2.13

30 Sep 07:19
v0.4.1
1627e62
Compare
Choose a tag to compare
v0.4.1

Cross publish for 2.13 and 2.13

Release for cats and cats-efect 2.0

26 Sep 15:27
v0.4.0
0c183f5
Compare
Choose a tag to compare
v0.4.0

Release for cats and cats-efect 2.0

Release for cats-effect 1.4

08 Sep 14:06
v0.3.2
Compare
Choose a tag to compare

Update every dependency to the latest version

07 Sep 15:09
v0.3.1
66997a1
Compare
Choose a tag to compare

Introduce Schedule.fixed

06 Sep 14:33
v0.3.0
c3b2812
Compare
Choose a tag to compare

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

05 Aug 05:58
v0.2.0
55f32e4
Compare
Choose a tag to compare

This release includes the implementation of retry.
Also, a new predefined time capped schedule: Schedule.forMax(FiniteDuration)

First tagged release

15 Mar 15:35
v0.1.0
ad9f0a5
Compare
Choose a tag to compare

Implemented a few ideas from ZIO Schedule abstracting over the effect type.