Skip to content

Releases: GDATASoftwareAG/motornet

v0.9.6 - Reduce Sentry Alerts

22 Feb 06:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.5...v0.9.6

v0.9.5 - Support TLS for RabbitMQ

17 Jan 14:53
Compare
Choose a tag to compare

What's Changed

  • Support TLS for RabbitMQ connections by @baez90 in #429

Full Changelog: v0.9.4...v0.9.5

v0.9.4 - Refactor time

16 Dec 09:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3 - Rework Sentry to use Serilog

07 Dec 10:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

V0.9.2 - Add Sentry support to Motor.NET

30 Nov 13:48
Compare
Choose a tag to compare
Configure Sentry

Signed-off-by: Jan Jansen <jan.jansen@gdata.de>

V0.9.1 - Support .net 6

25 Nov 13:49
Compare
Choose a tag to compare

v0.8.2: Allow Bridges to handle encoded messages

25 Oct 09:03
7c67d21
Compare
Choose a tag to compare
  • Ignore content encoding in bridge service
  • Fix RequireValid attribute to catch null values in collection properties

Full Changelog: v0.8.1...v0.8.2

v0.8.1: Allow custom healthcheck names for output services

03 Sep 09:31
Compare
Choose a tag to compare

It was previously not possible to give the Motor.NET healthchecks a custom name for output services. This made it impossible to create an application with more than one output service as their healthcheck names would conflict.

NATS consumer

24 Aug 13:51
8d011c0
Compare
Choose a tag to compare

Adds a NATS consumer

v0.7.4: Publish typed data instead of base64 encoded byte array

09 Aug 06:11
900a3d5
Compare
Choose a tag to compare

If the data type is a byte array, earlier v0.7 versions would publish base64 encoded raw data instead of the string representation of the array. This mistake was introduced in v0.7.0 by the use of EncodeBinaryModeEventData.