Releases: GDATASoftwareAG/motornet
Releases · GDATASoftwareAG/motornet
v0.9.6 - Reduce Sentry Alerts
What's Changed
- Bump Polly from 7.2.2 to 7.2.3 by @dependabot in #431
- Bump Sentry.Serilog from 3.12.3 to 3.13.0 by @dependabot in #425
- Bump Google.Protobuf from 3.19.2 to 3.19.3 by @dependabot in #426
- Bump CloudNative.CloudEvents.SystemTextJson from 2.1.1 to 2.2.0 by @dependabot in #439
- Bump coverlet.collector from 3.1.0 to 3.1.2 by @dependabot in #445
- Bump Google.Protobuf from 3.19.3 to 3.19.4 by @dependabot in #434
- Bump TestContainers.Container.Abstractions from 1.5.1 to 1.5.2 by @dependabot in #437
- Bump OpenTelemetry.Instrumentation.AspNetCore from 1.0.0-rc8 to 1.0.0-rc9 by @dependabot in #436
- Bump Microsoft.Extensions.Http.Polly from 6.0.1 to 6.0.2 by @dependabot in #451
- Bump Microsoft.Extensions.Configuration.EnvironmentVariables from 6.0.0 to 6.0.1 by @dependabot in #453
- Bump Microsoft.Extensions.Diagnostics.HealthChecks from 6.0.1 to 6.0.2 by @dependabot in #450
- Bump NATS.Client from 0.14.4 to 0.14.5 by @dependabot in #449
- Bump AWSSDK.SQS from 3.7.2.10 to 3.7.2.21 by @dependabot in #448
- Bump CloudNative.CloudEvents.Kafka from 2.1.1 to 2.2.0 by @dependabot in #442
- Bump OpenTelemetry.Extensions.Hosting from 1.0.0-rc8 to 1.0.0-rc9 by @dependabot in #440
- Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 by @dependabot in #455
- Bump OpenTelemetry.Instrumentation.Http from 1.0.0-rc8 to 1.0.0-rc9 by @dependabot in #438
- Bump RabbitMQ.Client from 6.2.2 to 6.2.3 by @dependabot in #457
- Bump Sentry.Serilog from 3.13.0 to 3.14.1 by @dependabot in #459
- Bump Grpc.Tools from 2.43.0 to 2.44.0 by @dependabot in #460
- Bump CloudNative.CloudEvents from 2.1.1 to 2.2.0 by @dependabot in #441
- Bump System.Text.Json from 6.0.1 to 6.0.2 by @dependabot in #458
- Bump Microsoft.Extensions.Hosting from 6.0.0 to 6.0.1 by @dependabot in #456
- Bump Microsoft.AspNetCore.Mvc.Testing from 6.0.1 to 6.0.2 by @dependabot in #454
- Reduce sentry alerts by @farodin91 in #452
Full Changelog: v0.9.5...v0.9.6
v0.9.5 - Support TLS for RabbitMQ
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
v0.9.3 - Rework Sentry to use Serilog
V0.9.2 - Add Sentry support to Motor.NET
Configure Sentry Signed-off-by: Jan Jansen <[email protected]>
V0.9.1 - Support .net 6
v0.8.2: Allow Bridges to handle encoded messages
- 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
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
Adds a NATS consumer
v0.7.4: Publish typed data instead of base64 encoded byte array
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
.