Skip to content

Latest commit

 

History

History
79 lines (46 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

79 lines (46 loc) · 2.24 KB

Changelog

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

Fixed

  • 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 version 0.8 and broadway_dashboard in the version 0.4.0.

    Thanks @HarisudhanRavi.

0.4.0 - 2023-06-28

Added

  • Add support for Phoenix LiveDashboard ~> 0.8.0. Now this is the only supported version. Thanks @moxley.

Fixed

  • Improve Telemetry performance by using a handler with module name. Thanks @louisvisser.

Removed

  • Remove support for previous versions of Phoenix LiveDashboard. Now only v0.8 is supported.

0.3.0 - 2022-10-03

Added

  • Add support for Phoenix LiveDashboard ~> 0.7.0. Thanks @walter.

Removed

  • Remove support for Elixir v1.11. Thanks @walter.

0.2.2 - 2021-10-21

Added

  • Add support for Phoenix LiveDashboard ~> 0.6.0

0.2.1 - 2021-09-08

Fixed

  • Fix crash when a pipeline is named using :via.

0.2.0 - 2021-09-07

Added

  • Add support for Broadway names that are pids or named using :via.

0.1.0 - 2021-08-30

Added

  • Initial release of Broadway Dashboard.