Skip to content

Tags: njroyin/CAP

Tags

v8.2.0

Toggle v8.2.0's commit message
Tweak that when the `EnablePublishParallelSend` option is true, it wi…

…ll be put task into the .NET thread pool in batches rather than all at once. (dotnetcore#1540)

v8.1.2

Toggle v8.1.2's commit message
Fixed an issue where the PublishDelay synchronization method did not …

…wait internally.

v8.1.1

Toggle v8.1.1's commit message
Update docs.

v8.1.0

Toggle v8.1.0's commit message
Merge branch 'master' of https://github.com/dotnetcore/CAP

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade Microsoft.Data.SqlClient to version 5.1.4

v8.0.0

Toggle v8.0.0's commit message
Update docs & code cleanup.

v7.2.2

Toggle v7.2.2's commit message
Try new appveyor.yml

v7.2.1

Toggle v7.2.1's commit message
The options EnableConsumerPrefetch and UseDispatchingPerGroup will wo…

…rk together without interference. (dotnetcore#1399)

v7.2.0

Toggle v7.2.0's commit message
The send task will be executed by the .NET thread pool, and whether t…

…he consume task is executed in parallel by the thread pool depends on the EnableConsumerPrefetch configuration. (dotnetcore#1380)

v7.1.4

Toggle v7.1.4's commit message
Fixes: using ValueTask to avoid thread blocking when enable UseDispat…

…chingPerGroup option. (dotnetcore#1356)