All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.1 - 2024-01-09
-
Fix navigation problem when there is multiple pipelines.
It was not displaying the "second" pipeline correctly when the user navigate to it. The issue affected users with
phoenix_live_dashboard
version0.8
andbroadway_dashboard
in the version0.4.0
.Thanks @HarisudhanRavi.
0.4.0 - 2023-06-28
- Add support for Phoenix LiveDashboard
~> 0.8.0
. Now this is the only supported version. Thanks @moxley.
- Improve Telemetry performance by using a handler with module name. Thanks @louisvisser.
- Remove support for previous versions of Phoenix LiveDashboard. Now only
v0.8
is supported.
0.3.0 - 2022-10-03
- Add support for Phoenix LiveDashboard
~> 0.7.0
. Thanks @walter.
- Remove support for Elixir v1.11. Thanks @walter.
0.2.2 - 2021-10-21
- Add support for Phoenix LiveDashboard
~> 0.6.0
0.2.1 - 2021-09-08
- Fix crash when a pipeline is named using
:via
.
0.2.0 - 2021-09-07
- Add support for Broadway names that are pids or named using
:via
.
0.1.0 - 2021-08-30
- Initial release of Broadway Dashboard.