Releases: Desz01ate/Concur
Releases · Desz01ate/Concur
1.6.0-beta-001
What's Changed
- Replace
SemaphoreSlimwith customAsyncCounterGatein `MpmcBounde… by @Desz01ate in #24 - Feat/context cancellation propagation by @Desz01ate in #25
- Add packaging step for AspNetCore Extensions in the publish workflow by @Desz01ate in #26
Full Changelog: 1.5.0...1.6.0-beta-001
1.5.0
What's Changed
- Introduce
MpscBoundedChannelimplementation and tests; add abstract… by @Desz01ate in #21 - Feat/mpmc impl by @Desz01ate in #22
- Update to version 1.5.0: Add bounded channel implementations,
Go<T>… by @Desz01ate in #23
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- Feat/degree of parallelism by @Desz01ate in #15
- fix: resolve race condition in WaitGroup by synchronizing access to T… by @Desz01ate in #16
- Feat/performance optimization by @Desz01ate in #17
- Chore/remove experiment operator overload by @Desz01ate in #18
- Feat/extra ctor for wg by @Desz01ate in #19
- Release version 1.4.0 with new concurrency features, performance impr… by @Desz01ate in #20
Full Changelog: 1.4.0-beta-001...1.4.0
1.4.0-beta-003
What's Changed
- Feat/degree of parallelism by @Desz01ate in #15
- fix: resolve race condition in WaitGroup by synchronizing access to T… by @Desz01ate in #16
- Feat/performance optimization by @Desz01ate in #17
- Chore/remove experiment operator overload by @Desz01ate in #18
Full Changelog: 1.4.0-beta-001...1.4.0-beta-003
1.4.0-beta-002
What's Changed
- Feat/degree of parallelism by @Desz01ate in #15
Full Changelog: 1.4.0-beta-001...1.4.0-beta-002
1.4.0-beta-001
What's Changed
- Add workflow for publishing to NuGet and package metadata to `Concur.… by @Desz01ate in #1
- Update version to 1.0.1; enable XML documentation file generation and… by @Desz01ate in #2
- Feat/waitgroup implementation by @Desz01ate in #3
- Fixes an issue that allows semaphore to be able to acquire more than … by @Desz01ate in #4
- Revamp README with detailed usage examples, installation instructions… by @Desz01ate in #5
- Publish version 1.2.0 by @Desz01ate in #7
- Feat/benchmark by @Desz01ate in #8
- Feat/better exception handling by @Desz01ate in #9
- Improve README with enhanced exception handling examples and refine c… by @Desz01ate in #10
- Update project version to 1.3.0 and release notes to include exceptio… by @Desz01ate in #11
- Update publish strategy to tag release by @Desz01ate in #13
- Introduce operator overloading (
<<and-) forIChannelimplemen… by @Desz01ate in #14
Full Changelog: https://github.com/Desz01ate/Concur/commits/1.4.0-beta-001