Releases: UltimateSoftware/surge
Releases · UltimateSoftware/surge
Surge v0.5.41
Changes In This Version
- Propagate current span through futures, remove tracing from a couple of actors with timer based messages (#127) @jeffboutotte
New Features
- Add serialization / deserialization to SurgeFormatting (#123) @zachary-rote
- generics with kafkaproducer (#122) @zachary-rote
Surge v0.5.40
Changes In This Version
- Don't nest RouterActor under another actor (#125) @jeffboutotte
Surge v0.5.39
Changes In This Version
- Add error logging for unhandled exceptions in RouterActor (#124) @jeffboutotte
- Allow closing the KafkaAdminClient (#119) @jeffboutotte
- MDC Propagation Docs (#120) @prateekatknoldus
- Turn off java serialization (#118) @EldarKZ16
- Remove some unused configuration related to replay (#117) @jeffboutotte
- Add health check grpc command (#99) @EldarKZ16
- Add Concurrency setting to GH Workflows (#116) @garyKeorkunian
Bug Fixes
- fix flaky surgemessagepipelinespec (#111) @zachary-rote
Surge v0.5.38
Changes In This Version
- Record a count metric for any rate sensors (#115) @jeffboutotte
Surge v0.5.37
Changes In This Version
- Surge Multi Language: fix small bug in server and add README (#112) @sebastianharko
- Update README.md (#113) @sebastianharko
- Add unit tests for the MultilanguageGatewayService (#110) @EldarKZ16
- Some fixes (#108) @sebastianharko
- MDC context propagation in futures (#109) @satyender071
- Propagate MDC between actors (#31) @jeffboutotte
Bug Fixes
- Fix an assertion in the PersistentActor to allow the SurgeEventModel to work (#114) @jeffboutotte
- fix flaky producer fencing spec (#106) @zachary-rote
Surge v0.5.36
Surge v0.5.35
Changes In This Version
- don't use transactions if writing single messages (#105) @ckmcd
- surge metrics integration with influx and micrometer (#89) @satyender071
- Address-flakey-build (#101) @zachary-rote
Surge v0.5.34
Changes In This Version
- Add support for AsyncEventModel to the javadsl (#104) @jeffboutotte
- Add support for javadsl AsyncAggregateCommandModel (#102) @jeffboutotte
- Add scala sample (#98) @EldarKZ16
Surge v0.5.33
Changes In This Version
- Explicitly respond with health check status from ProducerActor in fenced state (#100) @jeffboutotte
- Working version of multilanguage concept (#97) @sebastianharko