All Versions
40
Latest Version
Avg Release Cycle
27 days
Latest Release
325 days ago
Changelog History
Page 1
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 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
-
v1.7.0-dev Changes
๐ 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 - [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
- Fix security vulnerability in wildcard
-
v1.6.13 Changes
September 29, 2022โจ Enhancements
- [phx.gen.release] Fetch compatible docker image from API when passing
--docker
flag
- [phx.gen.release] Fetch compatible docker image from API when passing
-
v1.6.12 Changes
September 06, 2022๐ Bug Fixes
- Fix
phx.gen.release
Dockerfile pointing to expired image
- Fix
-
v1.6.11 Changes
July 11, 2022JavaScript 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
- Add convenience for getting longpoll reference with
-
v1.6.10 Changes
June 01, 2022JavaScript Client Enhancements
- Add
ping
function to socket
- Add
-
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