Releases: GDATASoftwareAG/motornet
Releases · GDATASoftwareAG/motornet
v0.14.0 — Update Telemetry Stack
What's Changed
- Release v0.13.2 by @rngcntr in #979
- Bump TestContainers.Kafka from 3.5.0 to 3.6.0 by @dependabot in #980
- fix log message for event UnexpectedErrorOnMessageProcessing by @svkeller in #982
- Fix broken OpenTelemetryProtocol exporter by @rngcntr in #988
Full Changelog: v0.13.2...v0.14.0
v0.14.0-rc1 — Update Telemetry Stack
What's Changed
- Release v0.13.2 by @rngcntr in #979
- Bump TestContainers.Kafka from 3.5.0 to 3.6.0 by @dependabot in #980
- fix log message for event UnexpectedErrorOnMessageProcessing by @svkeller in #982
- Fix broken OpenTelemetryProtocol exporter by @rngcntr in #988
Full Changelog: v0.13.2...v0.14.0-rc1
v0.13.2 — Ensure service remains healthy with rare messages
What's Changed
Dependency Updates
- Bump Microsoft.AspNetCore.Mvc.Testing from 7.0.9 to 7.0.10 by @dependabot in #945
- Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.1 by @dependabot in #946
- Bump CloudNative.CloudEvents.Kafka from 2.6.0 to 2.7.0 by @dependabot in #947
- Bump Quartz from 3.6.3 to 3.7.0 by @dependabot in #948
- Bump Microsoft.Extensions.Http.Polly from 7.0.9 to 7.0.10 by @dependabot in #949
- Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 by @dependabot in #950
- Bump TestContainers.Kafka from 3.3.0 to 3.5.0 by @dependabot in #953
- Bump Sentry.Serilog from 3.34.0 to 3.39.0 by @dependabot in #954
- Bump CloudNative.CloudEvents from 2.7.0 to 2.7.1 by @dependabot in #955
- Bump Microsoft.AspNetCore.Mvc.Testing from 7.0.10 to 7.0.11 by @dependabot in #956
- Bump AWSSDK.SQS from 3.7.200.9 to 3.7.200.39 by @dependabot in #957
- Bump Grpc.Tools from 2.56.2 to 2.58.0 by @dependabot in #958
- Bump Moq from 4.18.4 to 4.20.69 by @dependabot in #959
- Bump xunit from 2.5.0 to 2.5.1 by @dependabot in #960
- Bump Sentry.Serilog from 3.39.0 to 3.39.1 by @dependabot in #961
- Bump OpenTelemetry.Exporter.Console from 1.5.1 to 1.6.0 by @dependabot in #962
- Bump CloudNative.CloudEvents.SystemTextJson from 2.7.0 to 2.7.1 by @dependabot in #963
- Bump Google.Protobuf from 3.23.4 to 3.24.3 by @dependabot in #964
- Bump TestContainers from 3.4.0 to 3.5.0 by @dependabot in #965
- Bump AWSSDK.SQS from 3.7.200.39 to 3.7.200.46 by @dependabot in #966
- Bump Microsoft.Extensions.Http.Polly from 7.0.10 to 7.0.11 by @dependabot in #967
- Bump Microsoft.Extensions.Diagnostics.HealthChecks from 7.0.9 to 7.0.11 by @dependabot in #968
- Bump Polly from 7.2.4 to 8.2.0 by @dependabot in #975
Full Changelog: v0.13.1...v0.13.2
v0.13.1
v0.13.0 Report message_processing in all services
What's Changed
- Auto merge Dependabot PRs for minor&patch updates by @FlorianHockmann in #784
- Let all services report message_processing timings by @rngcntr in #941
Full Changelog: v0.12.0...v0.13.0
Breaking Changes
- The Prometheus metric
message_processing_total
has been retired. Please usemessage_processing_count
instead. - The Prometheus Client added new method overloads for creating metrics. In contrast to previous versions, supplying only one label to
params labelNames
will result in a different method call with a different return type. As a fix, passnew [] {"someLabel"}
instead of"someLabel"
.
v0.12.0 - Improve Kafka Consumer
What's Changed
- Upgrade to TestContainers v3.0.0 by @rngcntr in #776
- Kafka commit issues #773 by @pstadermann in #774
New Contributors
- @pstadermann made their first contribution in #774
Full Changelog: v0.11.1...v0.12.0
v0.11.1 - Handle ProcessedMessageStatus in KafkaConsumer
What's Changed
Full Changelog: v0.11.0...v0.11.1
v0.11.0 - Upgrade to .NET 7.0
v0.10.6 - Limit number of concurrent messages for Kafka consumer
What's Changed
- Limit number of concurrent messages for Kafka consumer
Full Changelog: v0.10.5...v0.10.6
update prometheus client
v0.10.5 Bump package version in shared.csproj