Skip to content

chore(deps): update dependency phoenix to ~> 1.8.0 - #8

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/phoenix-1.x
Open

chore(deps): update dependency phoenix to ~> 1.8.0#8
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/phoenix-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 24, 2021

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
phoenix (source) prod minor ~> 1.5.9~> 1.8.0

Release Notes

phoenixframework/phoenix (phoenix)

v1.8.13

Compare Source

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

v1.8.12

Compare Source

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)

v1.8.11

Compare Source

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

v1.8.10

Compare Source

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.release] Use Bob API to find Docker images in phx.gen.release --docker
  • [Channels] Allow LongPoll transport token to be sent in header (this will change in 1.9)
  • [Phoenix.Router] Support plugs with options in pipe_throught (#​6755)
  • [Phoenix.Token] document encode options (see the change in plug_crypto)
  • [phoenix.js] Ensure transport errors are identifiable (#​6763)

v1.8.9

Compare Source

v1.8.8

Compare Source

Enhancements
  • [phx.new] Use LiveView 1.2.0

v1.8.7

Compare Source

Bug fixes
  • Fix invalid status when longpoll request times out
Enhancements
  • Mask token parameter in logs by default (in addition to "password")
JavaScript Client Bug Fixes
  • Fix encoding of non-ASCII metadata in binary channel messages

v1.8.6

Compare Source

Security fixes
  • CVE-2026-32689: Fix Phoenix.Socket Longpoll transport memory exhaustion in nd-JSON body splitting
Enhancements
  • [phoenix] Raise if use Phoenix.VerifiedRoutes is called multiple times in the same module
  • [phoenix] Fix more deprecation and type checker warnings on Elixir 1.20
  • [phoenix] Raise when interpolating a list in Phoenix.VerifiedRoutes (#​6632)
  • [phoenix] Gracefully handle non-binary vsn socket parameter (#​6662)
  • [phx.gen.*] Use .eex filename suffix in generator files
  • [phx.new] Add interactive mode: mix phx.new --interactive (#​6630)
  • [phx.new] Add phx-no-format to generated <.live_title> tag (#​6667)
Bug fixes
  • [phx.gen.*] Fix generated migrations for myxql when using scopes (#​6635)
  • [phx.new] Fix crash when parent directory contains a colon (#​6633)

v1.8.5

Compare Source

JavaScript Client Bug Fixes
  • Fix socket connecting on visibility change when never established
Enhancements
  • Fix warnings on Elixir 1.20

v1.8.4

Compare Source

JavaScript Client Bug Fixes
  • Fix bug reconnecting connections when close was gracefully initiated by server
  • Fix LongPoll transport name in sessionStorage and logs
Enhancements
  • Adds guards support in assert_push, assert_broadcast, and assert_reply
  • Enable purging in Phoenix code server for Elixir 1.20

v1.8.3

Compare Source

Enhancements
  • Add top-level phoenix config: sort_verified_routes_query_params to enable sorting query params in verified routes during tests
Bug fixes
  • Fix endpoint port config in an umbrella application. (#​6549)
  • Drop incoming channel messages with stale join refs

v1.8.2

Compare Source

Bug fixes
  • [phoenix.js] fix issue where LongPoll can cause "unmatched topic" errors (observed on iOS only) (#​6538)
  • [phx.gen.live] fix tests when schema and table names are equal (#​6477)
  • [Verified Routes] do not add path prefixes for static routes
  • [Phoenix.Endpoint] fix LongPoll being active by default since 1.8.0 (#​6487)
Enhancements
  • [phoenix.js] socket now stops reconnection attempts while the page is hidden (#​6534)
  • [phx.new] (re-)add <.input field={@form[:foo]} type="hidden" /> support in core components
  • [phx.new] set force_ssl in prod.exs by default (#​6435)
  • [phx.new] change --docker base image to debian trixie (#​6521)
  • [Phoenix.Socket.assign/2] allow passing a function as second argument assign(socket, fn _existing_assigns -> %{this_gets: "merged"} end) (#​6530)
  • [Phoenix.Controller.assign/2] allow passing a function as second argument (#​6542)
  • [Phoenix.Controller.assign/2] support keyword lists and maps as second argument similar to LiveView (#​6513)
  • [Presence] support custom dispatcher for presence_diff broadcast (#​6500)
  • [AGENTS.md] add short test guidelines to usage rules

v1.8.1

Compare Source

Bug fixes
  • [phx.new] Fix AGENTS.md failing to include CSS and JavaScript sections

v1.8.0

Compare Source

Bug fixes
  • [phx.new] Don't include node_modules override in generated tsconfig.json
Enhancements
  • [phx.gen.live|html|json] - Make context argument optional. Defaults to the plural name.
  • [phx.new] Add mix precommit alias
  • [phx.new] Add AGENTS.md generation compatible with usage_rules
  • [phx.new] Add usage_rules folder to installer, allowing to sync generic Phoenix rules into new projects
  • [phx.new] Use LiveView 1.1 release in generated code
  • [phx.new] Ensure theme selector and flash closing works without LiveView

v1.7.24

Compare Source

v1.7.23

Compare Source

v1.7.22

Compare Source

v1.7.21

Compare Source

v1.7.20

Compare Source

v1.7.19

Compare Source

v1.7.18

Compare Source

v1.7.17

Compare Source

v1.7.16

Compare Source

v1.7.15

Compare Source

v1.7.14

Compare Source

v1.7.13

Compare Source

v1.7.12

Compare Source

v1.7.11

Compare Source

v1.7.10

Compare Source

v1.7.9

Compare Source

v1.7.8

Compare Source

v1.7.7

Compare Source

v1.7.6

Compare Source

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3

Compare Source

v1.7.2

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

v1.6.17

Compare Source

v1.6.16

Compare Source

v1.6.15

Compare Source

v1.6.14

Compare Source

v1.6.13

Compare Source

v1.6.12

Compare Source

v1.6.11

Compare Source

v1.6.10

Compare Source

v1.6.9

Compare Source

v1.6.8

Compare Source

v1.6.7

Compare Source

v1.6.6

Compare Source

v1.6.5

Compare Source

v1.6.4

Compare Source

v1.6.3

Compare Source

v1.6.2

Compare Source

v1.6.1

Compare Source

v1.6.0

Compare Source

v1.5.15

Compare Source

v1.5.14

Compare Source

v1.5.13

Compare Source

v1.5.12

Compare Source

v1.5.11

Compare Source

v1.5.10

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Sep 24, 2021

Copy link
Copy Markdown
Author

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/didiermun/poll_api":"/mnt/renovate/gh/didiermun/poll_api" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/didiermun/poll_api" docker.io/containerbase/sidecar bash -l -c "install-tool erlang 24.3.4.9 && install-tool elixir v1.14.3 && mix deps.update phoenix"
warning: use Mix.Config is deprecated. Use the Config module instead
  config/config.exs:8

warning: use Mix.Config is deprecated. Use the Config module instead
  config/dev.exs:1

warning: use Mix.Config is deprecated. Use the Config module instead
  config/config.exs:8

warning: use Mix.Config is deprecated. Use the Config module instead
  config/dev.exs:1

warning: use Mix.Config is deprecated. Use the Config module instead
  config/config.exs:8

warning: use Mix.Config is deprecated. Use the Config module instead
  config/dev.exs:1

** (Mix) Hex dependency resolution failed

@renovate
renovate Bot force-pushed the renovate/phoenix-1.x branch from be22c05 to f31cfd5 Compare March 16, 2023 06:53
@renovate renovate Bot changed the title chore(deps): update dependency phoenix to ~> 1.6.0 chore(deps): update dependency phoenix to ~> 1.7.0 Mar 16, 2023
@renovate
renovate Bot force-pushed the renovate/phoenix-1.x branch from f31cfd5 to 56b433c Compare August 5, 2025 21:58
@renovate renovate Bot changed the title chore(deps): update dependency phoenix to ~> 1.7.0 chore(deps): update dependency phoenix to ~> 1.8.0 Aug 5, 2025
@renovate

renovate Bot commented Aug 5, 2025

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: install-tool elixir v1.20.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants