Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

70 lines (47 loc) · 2.37 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

This project adheres to Semantic Versioning.

[v0.4.0] 2023-10-02

Changed

  • opentelemetry updated to 1.19.0
  • drop compatibility guarantee of Go 1.19

[v0.3.0] 2023-09-13

Changed

  • opentelemetry updated to 1.18.0

Fixed

  • stdoutlogs writer parameter was ignored

[v0.2.0] 2023-08-30

Changed

  • opentelemetry updated to 1.17.0
  • github.com/golang/protobuf/proto replaced with google.golang.org/protobuf
  • otlp/internal package moved to otlp/otlplogs/internal
  • more unit tests added

[v0.1.2] 2023-08-05

Fixed

  • reverted to all-in-one package
  • inconsistent v0.1.0 go package

[v0.1.0] 2023-08-05

Added

  • otlplogsgrpc exporter with grpc protocol
  • http/json protocol supported in otlplogshttp exporter
  • stdout logs logger
  • Package split into separate otel, sdk, exporters/otlp/otlplogs and exporters/stdout/stdoutlogs packages
  • OTEL_EXPORTER_OTLP_PROTOCOL env variable to configure grpc, http/protobuf and http/json otlp formats with OTEL logs exporter
  • autoconfigure sdk package with OTEL_LOGS_EXPORTER env variable support with none,otlp and logging options to autoconfigure logger provider

[v0.0.1] 2023-07-25

Added