View Source Changelog

1.2.2 (2023-08-10)

Miscellaneous

1.2.1 (2023-08-01)

Miscellaneous

  • Add elixir 1.15 to CI tests (#21) (d43b381)
  • Migrate to internal FNV module (#22) (e3f6f91)
  • Setup common config elixir (180752d)
  • Sync files with stordco/common-config-elixir (#23) (a1360fd)

1.2.0 (2023-07-10)

Features

  • allow tracking kafka produce and consume offsets (#18) (ebab69b)

1.1.2 (2023-06-05)

Bug Fixes

  • defensive code around container logic (#16) (97d770b)

1.1.1 (2023-06-05)

Bug Fixes

  • set span attribute to pathway hash (#14) (94ca3fd)

1.1.0 (2023-05-23)

Features

  • add container id to transport headers (#12) (4d58826)

1.0.0 (2023-04-06)

⚠ BREAKING CHANGES

  • Package and application configuration is now under data_streams instead of dd_data_streams

Features

  • add basic implementation of ddsketch (#1) (125b5ed)
  • add basic kafka tracking support with data streams (#3) (bfc6a0b)
  • add LICENSE file (#11) (6c5668f)
  • link open telemetry span to current pathway context (#5) (e0ed9b2)
  • rename dd_data_streams to data_streams (#9) (a0d1742)

Bug Fixes

  • add case for error http status (#8) (ef4a95d)
  • ci: update PR title regex check (64ef99f)
  • dialyzer warnings for kafka integration map (18bf936)
  • filter out nil values from kafka integration tags (b33926f)
  • update kafka integration to not set context on produce (#7) (6807b6d)
  • update otel resource service configuration (adb9890)
  • update tag logic to be more consistant (#4) (48d13df)

Changelog