Releases: mandel-macaque/marille
Releases · mandel-macaque/marille
v0.5.7
What's Changed
- [Docs] Fix the layout of the page and provide an index.html. by @mandel-macaque in #58
- Fix some typos by @dalexsoto in #59
- Bump actions/checkout from 3 to 4 by @dependabot in #60
- [Internal API] Protect against properties that throw exceptions. by @mandel-macaque in #62
- [Nuget] Point to the project domain. by @mandel-macaque in #63
- [API] Default implementation for IWorker.UseBackgroundThread. by @mandel-macaque in #61
New Contributors
- @dalexsoto made their first contribution in #59
Full Changelog: v0.5.6...v0.5.7
v0.5.5
What's Changed
- [Bug] Guard the consumer thread from error workers that throw exceptions. by @mandel-macaque in #52
- [API] Provide a way to notify the IWorkers that a channel has been closed. by @mandel-macaque in #53
- [API] Add nullable wrappers for publishing. by @mandel-macaque in #54
- [Samples] Provide a file system watcher sample. by @mandel-macaque in #55
Full Changelog: v0.5.3...v0.5.5
v0.5.2
What's Changed
- [API] Provide an error handling API. Fixes #31 by @mandel-macaque in #35
- [API] Execute several workers in parallel but wait before we advance by @mandel-macaque in #43
- [Nuget] Add icon. by @mandel-macaque in #45
- [API] Make IWorkers and IErrorWorkers implement IDisposable. by @mandel-macaque in #44
Full Changelog: v0.4.3...v0.5.2
v0.4.3
What's Changed
- [Internal API] Remove a dictionary by storing workers in the topic info. by @mandel-macaque in #27
- [API] Add missing method to the IHub interface and move docs. by @mandel-macaque in #28
- [Internal API] Remove the need of a tuple to store the consumming task. by @mandel-macaque in #29
- [Internal API] Remove the need for the cancellation tokens dictionary by @mandel-macaque in #30
- [Internal API] Small code clean up. by @mandel-macaque in #32
- Bump DotNet.ReproducibleBuilds from 1.1.1 to 1.2.4 by @dependabot in #37
- Bump coverlet.collector from 6.0.0 to 6.0.2 by @dependabot in #41
- Bump xunit.runner.visualstudio from 2.4.5 to 2.8.2 by @dependabot in #40
- Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.11.0 by @dependabot in #38
- Bump xunit from 2.4.2 to 2.9.0 by @dependabot in #39
- [Bug] Fix CloseAllAsync exception. Fixes #33 by @mandel-macaque in #36
New Contributors
- @dependabot made their first contribution in #37
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Fix examples in README by @patriksvensson in #25
- [API] Allow to multihtread register and close. by @mandel-macaque in #26
New Contributors
- @patriksvensson made their first contribution in #25
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- [API] Add the ability to close channels and wait for all events to be flushed by @mandel-macaque in #21
- [Tests] Make test more resilient. by @mandel-macaque in #22
- [Test] Should be using tasks an not void in test methods. by @mandel-macaque in #23
- [Actions] Remove yaml warnings. by @mandel-macaque in #24
Full Changelog: v0.3.8...v0.4.1