phoenix v1.7.0-rc.0 Release Notes
Release Date: 2022-11-07 // about 1 year ago-
๐ Deprecations
Phoenix.Controller.get_flash
has been deprecated in favor of the newPhoenix.Flash
module, which provides unified flash access
โจ Enhancements
- [Router] Add
Phoenix.VerifiedRoutes
for~p
-based route generation with compile-time verification. - [Router] Support
helpers: false
touse Phoenix.Router
to disable helper generation - [Router] Add
--info [url]
switch tophx.routes
to get route information about a url/path - [Flash] Add
Phoenix.Flash
for unfied flash access
๐ JavaScript Client Bug Fixes
- Fix heartbeat being sent after disconnect and causing abnormal disconnects
Previous changes from v1.6.15
-
โจ Enhancements
- Support for Phoenix.View 2.0
๐ JavaScript Client Bug Fixes
- Fix heartbeat reconnect