P

Phoenix Framework

P
Phoenix Framework Web v1.8.14

v1.8.14

Bug fixes Fix timer leak in LongPoll fetch requests (only used in service or web workers) (#6811) Enhancements Raise when :router given to use Phoenix.VerifiedRoutes is not a compile time literal (#6806) Align nil host handling in endpoint configuration and transport Unify path validation for static paths, verified routes and redirects

P
Phoenix Framework Web v1.8.13

v1.8.13

Bug fixes Workaround issue where Mobile Chrome 149+ would not reconnect after tab is resumed (#6804)

P
Phoenix Framework Web v1.8.12

v1.8.12

Bug fixes [phx.gen.auth] Fix return_to session key not being cleared after logging in (#6798) [Channels] Fix channel messages being invalidly dropped when receiving messages without a join_ref (introduced in 1.8.3) (#6800)

P
Phoenix Framework Web v1.8.11

v1.8.11

Bug fixes Fix Phoenix crashing on boot if Mix is available, but not started (#6789)

P
Phoenix Framework Web v1.8.10

v1.8.10

Bug fixes [Phoenix.CodeReloader] Fix "must restart your server" messages from code reloader when compile.lock mtime changes without a content change (#6753) [Phoenix.Endpoint] add missing websocket options (#6758) [phoenix.js] Close and retry the longpoll transport when a batch POST times out (#6769) [phoenix.js] Release the stale reply binding of a buffered push (#6788) Enhancements [phx.gen.rele…