Skip to content

Releases: blacklane/go-libs

middleware/v0.3.9

22 Jun 09:00
middleware/v0.3.9
a912344
Compare
Choose a tag to compare

What's Changed

  • fix(middleware): http middlewares order in #208

otel/v0.2.2

03 Feb 09:13
97df7c5
Compare
Choose a tag to compare

Fixes memory leak issue in our otel http handler

Camunda/v2.1.0: adding task complete handler

28 Sep 12:57
5400a98
Compare
Choose a tag to compare

Delete bundles from Camunda where ride date is in the past

x/events/v0.4.0

18 Aug 18:04
x/events/v0.4.0
e421896
Compare
Choose a tag to compare
  • Add meta information about the kafka message to the log context and event object (#141)

x/events/v0.3.0

14 Jul 11:19
x/events/v0.3.0
66a4aaa
Compare
Choose a tag to compare
  • Consume messages sequentially.
  • Remove KafkaConsumerConfig.WithDeliveryOrder as it's not necessary anymore. It's always ordered now.
  • Commit the offset after each message handler invocation. Make sure to NOT have enable.auto.commit=true set!
  • Use latest confluent-kafka-go v1.9.1 dependency

For details and reasoning, see #135

middleware/v0.3.0

21 Apr 09:55
4e497cc
Compare
Choose a tag to compare

This release adds a middleware to log body with filtering option.

logger/v0.6.1: adding body to logs with filtering options

11 Apr 10:45
da5b17c
Compare
Choose a tag to compare

Internal changes:

  • adding the option to log the request body with filtering keys or complete data

Middleware: adding middleware with body filtering options

13 Apr 13:10
Compare
Choose a tag to compare
middleware/v0.3.0-SNAPSHOT

[CHAR-3194] fixing test

middleware/v0.2.0 : adding Camunda subscription logger middlerware

15 Mar 22:32
0c01dce
Compare
Choose a tag to compare

This release adds Camunda subscription logger to middlerware

Camunda/v2/v2.0.0: inject context to Camunda handler

08 Feb 13:31
238c650
Compare
Choose a tag to compare

this release contains

  1. adding context to handler