Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
http dependencies major 0.2 -> 1.1

Release Notes

hyperium/http (http)

v1.1.0

Compare Source

  • Add methods to allow trying to allocate in the HeaderMap, returning an error if oversize instead of panicking.
  • Add Extensions::get_or_insert() method.
  • Implement From<Uri> for uri::Builder.
  • Fix HeaderName::from_lowercase that could allow NUL bytes in some cases.

v1.0.0

Compare Source

  • Implement Clone for Request, Response, and Extensions. This breaking change requires
    that all extensions now implement Clone.
  • Add a default-on std feature. Disabling it currently is not supported.
  • Fix MIRI warnings in HeaderMap::iter().

v0.2.12

Compare Source

What's Changed

  • Add methods to allow trying to allocate in the HeaderMap, returning an error if oversize instead of panicking.
  • Fix HeaderName::from_lowercase that could allow NUL bytes in some cases.

v0.2.11

Compare Source

What's Changed

  • Fix MIRI warnings in HeaderMap::iter().

v0.2.10

Compare Source

  • Fix parsing of Authority to handle square brackets in incorrect order.
  • Fix HeaderMap::with_capacity() to handle arithmetic overflow.

v0.2.9

Compare Source

  • Add HeaderName constants for cache-status and cdn-cache-control.
  • Implement Hash for PathAndQuery.
  • Re-export HeaderName at crate root.

v0.2.8

Compare Source

  • Fix internal usage of uninitialized memory to use MaybeUninit inside HeaderName.

v0.2.7

Compare Source

  • MSRV bumped to 1.49.
  • Add extend() method to Extensions.
  • Add From<Authority> and From<PathAndQuery> impls for Uri.
  • Make HeaderName::from_static a const fn.

v0.2.6

Compare Source

  • Upgrade internal itoa dependency to 1.0.

v0.2.5

Compare Source

  • Add is_empty() and len() methods to Extensions.
  • Add version_ref() method to request::Builder.
  • Implement TryFrom<Vec<u8>> and TryFrom<String> for Authority, Uri, PathAndQuery, and HeaderName.
  • Make HeaderValue::from_static a const fn.

v0.2.4

Compare Source

  • Fix Uri parsing to allow {, ", and } in paths.

v0.2.3

Compare Source

  • Upgrade internal (private) bytes dependency to 1.0.

v0.2.2

Compare Source

  • Fix (potential double) panic of (HeaderMap) OccupiedEntry::remove_entry and
    remove_entry_mult when multiple values are present. ([#​446], [#​449] dekellum)
  • Safety audits of (priv) ByteStr and refactor of Authority ([#​408], [#​414] sbosnick)
  • Fix HeaderName to error instead of panic when input is too long ([#​432] [#​433] acfoltzer)
  • Allow StatusCode to encode values 100-999 without error. Use of the
    unclassified range 600-999 remains discouraged. ([#​144], [#​438], [#​443] quininer dekellum)
  • Add String and &String fallible conversions to PathAndQuery ([#​450] mkindahl)
  • Fix Authority (and Uri) to error instead of panic on unbalanced brackets
    ([#​435], [#​445] aeryz)

v0.2.1

Compare Source

  • Fix parsing of Authority to handle square brackets in incorrect order.
  • Fix HeaderMap::with_capacity() to handle arithmetic overflow.

Configuration

📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/main-http-1.x branch from a34e99f to 340e403 Compare March 4, 2024 19:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant