Releases: delivery-much/dm-go
Releases · delivery-much/dm-go
Add request lib
Added the request library, used to facilitate making HTTP requests and handling the response.
What's Changed
- Add request lib by @lucasrochagit in #21
Full Changelog: v0.7.3...v0.8.0
Improve Tracing
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
Full Changelog: v0.7.2...v0.7.3
Improve mongo monitor setup
What's Changed
Full Changelog: v0.7.1...v0.7.2
Remove middleware acting on /health
optel: Add endpoint configuration field
What's Changed
Full Changelog: v0.6.0...v0.7.0
OpenTelemetry integration
- Add the optel package, for monitoring http tracing and mongoDB
What's Changed
Full Changelog: v0.5.0...v0.6.0
Treat log instantiation before logging with no context
- Only logs when the library is instantiated when logging with no context
Treat log instantiation before logging
- Only logs when the library is instantiated
New context treatment on logger package
- Adds the capability to provide context to the log