View Source Changelog
v1-1-0-2022-10-16
v1.1.0 (2022-10-16)
features
Features
- Remove usage of the transitive dependency Optimal by @kamilkowalski in https://github.com/spandex-project/spandex_phoenix/pull/44
- Add span opts in router dispatch by @davidjulien in https://github.com/spandex-project/spandex_phoenix/pull/58
bug-fixes
Bug Fixes
- Differentiate telemetry handlers using endpoint_prefix so that we can define multiple by @cheerfulstoic in https://github.com/spandex-project/spandex_phoenix/pull/60
chores
Chores
- Clean up unnecessary dev/test dependencies and use latest Elixir in CI by @GregMefford in https://github.com/spandex-project/spandex_phoenix/pull/53
- Misc doc changes by @kianmeng in https://github.com/spandex-project/spandex_phoenix/pull/47
- Update example in readme by @alexgaribay in https://github.com/spandex-project/spandex_phoenix/pull/56
- README Update by @barberj in https://github.com/spandex-project/spandex_phoenix/pull/57
new-contributors
New Contributors
- @kianmeng made their first contribution in https://github.com/spandex-project/spandex_phoenix/pull/47
- @alexgaribay made their first contribution in https://github.com/spandex-project/spandex_phoenix/pull/56
- @barberj made their first contribution in https://github.com/spandex-project/spandex_phoenix/pull/57
- @davidjulien made their first contribution in https://github.com/spandex-project/spandex_phoenix/pull/58
- @cheerfulstoic made their first contribution in https://github.com/spandex-project/spandex_phoenix/pull/60
v1-0-6-2021-10-23
v1.0.6 (2021-10-23)
- fix: function :functionclause._struct/0 is undefined by @fuelen in https://github.com/spandex-project/spandex_phoenix/pull/43
- Tweak router exception handling and CI clean-up by @GregMefford in https://github.com/spandex-project/spandex_phoenix/pull/45
- Update maintainers and sponsor link by @GregMefford in https://github.com/spandex-project/spandex_phoenix/pull/50
v1-0-5-2020-11-25
v1.0.5 (2020-11-25)
bug-fixes-1
Bug Fixes:
System.stacktrace() -> STACKTRACE
UnsupportedMediaTypeError not an error span
v1-0-4-2020-09-11
v1.0.4 (2020-09-11)
bug-fixes-2
Bug Fixes:
- Close span instead of trace on router exception
v1-0-3-2020-07-15
v1.0.3 (2020-07-15)
bug-fixes-3
Bug Fixes:
- filter traces
v1-0-2-2020-07-13
v1.0.2 (2020-07-13)
bug-fixes-4
Bug Fixes:
- Allow traces to be filtered in telemetry (#33)
v1-0-1-2020-07-12
v1.0.1 (2020-07-12)
bug-fixes-5
Bug Fixes:
- support phx 1.5 properly
v1-0-0-2020-07-01
v1.0.0 (2020-07-01)
breaking-changes
Breaking Changes:
- Add Phx 1.5 Telemetry Handlers (#26)
v0-4-2-2020-5-26
v0.4.2 (2020-5-26)
bug-fixes-6
Bug Fixes:
- update spandex version dependency
v0-4-1-2019-5-14
v0.4.1 (2019-5-14)
bug-fixes-7
Bug Fixes:
v0-4-0-2019-4-2
v0.4.0 (2019-4-2)
features-1
Features:
- Normalize Phoenix.NoRouteErrors into a single resource name, "Not Found"
v0-3-2-2019-2-4
v0.3.2 (2019-2-4)
bug-fixes-8
Bug Fixes:
- decode URI's properly
v0-3-1-2018-12-20
v0.3.1 (2018-12-20)
bug-fixes-9
Bug Fixes:
- Configure tracer runtime instead of compile time
v0-3-0-2018-11-19
v0.3.0 (2018-11-19)
bug-fixes-10
Bug Fixes:
- Return a conn when the request is filtered
features-2
Features:
- Add a Plug wrapper to trace requests
bug-fixes-11
Bug Fixes:
- Require at least Plug 1.3
0-2-1-2018-11-10
0.2.1 (2018-11-10)
bug-fixes-12
Bug Fixes:
Require at least Plug 1.3
We depend on
Plug.Conn.path_params
, which was added in Plug 1.3.0.
0-2-0-2018-11-8
0.2.0 (2018-11-8)
features-3
Features:
- Add a Plug wrapper to trace requests
0-1-1-2018-10-15
0.1.1 (2018-10-15)
bug-fixes-13
Bug Fixes:
- Indirectly call Tracer to remove compiler warnings (#1)
0-1-0-2018-09-15
0.1.0 (2018-09-15)
features-4
Features:
- Initial release! 🚀 🎉