From d7d8ff0fa3c8064743d2b561387bb3f88b0bd2c1 Mon Sep 17 00:00:00 2001 From: Marc Delagrammatikas Date: Wed, 17 May 2023 17:55:50 -0700 Subject: [PATCH] v1.4.1 --- CHANGELOG.md | 12 ++++++++++++ mix.exs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f01e6f..104c0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # OpenTelemetryDecorator +## v1.4.1 + +### Features + +- Adds span set attribute helper that treats attributes the same way `:include` does (currently `inspects` anything it doesn't know how to handle) (thanks @ulissesalmeida) +- Updates :include attribute validator to allow nested string keys (thanks @leggebroten) + +### Bug fixes + +- Fixes an issue where indexing into a nested struct via `:include` would crash due to a `*Struct* does not implement the Access behaviour` error +- Protect against context corruption (thanks @leggebroten) + ## v1.4.0 ### API diff --git a/mix.exs b/mix.exs index 6c5683c..e0be45c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OpenTelemetryDecorator.MixProject do use Mix.Project - @version "1.4.0" + @version "1.4.1" @github_page "https://github.com/marcdel/open_telemetry_decorator" def project do