Changelog View Source
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased]
[0.12.2] - 2022-05-07
Fixed
- Fix compile issue for missing id attribute #117 by @williamweckl
[0.12.1] - 2022-02-15
Added
- Support phoenix_live_view 0.17 #109 by @ananthakumaran
- Add :live_session_on_mount option #110 by @neslinesli93
- Add toggle switch per node to unsubscibe from all queues #114 by @ananthakumaran
Changed
- Use relative time format #113 by @ananthakumaran
- improve table layout #111 by @ananthakumaran
[0.12.0] - 2021-12-12
Changed
- Complete rewrite using Phoenix Liveview #102 by @ananthakumaran!! NOTE: Needs upgrade of Exq to 0.16.0.
Fixed
Added
- Add more options to scheduled and retry page #104 by @ananthakumaran
[0.11.1] - 2021-09-06
Fixed
- Avoid JsonApi module class by adding ExqUi prefix by @yknx4
- Fix warming on Erlang release greater than 21 by @AllanKlaus
- Fix busy tab display by Chau Hong Linh
Changed
- Upgrade Ember CLI by Chau Hong Linh
Added
- Add visibility into failed jobs by @drteeth #77