v1.1.6
Point release containing additional functionality and bug fixes
Improvements
- Transactional outbox configuration #37
- Transactional outbox metrics #202
- The ability for producers to specify an idempotency key on the BusMessage. #106
Fixed Issues
- Messages get re-queued When GlobalRawMessageHandler returns an error #188
- AMQP channel shuts down when the GlobalRawMessageHandler returns an error #187
- Wrong started by saga identifier value was set when creating a new saga #194
- When a saga instance is not found in the saga store do not reject the message #196
- The target service was not resolved properly in SagaInvocation #195
- Saga store log entries do not contain the _service field #206
- Logger is lost at initialization #200
- Outbox stops trying sending a message after 50 attempts #203
- Handlers not resolved properly for messages returned from dead lettering #191
- migration entry with incorrect name #212
- Not all contextual data was logged when invoking handlers #217