Skip to content

Releases: Jericho/Picton.Messaging

9.1.0

24 Feb 02:20
Compare
Choose a tag to compare

As part of this release we had 5 issues closed.

Enhancements

  • #38 Metric to track how long a message is queued, waiting to be processed by Jericho
  • #39 Raise different events when a given queue is empty vs when all queues are empty by Jericho
  • #40 Configure FetchCount independantly from ConcurrentTasks by Jericho
  • #41 Messages should be handled asynchronously by Jericho
  • #42 Use dependency injection when instantiating message handlers by Jericho

Contributors

1 contributors made this release possible.

Jericho

9.0.0

29 Jan 23:21
Compare
Choose a tag to compare

As part of this release we had 10 issues closed.

Bugs

  • #30 Unhandled exception in error handler prevents message to be moved to poison queue by Jericho
  • #31 Messages are retried too many times by Jericho

Enhancements

  • #28 Distinct metric to track when a tenant queue is empty vs. when all queues are empty by Jericho
  • #29 Drain the memory queue when the pump is stopping by Jericho
  • #32 Replace the Moq library with NSubstitute by Jericho
  • #33 Message pump should be able to handle multiple queues by Jericho
  • #34 Allow recuring tasks to be configurable by Jericho
  • #35 Replace the internal ConcurrentQueue with a 'Channel' by Jericho
  • #36 Tenant queues should share the same blob storage for large messages by Jericho
  • #37 Allow adding multiple queue that match a specified RegEx pattern by Jericho

Contributors

1 contributors made this release possible.

Jericho

8.0.0

01 Jan 02:02
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Enhancements

  • #25 Switch to Azurite to run integration tests by Jericho
  • #27 Add a message pump that can process messages from multiple queues for multitenant scenarios by Jericho

Contributors

1 contributors made this release possible.

Jericho

7.0.0

27 Mar 17:44
Compare
Choose a tag to compare

As part of this release we had 10 commits which resulted in 1 issue being closed.

Breaking Change

  • #24 Upgrade to latest Azure storage nuget packages

v6.0.0

22 May 18:50
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Breaking Change

  • #22 Drop support for .NET 4.5.2

New Feature

  • #23 Enable SourceLink

v5.0.0

08 Feb 17:20
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Breaking Change

  • #21 Drop support for netstandard 1.0

Improvement

  • #20 Support 'split' Azure nuget packages

v4.0.0

31 May 18:46
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Improvement

  • #19 Add information about exception when a message is moved to poison queue

v3.2.0

24 May 21:44
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

New Feature

  • #18 Multi-target netstandard2.0

v3.1.0

08 May 16:46
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

New Feature

  • #17 Automatically move poison messages to another queue

v3.0.0

13 Feb 23:35
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

Breaking Change

  • #16 Remove IStorageAccount

New Feature

Improvements

  • #14 Stop fetching messages from Azure queue as soon as pump starts shutting down
  • #13 The message fetching task should not be reentrant