Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump phoenix from 1.4.16 to 1.5.3 #50

Merged
merged 1 commit into from
May 22, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps phoenix from 1.4.16 to 1.5.3.

Changelog

Sourced from phoenix's changelog.

1.5.3 (2020-05-21)

Bug fixes

  • [phx.new] - Fix incompatible LiveView version for newly generated projects

1.5.2 (2020-05-21)

Enhancements

  • [Channel] Import assigns: 2 on channels
  • [Endpoint] Track latest static in config(:cache_static_manifest_latest)
  • [Endpoint] Allow :user_agent on connect_info

Bug fixes

  • [Endpoint] Undeprecate subscribe and unsubscribe in the endpoint

1.5.1 (2020-04-23)

Bug Fixes

  • [Endpoint] Ignore the root layout on error pages unless explicitly set

1.5.0 (2020-04-22)

Enhancements

  • [Channel] Do not block the channel supervisor on join
  • [ConnTest] Add init_test_session to Phoenix.ConnTest
  • [Controller] Support :disposition option in send_download/3
  • [Endpoint] Automatically perform connection draining when shutting down the VM
  • [Endpoint] Allow named params to be used when defining socket paths
  • [Endpoint] Raise if force_ssl has changed from compile time to runtime
  • [Generator] Add mix phx.gen.live for LiveView CRUD generation
  • [PubSub] Migrate to PubSub 2.0 with a more flexible fastlaning mechanism
  • [View] Add render_layout which makes it easy to work with nested layouts
  • [Transport] Transports can now optionally implement handle_control/2 for handling control frames such as :ping and :pong

Deprecations

  • [ChannelTest] use Phoenix.ChannelTest is deprecated in favor of import Phoenix.ChannelTest
  • [ConnTest] use Phoenix.ConnTest is deprecated in favor of import Plug.Conn; import Phoenix.ConnTest
  • [Endpoint] The outdated Phoenix.Endpoint.CowboyAdapter for Cowboy 1 is deprecated. Please make sure {:plug_cowboy, "~> 2.1"} or later is listed in your mix.exs.
  • [Endpoint] Phoenix.Endpoint.instrument/4 is deprecated and has no effect. Use :telemetry instead. See Phoenix.Logger for more information.
  • [Endpoint] The :pubsub key for endpoint is deprecated. Once you start your app, you will see step-by-step instructions on how to use the new PubSub config.
  • [Layout] Use <%= @inner_content %> instead of <%= render @view_module, @view_template, assigns %> for rendering the child layout

phx.new installer

  • Built-in support for MSSQL databases via Ecto.Adapters.Tds
  • Phoenix.PubSub is now started directly in your application supervision tree
  • Phoenix.Ecto.CheckRepoStatus is now added to new applications that use Ecto
  • Automatically use System.get_env("MIX_TEST_PARTITION") in the database name in the test environment for built-in CI test partitioning
... (truncated)
Commits
  • 1f7df51 Merge branch 'v1.5' of github.com:phoenixframework/phoenix into v1.5
  • 9728d3d Release 1.5.3 to fix incompatible LiveView dep for newly generated projects
  • 099d760 Add public_key as an OTP app dep
  • de71ae1 Bump js build for 1.5.2
  • 6d6e48a Release 1.5.2
  • 29e86e3 Bump ex_doc
  • d0b7f5c Fix a typo in the docs for testing controllers (#3858)
  • 32228b8 Do not digest Brotli compressed files (#3840)
  • b80d4e1 Update conn in Cowboy2 Handler (#3853)
  • 4634fff added missing word in sentence (#3851)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 22, 2020
@tmartin8080 tmartin8080 merged commit 578d2ab into develop May 22, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/hex/phoenix-1.5.3 branch May 22, 2020 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant