Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Bump phoenix from 1.3.3 to 1.4.2#66

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/phoenix-1.4.2
Closed

Bump phoenix from 1.3.3 to 1.4.2#66
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/hex/phoenix-1.4.2

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview bot commented Mar 18, 2019

Bumps phoenix from 1.3.3 to 1.4.2.

Changelog

Sourced from phoenix's changelog.

1.4.2 (2019-03-13)

Enhancements

  • [Router] add scoped_alias to return the full alias with the current scope's aliased prefix
  • [Router] add alias: false option to router definitions to to disable scope prefix on case by case basis
  • [Router] Support any struct with :endpoint key in path/url helpers
  • [Channel] Optimize channel join through non-blocking callback init
  • [Endpoint] Log Web access URLs for HTTP and HTTPS configurations
  • [phx.routes] Show socket paths for websocket and longpoll transports
  • [phx.new] Add --verbose flag for verbose installer output
  • [phx.gen.schema] Allow the app configuration to specify a custom migration module for the generated migration code

Bug Fixes

  • [phx.gen.json] Fix invalid map fields for generated json tests
  • [phx.gen.html|json|context|schema] prohibit context or schema creation with the same name as the application causing incorrect aliases to be generated

1.4.1 (2019-02-12)

Enhancements

  • Optimize router helper generation for faster compilation
  • Drop special convention for context locations

Bug Fixes

  • Add missing :jason to generated umbrella application

JavaScript client bug fixes

  • Fix reconnect regression experienced with spotty connections

1.4.0 (2018-11-07)

Enhancements

  • [phx.new] Update Ecto deps with the release of Ecto 3.0 including phoenix_ecto 4.0
  • [phx.new] Import Ecto's .formatter.exs in new projects
  • [phx.new] Use Ecto 3.0RC, with ecto_sql in new project deps
  • [phx.new] Use Plug 1.7 with new :plug_cowboy dependency for cowboy adapter
  • [phx.gen.html|json|schema|context] Support new Ecto 3.0 usec datetime types
  • [Phoenix] Add Phoenix.json_library/0 and replace Poison with Jason for JSON encoding in new projects
  • [Endpoint] Add Cowboy2Adapter for HTTP2 support with cowboy2
  • [Endpoint] The socket/3 macro now accepts direct configuration about websockets and longpoll
  • [Endpoint] Support MFA function in :check_origin config for custom origin checking
  • [Endpoint] Add new :phoenix_error_render instrumentation callback
  • [Endpoint] Log the configured url instead of raw IP when booting endpoint webserver
  • [Endpoint] Allow custom keyword pairs to be passed to the socket :connect_info options.
  • [Router] Display list of available routes on debugger 404 error page
  • [Router] Raise on duplicate plugs in pipe_through scopes
  • [Controller] Support partial file downloads with :offset and :length options to send_download/3
  • [Controller] Add additional security headers to put_secure_browser_headers (x-content-type-options, x-download-options, and x-permitted-cross-domain-policies)
  • [Controller] Add put_router_url/2 to override the default URL generation pulled from endpoint configuration
  • [Logger] Add whitelist support to filter_parameters logger configuration, via new :keep tuple format
  • [Socket] Add new phoenix_socket_connect instrumentation
... (truncated)
Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/phoenix-1.4.2 branch 2 times, most recently from 54db03c to 81456d0 Compare March 19, 2019 23:46
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/phoenix-1.4.2 branch from 81456d0 to e1ce9f4 Compare March 20, 2019 22:17
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #68.

@dependabot-preview dependabot-preview bot deleted the dependabot/hex/phoenix-1.4.2 branch April 1, 2019 07:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant