Releases: akira/exq_ui
Releases · akira/exq_ui
Handle websocket reconnects
Support LiveView 0.19
What's Changed
- Fix get env warning. by @williamweckl in #140
- Add support for phoenix 1.7 verified routes by @ananthakumaran in #143
- Support LiveView 0.19 and upgrade to node18 by @ananthakumaran in #145
Breaking Changes
- Drop support for LiveView 0.17
Full Changelog: v0.13.0...v0.14.0
Update to LiveView 0.18, Add EXQ Scheduler UI support
[0.13.0] - 2022-11-25
Added
- Add support for exq_scheduler on UI #124 by @ananthakumaran
Changed
- Add support for phx-live 0.18 #125 by @ananthakumaran
Breaking Changes
- Drop support for LiveView 0.16
respect live_socket_path config
Support for LiveView 0.17, unsubscribe, and live_session_on_mount option
[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
Complete Rewrite of ExqUI to Phoenix LiveView
[0.1.0] - 2021-12-12
Complete rewrite of ExqUI from Ember JS to Phoenix LiveView by @ananthakumaran 🔥 🔥. Also @ananthakumaran to help as lead maintainer for the project. 🎉
Please note that this needs to be upgraded together with Exq release 0.16.0. Please read PR akira/exq#458 for upgrade instructions.
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