NServiceBus

Build, version, and monitor better microservices with the most powerful service platform for .NET

OTHER License

Stars
2.1K
Committers
130

Bot releases are visible (Hide)

NServiceBus - 7.3.1

Published by particularbot about 4 years ago

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

Bug

  • #5757 Remove static delivery constraint

Where to get it

You can download this release from nuget.

NServiceBus - 7.4.3

Published by particularbot about 4 years ago

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

Bug

  • #5756 Remove static delivery constraint

Where to get it

You can download this release from nuget.

NServiceBus - 7.4.2

Published by particularbot about 4 years ago

As part of this release, we had 4 commits which resulted in 2 issues being closed.

Bug

  • #5731 Transport test When_error_throws might occasionally fail with an InvalidOperationException

Improvement

  • #5729 Speed up slow tests

Where to get it

You can download this release from nuget.

NServiceBus - 7.4.1

Published by particularbot about 4 years ago

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

Improvement

  • #5720 Add a better message for the obsoleted forwarding api

Where to get it

You can download this release from nuget.

NServiceBus - 7.4.0

Published by particularbot about 4 years ago

As part of this release we had 143 commits which resulted in 13 issues being closed.

Bug

  • #5689 Remove the usage of InsertAfterIfExists API

Improvements

  • #5704 Add MessageType value when it is missing from the header
  • #5703 Add more fluent Saga mapping API
  • #5702 Allow Saga correlation by message header values
  • #5698 Allow Sagas to use not-null default values for their correlation properties
  • #5695 Protecting the pipeline from modifications after the endpoint has started
  • #5694 Ensure that EndpointConfiguration is not reused after the endpoint has started
  • #5693 New API to allow starting a new conversation
  • #5688 Write the diagnostic file when duplicate entries exist
  • #5686 Obsolete ForwardReceivedMessagesTo API on EndpointConfiguration
  • #5685 Prettify the the diagnostic file content
  • #5684 Store license information in the diagnostic file
  • #5682 Improve message type convention extensibility

Where to get it

You can download this release from nuget.

NServiceBus - 7.3.0

Published by particularbot over 4 years ago

As part of this release we had 141 commits which resulted in 5 issues being closed.

New gateway persistence API

In #5574 the gateway API/Seam has been obsoleted in favor of a new gateway seam and two new packages supporting either Microsoft SQL Server or RavenDB as gateway persistence storage. Please refer to the upgrade guide for more information.

Improvements

  • #5589 License message updates
  • #5559 Add handler types and order to startup diagnostics
  • #5522 Assembly full name not sufficient in Diagnostics
  • #5468 Dont ignore IsCancellationRequested in Analyzer
  • #5467 Un-ignore When_handling_concurrent_messages test in NHibernate persistence

Where to get it

You can download this release from nuget.

NServiceBus - 7.2.4

Published by particularbot over 4 years ago

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

Bug

  • #5621 Start FeatureStartupTasks in the feature dependency order

Where to get it

You can download this release from nuget.

NServiceBus - 7.1.13

Published by particularbot over 4 years ago

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

Bug

  • #5622 Start FeatureStartupTasks in the feature dependency order

Where to get it

You can download this release from nuget.

NServiceBus - 6.5.10

Published by particularbot over 4 years ago

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

Bug

  • #5623 Start FeatureStartupTasks in the feature dependency order

Where to get it

You can download this release from nuget.

NServiceBus - 7.1.12

Published by particularbot over 4 years ago

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

Bug

  • #5586 Thread.CurrentPrincipal throws PlatformNotSupportedException on .NET Core 3.x

Where to get it

You can download this release from nuget.

NServiceBus - 7.2.3

Published by particularbot over 4 years ago

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

Bug

  • #5585 Thread.CurrentPrincipal throws PlatformNotSupportedException on .NET Core 3.x

Where to get it

You can download this release from nuget.

NServiceBus - 7.2.2

Published by particularbot over 4 years ago

As part of this release we had 99 commits which resulted in 2 issues being closed.

Bugs

  • #5554 InMemory gateway deduplication can cause message loss
  • #5488 Enabling C# 8 nullable reference types throws exception on interface messages

Where to get it

You can download this release from nuget.

NServiceBus - 7.2.1

Published by particularbot over 4 years ago

Corrupt release, use 7.2.2 instead

NServiceBus - 7.1.11

Published by particularbot over 4 years ago

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

Bug

  • #5556 InMemory gateway deduplication can cause message loss

Where to get it

You can download this release from nuget.

NServiceBus - 6.5.9

Published by particularbot over 4 years ago

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

Bug

  • #5557 InMemory gateway deduplication can cause message loss

Where to get it

You can download this release from nuget.

NServiceBus - 7.2.0

Published by particularbot almost 5 years ago

As part of this release we had 177 commits which resulted in 23 issues being closed.

Improvements

  • #5453 Give user defined licenses precedence
  • #5430 Allow disabling publish functionality
  • #5411 Add new API that allows usage of an externally managed container
  • #5401 Expose MessageId on DelayedRetryMessage
  • #5394 Add configuration API for In memory gateway deduplication persistence
  • #5393 Feature Request: Async Notifications Delegates
  • #5391 Preserving native (transport) message ID
  • #5369 Add struct support to the XML Serializer
  • #5346 Clean up GenerateImplementationFor error messages
  • #5342 Always process messages that have handlers regardless of conventions
  • #5333 Allow transports to expose native message information on the ErrorContext
  • #5327 Add discard as an option for custom recoverability policies
  • #5308 Smarter convention that discovers either solution file or .learningtransport directory
  • #5261 Improve exception when multiple persistences are configured
  • #5256 Mutating forwarded message's headers leaks into incoming headers
  • #5239 Use of StringBuilder.AppendLine often causes empty lines in the log
  • #5229 TransportTests do not invoke PreStartupChecks
  • #5207 Clarify that queue creation happens before startup checks
  • #5111 Check saga correlation property value on messages earlier in the pipeline
  • #4119 Write log entry when publishing without subscribers when message driven pubsub is used
  • #3764 Enhance SendOptions documentation
  • #3621 Minor V6 Naming Inconsistencies in the Pipeline
  • #2609 When logging a message processing failure, include message type
  • #5445 Add additional exception information

Where to get it

You can download this release from nuget.

NServiceBus - 6.5.8

Published by particularbot over 5 years ago

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

Bug

  • #5396 Memory leak in InMemoryGatewayDeduplication results in OutOfMemoryException

Where to get it

You can download this release from nuget.

NServiceBus - 7.1.10

Published by particularbot over 5 years ago

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

Bug

  • #3564 Memory leak in InMemoryGatewayDeduplication results in OutOfMemoryException

Where to get it

You can download this release from nuget.

NServiceBus - 6.5.7

Published by particularbot over 5 years ago

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

Bug

  • #5387 Using callbacks to reply with Int or Enums is broken

Where to get it

You can download this release from nuget.

NServiceBus - 7.1.9

Published by particularbot over 5 years ago

As part of this release we had 2 commits.

Bug

  • #5382 Interface messages created with IMessageCreator can't be routed

Where to get it

You can download this release from nuget.