All Versions
40
Latest Version
Avg Release Cycle
27 days
Latest Release
507 days ago

Changelog History
Page 1

  • v1.7.0-rc.0 Changes

    November 07, 2022

    ๐Ÿ—„ 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
  • v1.7.0-dev Changes

    ๐Ÿ—„ 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
    • [Flash] Add Phoenix.Flash for unfied flash access

    ๐Ÿ›  JavaScript Client Bug Fixes

    • Fix heartbeat being sent after disconnect and causing abnormal disconnects
  • v1.6.15 Changes

    October 26, 2022

    โœจ Enhancements

    • Support for Phoenix.View 2.0

    ๐Ÿ›  JavaScript Client Bug Fixes

    • Fix heartbeat reconnect
  • v1.6.14 Changes

    October 10, 2022
    • Fix security vulnerability in wildcard check_origin configurations
  • v1.6.13 Changes

    September 29, 2022

    โœจ Enhancements

    • [phx.gen.release] Fetch compatible docker image from API when passing --docker flag
  • v1.6.12 Changes

    September 06, 2022

    ๐Ÿ› Bug Fixes

    • Fix phx.gen.release Dockerfile pointing to expired image
  • v1.6.11 Changes

    July 11, 2022

    JavaScript Client Enhancements

    • Add convenience for getting longpoll reference with getLongPollTransport

    ๐Ÿ›  JavaScript Client Bug Fixes

    • Cancel inflight longpoll requests on canceled longpoll session
    • Do not attempt to flush socket buffer when tearing down socket on replaceTransport
  • v1.6.10 Changes

    June 01, 2022

    JavaScript Client Enhancements

    • Add ping function to socket
  • v1.6.9 Changes

    May 16, 2022

    ๐Ÿ› Bug Fixes

    • [phx.gen.release] Fix generated .dockerignore comment
  • v1.6.8 Changes

    May 06, 2022

    ๐Ÿ› Bug Fixes

    • [phx.gen.release] Fix Ecto check failing to find Ecto in certain cases