Releases: GDATASoftwareAG/motornet
Releases · GDATASoftwareAG/motornet
v0.7.3: Allow multiple RabbitMQ connections with different configs
Due to a bug, earlier versions of Motor.NET were unable to use different configs for configured RabbitMQ connections. With v0.7.3, this bug is now fixed.
v0.7.2 Handle quotes in version header
This fixes a problem which shows up when a message is sent via RabbitMQ by a service with >= v0.7, then passed through at least one service with <= v0.7 and later received by a service with >=v0.7.
v0.7.1 Fix version for Diagnostics Packages
Fix version in these packages:
Motor.Extensions.Diagnostics.Queue.Abstractions
Motor.Extensions.Diagnostics.Queue.Metrics
v0.7.0: Upgrade CloudEvents
- Use CloudNative CloudEvents v2.1 (breaking change: MotorCloudEvent does not extend CloudEvent anymore)
- Ensure extensions are working properly
- Introduce new format for extensions (see examples)
- Add ContentType and ContentEncoding as properties for RabbitMQ CloudEvents
- Allow overwriting of application name in
appsettings.json
- Publish metrics about unhandled messages in input queues
v0.6.15: Make v0.6 forward compatible to v0.7
Ensure that message headers in RabbitMQ are enclosed in double quotes before parsing.
v0.6.14: Support gzip compression of messages
Add gzip compression (#204) This also adds a new summary for deserialization timings, together with summaries for compression and decompression timings. Fixes #200 Co-authored-by: Florian Grieskamp <[email protected]> Co-authored-by: Phillip Kemkes <[email protected]> Co-authored-by: Florian Hockmann <[email protected]> Co-authored-by: Phillip Kemkes <[email protected]>
v0.6.13: Fix failing register of aspnet open telemetry
Signed-off-by: Jan Jansen <[email protected]>
v0.6.12 - Add support for OpenTelemetry Protocol
Bump motor.net to 0.6.12 Signed-off-by: Jan Jansen <[email protected]>
v0.6.11 - Make global ThreadPool configurable from appsettings.json
Make global ThreadPool configurable from appsettings.json
v0.6.10 - Fix TreadPoolGauge metric
- remove mocked metric test due to the lack of sense
- bump version