phoenix v1.7.0-rc.0 Release Notes

Release Date: 2022-11-07 // over 1 year ago
  • ๐Ÿ—„ Deprecations

    • Phoenix.Controller.get_flash has been deprecated in favor of the new Phoenix.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 to use Phoenix.Router to disable helper generation
    • [Router] Add --info [url] switch to phx.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