Releases: agoda-com/opentelemetry-logs-go
Releases · agoda-com/opentelemetry-logs-go
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
v0.1.0
First stable release with most opentelemetry specification features supported
What's Changed
Added
- otlplogsgrpc exporter with
grpc
protocol http/json
protocol supported in otlplogshttp exporterstdout
logs logger- Package split into separate
otel
,sdk
,exporters/otlp/otlplogs
andexporters/stdout/stdoutlogs
packages OTEL_EXPORTER_OTLP_PROTOCOL
env variable to configuregrpc
,http/protobuf
andhttp/json
otlp formats with OTEL logs exporterautoconfigure
sdk package withOTEL_LOGS_EXPORTER
env variable support withnone
,otlp
andlogging
options to autoconfigure logger provider