Skip to content

Releases: delivery-much/dm-go

Add request lib

01 Oct 13:53
89b26a8
Compare
Choose a tag to compare

Added the request library, used to facilitate making HTTP requests and handling the response.

What's Changed

Full Changelog: v0.7.3...v0.8.0

Improve Tracing

01 Jul 11:54
314907b
Compare
Choose a tag to compare

Added the StartTrackEntrypoint function that starts a span and return the context. This is necessary in situations where the trace is not being started at the router (e.g amqp consumers and redis notifications)

What's Changed

  • Plt 672 better trace tracking by @cirow in #20

Full Changelog: v0.7.2...v0.7.3

Improve mongo monitor setup

05 Jun 19:37
d385916
Compare
Choose a tag to compare

What's Changed

  • Mongo Monitor is only set if traceExporter is instantiated @cirow in #19

Full Changelog: v0.7.1...v0.7.2

Remove middleware acting on /health

29 May 15:03
05ef0b7
Compare
Choose a tag to compare

What's Changed

  • do not add reqId to /health calls by @cirow in #18

Full Changelog: v0.7.0...v0.7.1

optel: Add endpoint configuration field

28 May 13:59
548d0d1
Compare
Choose a tag to compare

What's Changed

  • endpoint and protocol required in config by @cirow in #17

Full Changelog: v0.6.0...v0.7.0

OpenTelemetry integration

14 May 12:50
882af59
Compare
Choose a tag to compare
  • Add the optel package, for monitoring http tracing and mongoDB

What's Changed

  • Plt 644 opentelemetry integration by @cirow in #16

Full Changelog: v0.5.0...v0.6.0

Treat log instantiation before logging with no context

06 Dec 15:00
06b2176
Compare
Choose a tag to compare
  • Only logs when the library is instantiated when logging with no context

#15

Treat log instantiation before logging

04 Jul 14:22
711744c
Compare
Choose a tag to compare
  • Only logs when the library is instantiated

#14

New context treatment on logger package

25 May 17:25
21733b4
Compare
Choose a tag to compare
  • Adds the capability to provide context to the log

#13

v0.2.0

28 Jul 16:46
5c48c19
Compare
Choose a tag to compare

Added nrgin middleware integration and update to golang v1.18