Update dependency phoenix to v1.6.14 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phoenix | dependencies | patch | 1.6.2 -> 1.6.14 |
Release Notes
phoenixframework/phoenix
v1.6.14
v1.6.13
v1.6.12
v1.6.11
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
JavaScript Client Enhancements
- Add
ping
function to socket
v1.6.9
Bug Fixes
- [phx.gen.release] Fix generated .dockerignore comment
v1.6.8
Bug Fixes
- [phx.gen.release] Fix Ecto check failing to find Ecto in certain cases
v1.6.7
Enhancements
- [Endpoint] Add Endpoint init telemetry event
- [Endpoint] Prioritize user :http configuration for ranch to fix inet_backend failing to be respected
- [Logger] Support log_module in router metadata
- [phx.gen.release] Don't handle assets in Docker when directory doesn't exist
- [phx.gen.release] Skip generating migration files when ecto_sql is not installed
JavaScript Client Enhancements
- Switch to .mjs files for ESM for better compatibility across build tools
JavaScript Client Bug Fixes
- Fix LongPoll callbacks in JS client causing errors on connection close
v1.6.6
Bug Fixes
- [Endpoint] Fix
check_origin: :conn
failing to match scheme
v1.6.5
Enhancements
- [Endpoint] Support
check_origin: :conn
to enforce origin on the connection's host, port, and scheme
v1.6.4
Bug Fixes
- Fix incorrect
phx.gen.release
output
v1.6.3
Enhancements
- Add new
phx.gen.release
task for release and docker based deployments - Add
fullsweep_after
option to the websocket transport - Add
:force_watchers
option toPhoenix.Endpoint
for running watchers even when web server is not started
Bug Fixes
- Fix Endpoint
log: false
failing to disable logging
JavaScript Client Bug Fixes
- Do not attempt to reconnect automatically if client gracefully closes connection
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by renovate-bot