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

Update phoenix: 1.4.17 → 1.4.18 (patch) #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Oct 13, 2022


Welcome to Depfu 👋

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ phoenix (1.4.17 → 1.4.18) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 3 commits:

✳️ jason (1.2.2 → 1.4.0) · Repo · Changelog

Release Notes

1.4.0

Enhancements

  • Use the :erlang.float_to_binary(_, [:short]) function, instead of io_lib_format.fwrite_g/1
    where available (OTP 24.1+). This provides equivalent output with much less memory used
    and significantly improved performance.

1.3.0

Enhancements

  • Add the Jason.OrderedObject struct
  • Support decoding objects preserving all the keys with objects: :ordered_objects option
  • Support decoding floats to Decimal with floats: :decimals option
  • Add ~j and ~J sigils in module Jason.Sigil to support writing JSON literals in code

Fixes

  • Fix error reporting when decoding strings (it was possible to mis-attribute the offending byte)
  • Verify fields given to @derive

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 36 commits:

✳️ plug_cowboy (2.3.0 → 2.5.2) · Repo · Changelog

Release Notes

2.5.1 (from changelog)

Enhancements

  • Allow to configure which errors should be logged
  • Support telemetry 0.4.x or 1.x

2.5.0 (from changelog)

Enhancements

  • Return :conn as Logger metadata on translator
  • Support Ranch 2.0
  • Support the :net option so developers can work with keyword lists
  • Remove previously deprecated options

2.4.1 (from changelog)

Bug fixes

  • Properly format linked exits

2.4.0 (from changelog)

Bug fixes

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 36 commits:

↗️ cowboy (indirect, 2.8.0 → 2.9.0) · Repo

Commits

See the full diff on Github. The new version differs by 14 commits:

↗️ cowlib (indirect, 2.9.1 → 2.11.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ mime (indirect, 1.4.0 → 2.0.3) · Repo · Changelog

Release Notes

2.0.3 (from changelog)

  • Support Markdown, JPEG XL, and PSD formats

2.0.2 (from changelog)

  • Support Associated Signature Containers (ASiC) files
  • Support .atom and .rss files

2.0.1 (from changelog)

  • Add text extension to text/plain

2.0.0 (from changelog)

Upgrade note: mime v2 no longer ships with a complete database of mime.types, instead it lists the most common mime types used by web applications. When upgrading, check carefully if all mime types used by your app are supported.

  • Ship with our own minimal types database

1.6.0 (from changelog)

  • Deprecate MIME.valid?
  • Ignore media type params
  • Detect subtype suffix according to the spec

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 34 commits:

↗️ plug (indirect, 1.10.4 → 1.13.6) · Repo · Changelog

Release Notes

1.13.6 (from changelog)

Bug fixes

  • Fix compile-time dependencies in Plug.Builder

1.13.5 (from changelog)

Enhancements

  • Support :via in Plug.Router.forward/2

Bug fixes

  • Fix compile-time deps in Plug.Builder
  • Do not require routes to be compile-time binaries in Plug.Router.forward/2

1.13.4 (from changelog)

Bug fixes

  • Improve deprecation warnings

1.13.3 (from changelog)

Enhancements

  • [Plug.Builder] Introduce :copy_opts_to_assign instead of builder_opts/0
  • [Plug.Router] Do not introduce compile-time dependencies in Plug.Router

1.13.2 (from changelog)

Bug fixes

  • [Plug.Router] Properly fix regression on Plug.Router helper function accidentally renamed

1.13.1 (from changelog)

Bug fixes

  • [Plug.Router] Fix regression on Plug.Router helper function accidentally renamed

1.13.0 (from changelog)

Enhancements

  • [Plug.Builder] Do not add compile-time deps to literal options in function plugs
  • [Plug.Parsers.MULTIPART] Allow custom conversion of multipart to parameters
  • [Plug.Router] Allow suffix matches in the router (such as /feeds/:name.atom)
  • [Plug.Session] Allow a list of :rotating_options for rotating session cookies
  • [Plug.Static] Allow a list of :encodings to be given for handling static assets
  • [Plug.Test] Raise an error when providing path not starting with "/"

Bug fixes

  • [Plug.Upload] Normalize paths coming from environment variables

Deprecations

  • [Plug.Router] Mixing prefix matches with globs is deprecated
  • [Plug.Parsers.MULTIPART] Deprecate :include_unnamed_parts_at

1.12.1 (from changelog)

Bug fixes

  • [Plug] Make sure module plugs are compile time dependencies if init mode is compile-time

1.12.0 (from changelog)

Enhancements

  • [Plug] Accept mime v2.0
  • [Plug] Accept telemetry v1.0
  • [Plug.Conn] Improve performance of UTF-8 validation
  • [Plug.Conn.Adapter] Add API for creating a connection
  • [Plug.Static] Allow MFA in :from

1.11.1 (from changelog)

Enhancements

  • [Plug.Upload] Allow transfer of ownership in Plug.Upload

Bug fixes

  • [Plug.Debugger] Drop CSP Header when showing error via Plug.Debugger
  • [Plug.Test] Populate query_params from Plug.Test.conn/3

1.11.0 (from changelog)

Enhancements

  • [Plug.RewriteOn] Add a new public to handle x-forwarded headers
  • [Plug.Router] Add macro for head requests

Bug fixes

  • [Plug.CSRFProtection] Do not crash if request body params are not available
  • [Plug.Conn.Query] Conform www-url-encoded parsing to whatwg spec

Deprecations

  • [Plug.Parsers.MULTIPART] Deprecate passing MFA to MULTIPART in favor of a more composable approach

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ plug_crypto (indirect, 1.1.2 → 1.2.3) · Repo · Changelog

Release Notes

1.2.3 (from changelog)

  • Remove warnings on Elixir v1.14

1.2.1 (from changelog)

  • Add support for Erlang/OTP 24

1.2.0 (from changelog)

  • Update Elixir requirement to Elixir 1.7+.
  • Fixed a bug that allowed to sign and encrypt stuff with nil secret key base and salt.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 25 commits:

↗️ ranch (indirect, 1.7.1 → 1.8.0) · Repo

Commits

See the full diff on Github. The new version differs by 4 commits:

↗️ telemetry (indirect, 0.4.2 → 0.4.3) · Repo · Changelog

Release Notes

0.4.3 (from changelog)

This release improves the telemetry:span/3 function by adding the telemetry_span_context metadata to all span events. The new metadata enables correlating span events that belong to the same span.

Added

  • Added telemetry_span_context metadata to all events emitted by telemetry:span/3.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

🆕 cowboy_telemetry (added, 0.3.1)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants