Releases: agoda-com/opentelemetry-logs-go
Releases · agoda-com/opentelemetry-logs-go
v0.6.0
What's Changed
- update opentelemetry to 1.34.0 by @chameleon82 in #41
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
Changed
- update otel to 1.25 by @chameleon82 in #36
Removed
- drop support for Go 1.20 by @chameleon82 in #36
v0.4.3
Fixed
- race on batch processing (#30) @chameleon82
v0.4.2
Fixed
- accept any 2xx status code in otlplogshttp client (#26) @simonswine
- show the error body when status code is unknown (#27) @simonswine
- grpc rapid-reset vulnerability (#28) @chameleon82
v0.4.1
Fixed
- autoconfiguration always emit error message on initialization @chameleon82
- fix variables and private methods names @chameleon82
- merge the logRecord resources with those provided by the logProvider @def
v0.4.0
Changed
- opentelemetry updated to 1.19.0 @chameleon82
- drop compatibility guarantee of Go 1.19 @chameleon82
v0.3.0
Changed
- opentelemetry update to 1.18.0 @chameleon82
Fixed
- stdoutlogs writer parameter was ignored @chameleon82
v0.2.0
What's Changed
Changed
- opentelemetry update to 1.17.0
github.com/golang/protobuf/proto
replaced withgoogle.golang.org/protobuf
otlp/internal
package moved tootlp/otlplogs/internal
- more unit tests added
v0.1.2
What's Changed
- revert to all-in-one package