Skip to content

Releases: zarusz/SlimMessageBus

3.4.0-WiP

06 Dec 17:21

Choose a tag to compare

  • [Host] Adds message header filtering for consumers #447 by @t11omas
  • [Host.RabbitMq] RbbitMq server disconnection on unhandled routing keys messages #449
  • [Host.Serialization.SystemTextJson] Pass actuall message type during produce #451

3.3.6

28 Nov 11:26

Choose a tag to compare

  • Publish/Send should pass declared producer message type (Produce) even if sending derived message type #445

3.3.5

22 Oct 09:52

Choose a tag to compare

  • [Host.RabbitMQ] RabbitMQ server restart causes SlimMessageBus to lose… #437
  • [Host] Semaphore leak in ConcurrentMessageProcessorDecorator #439
  • [Host.AmazonSQS] NullReferenceException when consuming plain SQS Messages without MessageAttributes #442

3.3.4

03 Oct 08:17

Choose a tag to compare

  • [Host.AmazonSQS] Upgrade AWS SQS to v4 #435

3.3.3

19 Sep 08:23

Choose a tag to compare

  • [Host.RabbitMq] Wildcard support in routing key #432

3.3.2

01 Sep 18:54

Choose a tag to compare

  • [Host.RabbitMQ] Improve Validation and Default Exchange Handling #428
  • [Host.RabbitMQ] Improved Connection Resiliency #429
  • [Host] AutoStartConsumersEnabled not respected for child buses #430

3.3.1

27 Jul 22:26

Choose a tag to compare

  • [Host.Redis] prevent RedisListCheckerConsumer from crashing on disconnect #421 by @cyril265
  • [Host] Correct interface checks for IMessageSerializerProvider #424
  • [Host.AzureServiceBus] Create topic/queue dynamically when path param uses a non-default value #423
  • [Host.AzureServiceBus][Host.AzureEventHub] Fix the batch publish chunking iterations #426

3.3.0

21 Jun 22:11

Choose a tag to compare

  • [Host] Ensure failure to deserialize causes message to fail in the underlying transport #413
  • [Host.AmazonSQS] Add SNS support #404
  • [Host.Serialization] Allow Access to Full Message During Deserialization #408
  • [Tests] Replace FluentAssertions due to it becoming commercial #417

3.2.0

18 Apr 16:29

Choose a tag to compare

Features:

  • [Host] Ability to add assembly or type redirect for MessageType header #394
  • [Host] Expose IConsumerContext via MSDI #391
  • [Host.Memory] Let the .AutoDeclareFrom() also register services in MSDI #387
  • [Host.Memory] mbb.AutoDeclareFrom() to use message type FullName by default #400
  • [Host.Outbox.PostgreSql] Outbox provider for PostgreSql #393 by @EtherZa
  • [Host.RabbitMq] Convert ExchangeType from enum to a string #398

3.1.1

05 Apr 20:36

Choose a tag to compare

Improvements:

  • [Host.Outbox.Sql] Wrap outbox schema migration in distributed lock #383 by @EtherZa
  • [Host.Memory] Let the .AutoDeclareFrom() also register services in MSDI #387
  • Changes to the docs