Skip to content

Releases: MiloszKrajewski/K4os.Async.Toys

v0.0.18

17 Nov 22:36
0ecf563
Compare
Choose a tag to compare
  • ADDED: Configurable PollerCount in BatchBuilder

v0.0.17

10 Nov 23:02
Compare
Choose a tag to compare
  • FIXED: double dispose on BatchBuilder was throwing an exception

v0.0.16

07 Nov 22:22
Compare
Choose a tag to compare
  • ADDED: exposed previously internal DisposableBag

v0.0.15

06 Nov 19:01
a22c60e
Compare
Choose a tag to compare
  • FIXED: even more bugs in AliveKeeper
  • ADDED: BatchSubscriber allows to subscribe to any poll-able source

v0.0.14

02 Nov 22:47
ffee1ca
Compare
Choose a tag to compare
  • FIXED: multiple bugs in AliveKeeper

v0.0.13

20 May 20:18
Compare
Choose a tag to compare
  • ADDED: maximum concurrency setting
  • ADDED: concurrency policies for AliveKeeper
  • FIXED: safe sync policy was deadlocking in some cases
  • ADDED: ability for agents to end their work without being disposed
  • ADDED: cancellation token can be passed to agents

v0.0.12

20 May 16:24
Compare
Choose a tag to compare
  • ADDED: maximum concurrency setting
  • ADDED: concurrency policies for AliveKeeper
  • FIXED: safe sync policy was deadlocking in some cases
  • ADDED: ability for agents to end their work without being disposed

v0.0.9

16 May 20:10
Compare
Choose a tag to compare
  • Added maximum concurrency setting

v0.0.8

06 May 13:24
Compare
Choose a tag to compare
  • CHANGED: build process
  • ADDED: GitHub actions
  • FIXED: Minor bug in AliveKeeper (sometimes actions were called with not items at all)
  • CHANGED: Minor optimization in AliveKeeper (removed unnecessary allocations)
  • ADDED: Explicit target for .NET 5

v0.0.7

06 May 12:09
Compare
Choose a tag to compare
  • CHANGED: build process
  • ADDED: GitHub actions
  • FIXED: Minor bug in AliveKeeper (sometimes actions were called with not items at all)
  • CHANGED: Minor optimization in AliveKeeper (removed unnecessary allocations)