Skip to content

Update dependency phoenix to v1.6.14 - autoclosed

renovate-bot requested to merge renovate/phoenix-1.x into develop

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

Compare Source

v1.6.13

Compare Source

v1.6.12

Compare Source

v1.6.11

Compare Source

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

Compare Source

JavaScript Client Enhancements
  • Add ping function to socket

v1.6.9

Compare Source

Bug Fixes
  • [phx.gen.release] Fix generated .dockerignore comment

v1.6.8

Compare Source

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

v1.6.7

Compare Source

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

Compare Source

Bug Fixes
  • [Endpoint] Fix check_origin: :conn failing to match scheme

v1.6.5

Compare Source

Enhancements
  • [Endpoint] Support check_origin: :conn to enforce origin on the connection's host, port, and scheme

v1.6.4

Compare Source

Bug Fixes
  • Fix incorrect phx.gen.release output

v1.6.3

Compare Source

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 to Phoenix.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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by renovate-bot

Merge request reports