Skip to content

Releases: primait/teleplug

1.1.3-rc.0

19 Dec 12:49
ca40ea8
Compare
Choose a tag to compare
  • 1.1.3-rc.0 (#127) by Simone Cottini
  • [PLATFORM-1394]: Migrate teleplug to GHA (#125) by Simone Cottini
  • Bump plug from 1.15.1 to 1.15.2 (#124) by dependabot[bot]
  • Bump ex_doc from 0.30.8 to 0.30.9 (#122) by dependabot[bot]
  • Bump dialyxir from 1.4.1 to 1.4.2 (#123) by dependabot[bot]
  • Bump ex_doc from 0.30.6 to 0.30.8 (#121) by dependabot[bot]
  • Bump plug from 1.15.0 to 1.15.1 (#119) by dependabot[bot]
  • Bump credo from 1.7.0 to 1.7.1 (#118) by dependabot[bot]
  • Bump plug from 1.14.2 to 1.15.0 (#117) by dependabot[bot]
  • Bump dialyxir from 1.4.0 to 1.4.1 (#116) by dependabot[bot]
  • Bump dialyxir from 1.3.0 to 1.4.0 (#115) by dependabot[bot]
  • Bump ex_doc from 0.30.5 to 0.30.6 (#114) by dependabot[bot]
  • Bump opentelemetry from 1.3.0 to 1.3.1 (#112) by dependabot[bot]
  • Bump ex_doc from 0.30.4 to 0.30.5 (#111) by dependabot[bot]
  • Bump ex_doc from 0.30.3 to 0.30.4 (#110) by dependabot[bot]
  • Bump ex_doc from 0.30.2 to 0.30.3 (#109) by dependabot[bot]
  • Bump ex_doc from 0.30.1 to 0.30.2 (#108) by dependabot[bot]
  • Bump ex_doc from 0.29.4 to 0.30.1 (#107) by dependabot[bot]
  • Bump opentelemetry_exporter from 1.5.0 to 1.6.0 (#106) by dependabot[bot]
  • Bump opentelemetry_exporter from 1.4.1 to 1.5.0 (#105) by dependabot[bot]
  • Bump opentelemetry_exporter from 1.4.0 to 1.4.1 (#104) by dependabot[bot]
  • Bump dialyxir from 1.2.0 to 1.3.0 (#103) by dependabot[bot]

1.1.3

04 Apr 09:55
bac6a48
Compare
Choose a tag to compare

Changed

  • Fix versioning of telemetry dependency

Commits

  • Prepare release (#102) by Cristiano Piemontese
  • [PLATFORM-1048]: Fix teleplug telemetry dependency (#101) by Cristiano Piemontese
  • Bump ex_doc from 0.29.3 to 0.29.4 (#100) by dependabot[bot]
  • Bump plug from 1.14.1 to 1.14.2 (#99) by dependabot[bot]

1.1.2

23 Mar 10:58
78ec025
Compare
Choose a tag to compare

Added

  • Set span status to error if the returned http status code is 5xx

Commits

  • Bump for release (#98) by MaeIsBad
  • Bump credo from 1.6.7 to 1.7.0 (#97) by dependabot[bot]
  • Bump ex_doc from 0.29.2 to 0.29.3 (#96) by dependabot[bot]
  • Bump plug from 1.14.0 to 1.14.1 (#95) by dependabot[bot]
  • [PLATFORM-1009]: Set status to error if http status code is 5xx (#94) by MaeIsBad

1.1.1

10 Mar 09:10
3821490
Compare
Choose a tag to compare

Added

  • Usage of the opentelemetry_semantic_conversion auto-generated library to ensure proper conventions are followed

Changed

  • Changed client attributes to proper server attributes
    • "net.peer.ip" is now "net.sock.peer.addr"
    • "net.peer.port" is now "net.sock.peer.port"

Removed

  • "http.host" attribute as it is non standard, and already covered by "net.host.name"

Commits

  • bump for release (#93) by Cristiano Piemontese
  • [PLATFORM-992]: Ensure alignment of traces semantic convention (#92) by Cristiano Piemontese
  • Bump ex_doc from 0.29.1 to 0.29.2 (#91) by dependabot[bot]
  • Bump opentelemetry_exporter from 1.3.0 to 1.4.0 (#90) by dependabot[bot]
  • Bump telemetry from 1.2.0 to 1.2.1 (#88) by dependabot[bot]
  • Bump opentelemetry from 1.2.0 to 1.2.1 (#87) by dependabot[bot]
  • Bump telemetry from 1.1.0 to 1.2.0 (#86) by dependabot[bot]
  • Bump telemetry from 1.0.0 to 1.1.0 (#85) by dependabot[bot]
  • Bump opentelemetry_exporter from 1.2.2 to 1.3.0 (#82) by dependabot[bot]
  • Bump opentelemetry from 1.1.2 to 1.2.0 (#84) by dependabot[bot]
  • Bump telemetry from 1.0.0 to 1.1.0 (#81) by dependabot[bot]
  • [PLATFORM-792]: Investigate broken dependency bumps (#80) by Cristiano Piemontese
  • Bump credo from 1.6.6 to 1.6.7 (#67) by dependabot[bot]
  • Bump ex_doc from 0.28.4 to 0.29.1 (#77) by dependabot[bot]
  • Create CODEOWNERS (#76) by Cristiano Piemontese

1.1.0

21 Sep 15:03
93fe9a3
Compare
Choose a tag to compare

Changed

  • Teleplug does not set opentelemetry-related Logger metadata anymore, because
    The OpenTelemetry API/SDK itself does that automatically since 1.1.0.
    If you're upgrading to Teleplug 1.1.0, it is therefore recommended to also upgrade to OpenTelemetry API 1.1.0

Commits

  • Don't set Logger metadata (#69) by Leonardo Donelli

1.0.1

05 Sep 10:56
3245cec
Compare
Choose a tag to compare

Relax version contraints for opentelemetry dependencies (#66)

1.0.0

28 Jan 09:41
dd864bc
Compare
Choose a tag to compare

Bump opentelemetry deps to 1.0.0

1.0.0-rc.9

29 Oct 15:51
Compare
Choose a tag to compare

Add datadog specific logger metadata

1.0.0-rc.8

25 Oct 10:22
Compare
Choose a tag to compare

Fix http.route tag

1.0.0-rc.7

19 Oct 15:51
7bcd7e2
Compare
Choose a tag to compare

Bump opentelemetry deps to 1.0.0-rc.3