Skip to content

Releases: Desz01ate/Concur

1.6.0-beta-001

11 Apr 08:51
6366c8d

Choose a tag to compare

1.6.0-beta-001 Pre-release
Pre-release

What's Changed

  • Replace SemaphoreSlim with custom AsyncCounterGate in `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

01 Apr 14:41
aaf33c1

Choose a tag to compare

What's Changed

  • Introduce MpscBoundedChannel implementation 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

31 Mar 13:31
2e9d335

Choose a tag to compare

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

31 Mar 09:45
ab31cdf

Choose a tag to compare

1.4.0-beta-003 Pre-release
Pre-release

What's Changed

Full Changelog: 1.4.0-beta-001...1.4.0-beta-003

1.4.0-beta-002

27 Jul 11:47
dba66c1

Choose a tag to compare

1.4.0-beta-002 Pre-release
Pre-release

What's Changed

Full Changelog: 1.4.0-beta-001...1.4.0-beta-002

1.4.0-beta-001

26 Jul 08:35
e7ee89a

Choose a tag to compare

1.4.0-beta-001 Pre-release
Pre-release

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 -) for IChannel implemen… by @Desz01ate in #14

Full Changelog: https://github.com/Desz01ate/Concur/commits/1.4.0-beta-001