elixir-cldr / cldr

Elixir implementation of CLDR/ICU
Other
451 stars 34 forks source link

Bump phoenix from 1.3.4 to 1.4.0 #83

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps phoenix from 1.3.4 to 1.4.0.

Changelog *Sourced from [phoenix's changelog](https://github.com/phoenixframework/phoenix/blob/master/CHANGELOG.md).* > ## 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 > * [Socket] Improve error message when missing socket mount in endpoint > * [Logger] Log calls to user socket connect > * [Presence] Add `Presence.get_by_key` to fetch presences for specific user > * [CodeReloader] Add `:reloadable_apps` endpoint configuration option to allow recompiling local dependencies > * [ChannelTest] Respect user's configured ExUnit `:assert_receive_timeout` for macro assertions > > > ### Bug Fixes > * Add missing `.formatter.exs` to hex package for proper elixir formatter integration > * [phx.gen.cert] Fix usage inside umbrella applications > * [phx.new] Revert `Routes.static_url` in app layout in favor of original `Routes.static_path` > * [phx.new] Use phoenix_live_reload 1.2-rc to fix hex version errors > * [phx.gen.json|html] Fix generator tests incorrectly encoding datetimes > * [phx.gen.cert] Fix generation of cert inside umbrella projects > * [Channel] Fix issue with WebSocket transport sending wrong ContentLength header with 403 response > * [Router] Fix forward aliases failing to expand within scope block > * [Router] Fix regression in router compilation failing to escape plug options > > ### phx.new installer > * Generate new Elixir 1.5+ child spec (therefore new apps require Elixir v1.5) > * Use webpack for asset bundling > > ### Deprecations > * [Controller] Passing a view in `render/3` and `render/4` is deprecated in favor of `put_view/2` > * [Endpoint] The `:handler` option in the endpoint is deprecated in favor of `:adapter` > * [Socket] `transport/3` is deprecated. The transport is now specified in the endpoint > * [Transport] The transport system has seen an overhaul and been drastically simplified. The previous mechanism for building transports is still supported but it is deprecated. Please see `Phoenix.Socket.Transport` for more information > > ... (truncated)
Commits - [`03243c6`](https://github.com/phoenixframework/phoenix/commit/03243c69a20ff4b6ea757fc216a0569efb18827a) Release 1.4.0 - [`8720941`](https://github.com/phoenixframework/phoenix/commit/8720941870d7c3362ef10e42c6e65ae0886d59e4) Update compiled assets - [`ddb9f7d`](https://github.com/phoenixframework/phoenix/commit/ddb9f7d07e4d02105098838ebcd0f87792ccc676) Document Phoenix.Presence callbacks ([#3132](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3132)) - [`3b6bc38`](https://github.com/phoenixframework/phoenix/commit/3b6bc3868162fb39570fe1beb2d45a117983af61) Allow channels to immediately reconnect when the socket does ([#3141](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3141)) - [`d747637`](https://github.com/phoenixframework/phoenix/commit/d747637a099ada25bc62a2105cd155fcbafe5cdf) Document Phoenix.Channel callbacks ([#3130](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3130)) - [`bf1872b`](https://github.com/phoenixframework/phoenix/commit/bf1872be3ebbd4721f4fbc0c899044846517f3ee) Remove extra newline in generated context test cases ([#3129](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3129)) - [`9cf6944`](https://github.com/phoenixframework/phoenix/commit/9cf69447f48f82601d375ddc38f07116d8dd1914) Do not assume project in current directory ([#3131](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3131)) - [`937a061`](https://github.com/phoenixframework/phoenix/commit/937a06115a903295c23bab41bd94fd9402bb33e4) Avoid .formatter.exs files with conflicting inputs ([#3135](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3135)) - [`f6e541a`](https://github.com/phoenixframework/phoenix/commit/f6e541a002dd732b3b679d569a6d38d00926b127) Phoenix.ConnTest.redirected_to/2 returns a string, not %Plug.Conn{} ([#3138](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3138)) - [`e2f2018`](https://github.com/phoenixframework/phoenix/commit/e2f2018c4ef56624b92ce6ddc496a502c63656cd) Cowboy 2 does not accept error return in init, closes [#3140](https://github-redirect.dependabot.com/phoenixframework/phoenix/issues/3140) - Additional commits viewable in [compare view](https://github.com/phoenixframework/phoenix/compare/v1.3.4...v1.4.0)


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 cancel merge` will cancel a previously requested merge - `@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](https://app.dependabot.com): - 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[bot] commented 5 years ago

Looks like phoenix is up-to-date now, so this is no longer needed.