Skip to content

fix(deps): update all non-major dependencies#305

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#305
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 20, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@playwright/test (source) 1.56.01.59.1 age confidence devDependencies minor
@types/react (source) 18.3.2618.3.28 age confidence devDependencies patch
autoprefixer 10.4.2110.5.0 age confidence devDependencies minor
env_logger =0.11.8=0.11.10 age confidence dependencies patch
html2text =0.15.5=0.17.1 age confidence dependencies minor
jotai 2.15.02.20.0 age confidence dependencies minor
log =0.4.28=0.4.29 age confidence dependencies patch
nano-staged 0.8.00.9.0 age confidence devDependencies minor
postcss (source) 8.5.68.5.14 age confidence devDependencies patch
prettier (source) 3.6.23.8.3 age confidence devDependencies minor
prettier-plugin-tailwindcss 0.6.140.8.0 age confidence devDependencies minor
react-hook-form (source) 7.64.07.75.0 age confidence dependencies minor
reqwest =0.12.23=0.13.3 age confidence dependencies minor
serde_json =1.0.145=1.0.149 age confidence dependencies patch
tailwindcss (source) 3.4.183.4.19 age confidence devDependencies patch
tsx (source) 4.20.64.21.0 age confidence devDependencies minor

Release Notes

microsoft/playwright (@​playwright/test)

v1.59.1

Compare Source

v1.59.0

Compare Source

v1.58.2

Compare Source

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

v1.57.0

Compare Source

v1.56.1

Compare Source

Highlights

#​37871 chore: allow local-network-access permission in chromium
#​37891 fix(agents): remove workspaceFolder ref from vscode mcp
#​37759 chore: rename agents to test agents
#​37757 chore(mcp): fallback to cwd when resolving test config

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0
postcss/autoprefixer (autoprefixer)

v10.5.0

Compare Source

  • Added mask-position-x and mask-position-y support (by @​toporek).

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
rust-cli/env_logger (env_logger)

v0.11.10

Compare Source

Internal
  • Update dependencies

v0.11.9

Compare Source

jugglerchris/rust-html2text (html2text)

v0.17.1

Compare Source

  • [added] Add support for XHTML (for the cases where it doesn't quite behave
    like HTML).

v0.17.0

Compare Source

  • [changed] Split html2text example into html2text-cli crate
  • [fixed] A possible panic when syntax-highlighting
  • [changed] Update html5ever to 0.39.0

v0.16.7

Compare Source

  • [added] Support <b> tags as bold (thanks amir)
  • [changed] Update html5ever to 0.38.0 (thanks mtorromeo)

v0.16.6

Compare Source

  • [changed] Update html5ever and tendril dependencies.

v0.16.5

Compare Source

  • [fixed] Fix a subtract with underflow with rowspans and empty rows (thanks
    mdierksen)

v0.16.4

Compare Source

  • [fixed] Further fix for RcDom::serialize() when there is a <doctype>.

v0.16.3

Compare Source

  • [fixed] RcDom::serialize() panicked.
  • [changed] Bumped html5ever dependency
  • [fixed] Fixed a subtraction underflow in the html2term example.

v0.16.2

Compare Source

  • [fixed] Removed spurious dbg!() accidentally left in.

v0.16.1

Compare Source

  • [added] Add Config::empty_img_mode() to configure how images with no alt text
    are handled.

v0.16.0

Compare Source

  • [changed] Updated MSRV to 1.85.
  • [fixed] Fix a panic in debug mode (subtraction underflow) with some table/rowspan
    edge cases (thanks mtorromeo)
pmndrs/jotai (jotai)

v2.20.0

Compare Source

v2.19.1

Compare Source

This release includes several small refactors to improve performance.

What's Changed

  • fix(vanilla/utils/atomWithObservable): use symbol index signature to avoid 'Symbol.observable' type reference by @​sukvvon in #​3274
  • refactor(internals): replace nextDeps with prevDeps by @​dmaskasky in #​3278
  • refactor(internals): reduce recomputeInvalidatedAtoms overhead (performance) by @​dmaskasky in #​3284
  • refactor(internals): reduce flushPending overhead (performance) by @​dmaskasky in #​3285
  • fix(internals): check if atom has dependencies before doing mountDependencies work (performance) by @​dmaskasky in #​3290
  • fix(internals): check if atom has onMount property before queueing processOnMount callback (performance) by @​dmaskasky in #​3291
  • refactor(types): prefer no-any by @​dai-shi in #​3304

New Contributors

Full Changelog: pmndrs/jotai@v2.19.0...v2.19.1

v2.19.0

Compare Source

We improved the core to enable atom caching for performance for some cases.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.18.1...v2.19.0

v2.18.1

Compare Source

This release fixes a regression introduced in v2.12.1, which affects an uncommon edge case.

What's Changed

  • fix(vanilla): subscriber not notified when derived read calls store.set by @​dmaskasky in #​3245
  • fix(vanilla/utils/atomWithObservable): add 'Symbol.observable' type support to 'ObservableLike' by @​sukvvon in #​3253
  • refactor(vanilla/utils/atomWithStorage): use optional chaining for 'storage.subscribe' by @​sukvvon in #​3260

Full Changelog: pmndrs/jotai@v2.18.0...v2.18.1

v2.18.0

Compare Source

We moved jotai/babel to jotai-babel.

Migration Guide

If you use the preset:

  {
-   "presets": ["jotai/babel/preset"]
+   "presets": ["jotai-babel/preset"]
  }

If you use a plugin:

  {
-   "plugins": ["jotai/babel/plugin-debug-label"]
+   "plugins": ["jotai-babel/plugin-debug-label"]
  }

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.17.1...v2.18.0

v2.17.1

Compare Source

Small typing improvements. If you are using v2.16 or earlier, we recommend upgrading to the latest version.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.17.0...v2.17.1

v2.17.0

Compare Source

This release deprecates some features, which will be dropped in v3.

What's Changed

Full Changelog: pmndrs/jotai@v2.16.2...v2.17.0

v2.16.2

Compare Source

Fixes unwrap and loadable, resolving a regression introduced in v2.15.2.

What's Changed
New Contributors

Full Changelog: pmndrs/jotai@v2.16.1...v2.16.2

v2.16.1

Compare Source

This fixes an internal API issue that affects ecosystem libraries.

What's Changed

  • fix(internals): buildingblocks should not invoke buildingblock definitions from top-scope by @​dmaskasky in #​3197

Full Changelog: pmndrs/jotai@v2.16.0...v2.16.1

v2.16.0

Compare Source

This version deprecates atomFamily in jotai/utils in favor of jotai-family, and includes some internal changes.

What's Changed

Full Changelog: pmndrs/jotai@v2.15.2...v2.16.0

v2.15.2

Compare Source

This release introduces some internal changes. In particular, it adds a warning when unsupported store mutations (side effects) are detected.

What's Changed

Full Changelog: pmndrs/jotai@v2.15.1...v2.15.2

v2.15.1

Compare Source

A minor but important fix in utils.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.15.0...v2.15.1

rust-lang/log (log)

v0.4.29

Compare Source

postcss/postcss (postcss)

v8.5.14

Compare Source

v8.5.13

Compare Source

  • Fixed postcss-scss commend regression.

v8.5.12

Compare Source

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

v8.5.11

Compare Source

  • Fixed nested brackets parsing performance (by @​offset).

v8.5.10

Compare Source

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

v8.5.9

Compare Source

  • Speed up source map encoding paring in case of the error.

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).
prettier/prettier (prettier)

v3.8.3

Compare Source

v3.8.2

Compare Source

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.8.0

Compare Source

Changed
  • Require at least Prettier 3.7.x (#​420)
Added
  • Export public sorting APIs to /sorter (#​438)
Fixed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
  • Improve config resolution caching with directory-based cache (#​432)
  • Load compatible plugins on demand and tighten plugin detection (#​437)
  • Load v3/v4 modules only when needed (#​439)
  • Remove recast/ast-types deps and optimize dynamic JS attribute handling (#​440)
  • Remove unused deps (#​441)
  • Use the plugin that has already been imported rather than dynamically importing it again (#​442)
  • Skip visiting non-node children (#​443)
  • Optimize whitespace-only class detection (#​429)
  • Fix v3 config loading with Jiti re-exports (#​448)
  • Collapse whitespace in template literals with adjacent quasis (#​427)
  • Improve canCollapseWhitespaceIn handling for "tailwindPreserveWhitespace": true (#​428)

v0.7.4

Compare Source

Same as v0.7.2, since v0.7.3 contained breaking changes.

v0.7.3

Compare Source

Changed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
Fixed
  • Collapse whitespace in template literals with adjacent quasis (#​427)

v0.7.2

Compare Source

Fixed
  • Load compatible plugins sequentially to work around race conditions in Node.js (#​412)
  • Fix compatibility with prettier-plugin-svelte when using Prettier v3.7+ (#​418)

v0.7.1

Compare Source

Fixed
  • Match against correct name of dynamic attributes when using regexes (#​410)

v0.7.0

Compare Source

Added
  • Format quotes in @source, @plugin, and @config (#​387)
  • Sort in function calls in Twig (#​358)
  • Sort in callable template literals (#​367)
  • Sort in function calls mixed with property accesses (#​367)
  • Support regular expression patterns for attributes (#​405)
  • Support regular expression patterns for function names (#​405)
Changed
  • Improved monorepo support by loading Tailwind CSS relative to the input file instead of prettier config file (#​386)
  • Improved monorepo support by loading v3 configs relative to the input file instead of prettier config file (#​386)
  • Fallback to Tailwind CSS v4 instead of v3 by default (#​390)
  • Don't augment global Prettier ParserOptions and RequiredOptions types (#​354)
  • Drop support for prettier-plugin-import-sort (#​385)
Fixed
  • Handle quote escapes in LESS when sorting @apply (#​392)
  • Fix whitespace removal inside nested concat and template expressions (#​396)
react-hook-form/react-hook-form (react-hook-form)

v7.75.0: Version 7.75.0

Compare Source

🦧 feat: improve get dirty fields prune empty fields (#​13363)

+ dirtyFields: { test: [{ data: false }] }
- dirtyFields: {} // removed the empty node with false value

🎹 typescript 6.0 (#​13330)
🌡️ chore: minor improvement on setValue & reset (#​13366)
🐞 fix #​13403: include setValues in FormProvider context value (#​13404)
🐞 fix: recompute isDirty after re-registering a previously unregistered field (#​13399)
🐞 fix: preserve watch updates on field array unmount fixes #​13375 (#​13385)
🐞 fix: prevent useWatch re-render when unrelated field validation is … (#​13398)

thanks to @​dfedoryshchev, @​cyky & @​gkarabelos

v7.74.0: Version 7.74.0

Compare Source

🪇 feat: setValues (#​13201)

setValues((data) => {
  return {
    ...data,
    name: 'test'
  }
})

setValues(formValues);

🐞 fix: preserve previous field value when useController name changes (#​13395)
🐞 fix: handle null parent when unregistering nested field (#​13396)
🐞 fix: treat NaN as empty when valueAsNumber is true in validateField (#​13388)
🪢 fix build to exclude test files (#​13387)

thanks to @​Yihao-G & @​mixelburg

v7.73.1

Compare Source

v7.72.1

Compare Source

v7.72.0

Compare Source

v7.71.2

Compare Source

v7.71.1

Compare Source

v7.71.0

Compare Source

v7.70.0

Compare Source

v7.69.0

Compare Source

v7.68.0

Compare Source

v7.67.0

Compare Source

v7.66.1

Compare Source

v7.66.0

Compare Source

v7.65.0

Compare Source

seanmonstar/reqwest (reqwest)

v0.13.3

Compare Source

  • Fix CertificateRevocationList parsing of PEM values.
  • Fix logging in resolver to only show host, not full URL.
  • Fix hickory-dns to fallback to a default if /etc/resolv.conf fails.
  • Fix HTTP/3 to handle STOP_SENDING as not an error.
  • Fix HTTP/3 pool to remove timed out QUIC connections.
  • Fix HTTP/3 connection establishment picking IPv4 and IPv6.
  • Upgrade rustls-platform-verifier.
  • (wasm) Only use wasm-bindgen on unknown-* targets.

v0.13.2

Compare Source

  • Fix HTTP/2 and native-tls ALPN feature combinations.
  • Fix HTTP/3 to send h3 ALPN.
  • (wasm) fix RequestBuilder::json() from override previously set content-type.

v0.13.1

Compare Source

  • Fixes compiling with rustls on Android targets.

v0.13.0

Compare Source

  • Breaking changes:
    • rustls is now the default TLS backend, instead of native-tls.
    • rustls crypto provider defaults to aws-lc instead of ring. (rustls-no-provider exists if you want a different crypto provider)
    • rustls-tls has been renamed to rustls.
    • rustls roots features removed, rustls-platform-verifier is used by default.
      • To use different roots, call tls_certs_only(your_roots).
    • native-tls now includes ALPN. To disable, use native-tls-no-alpn.
    • query and form are now crate features, disabled by default.
    • Long-deprecated methods and crate features have been removed (such as trust-dns, which was renamed hickory-dns a while ago).
  • Many TLS-related methods renamed to improve autocompletion and discovery, but previous name left in place with a "soft" deprecation. (just documented, no warnings)
    • For example, prefer tls_backend_rustls() over use_rustls_tls().

v0.12.28

  • Fix compiling on Windows if TLS and SOCKS features are not enabled.

v0.12.27

  • Add ClientBuilder::windows_named_pipe(name) option that will force all requests over that Windows Named Piper.

v0.12.26

  • Fix sending Accept-Encoding header only with values configured with reqwest, regardless of underlying tower-http config.

v0.12.25

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.

v0.12.24

  • Refactor cookie handling to an internal middleware.
  • Refactor internal random generator.
  • Refactor base64 encoding to reduce a copy.
  • Documentation updates.

v0.12.23

  • Add ClientBuilder::unix_socket(path) option that will force all requests over that Unix Domain Socket.
  • Add ClientBuilder::retry(policy) and reqwest::retry::Builder to configure automatic retries.
  • Add ClientBuilder::dns_resolver2() with more ergonomic argument bounds, allowing more resolver implementations.
  • Add http3_* options to blocking::ClientBuilder.
  • Fix default TCP timeout values to enabled and faster.
  • Fix SOCKS proxies to default to port 1080
  • (wasm) Add cache methods to RequestBuilder.

v0.12.22

  • Fix socks proxies when resolving IPv6 destinations.

v0.12.21

  • Fix socks proxy to use socks4a:// instead of socks4h://.
  • Fix Error::is_timeout() to check for hyper and IO timeouts too.
  • Fix request Error to again include URLs when possible.
  • Fix socks connect error to include more context.
  • (wasm) implement Default for Body.

v0.12.20

  • Add ClientBuilder::tcp_user_timeout(Duration) option to set TCP_USER_TIMEOUT.
  • Fix proxy headers only using the first matched proxy.
  • (wasm) Fix re-adding Error::is_status().

v0.12.19

  • Fix redirect that changes the method to GET should remove payload headers.
  • Fix redirect to only check the next scheme if the policy action is to follow.
  • (wasm) Fix compilation error if cookies feature is enabled (by the way, it's a noop feature in wasm).

v0.12.18

  • Fix compilation when socks enabled without TLS.

v0.12.17

  • Fix compilation on macOS.

v0.12.16

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().

v0.12.15

  • Fix Windows to support both ProxyOverride and NO_PROXY.
  • Fix http3 to support streaming response bodies.
  • Fix http3 dependency from public API misuse.

v0.12.14

  • Fix missing fetch_mode_no_cors(), marking as deprecated when not on WASM.

v0.12.13

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.

v0.12.12

  • (wasm) Fix compilation by not compiler tokio/time on WASM.

v0.12.11

  • Fix decompression returning an error when HTTP/2 ends with an empty data frame.

v0.12.10

  • Add ClientBuilder::connector_layer() to allow customizing the connector stack.
  • Add ClientBuilder::http2_max_header_list_size() option.
  • Fix propagating body size hint (content-length) information when wrapping bodies.
  • Fix decompression of chunked bodies so the connections can be reused more often.

v0.12.9

  • Add tls::CertificateRevocationLists support.
  • Add crate features to enable webpki roots without selecting a rustls provider.
  • Fix connection_verbose() to output read logs.
  • Fix multipart::Part::file() to automatically include content-length.
  • Fix proxy to internally no longer cache system proxy settings.

v0.12.8

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.

v0.12.7

  • Revert adding impl Service<http::Request<_>> for Client.

v0.12.6

  • Add support for danger_accept_invalid_hostnames for rustls.
  • Add impl Service<http::Request<Body>> for Client and &'_ Client.
  • Add support for !Sync bodies in Body::wrap_stream().
  • Enable happy eyeballs when hickory-dns is used.
  • Fix Proxy so that HTTP(S)_PROXY values take precedence over ALL_PROXY.
  • Fix blocking::RequestBuilder::header() from unsetting sensitive on passed header values.

v0.12.5

  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.

v0.12.4

  • Add zstd support, enabled with zstd Cargo feature.
  • Add ClientBuilder::read_timeout(Duration), which applies the duration for each read operation. The timeout resets after a successful read.

v0.12.3

  • Add FromStr for dns::Name.
  • Add ClientBuilder::built_in_webpki_certs(bool) to enable them separately.
  • Add ClientBuilder::built_in_native_certs(bool) to enable them separately.
  • Fix sending content-length: 0 for GET requests.
  • Fix response body content_length() to return value when timeout is configured.
  • Fix ClientBuilder::resolve() to use lowercase domain names.

v0.12.2

  • Fix missing ALPN when connecting to socks5 proxy with rustls.
  • Fix TLS version limits with rustls.
  • Fix not detected ALPN h2 from server with native-tls.

v0.12.1

  • Fix ClientBuilder::interface() when no TLS is enabled.
  • Fix TlsInfo::peer_certificate() being truncated with rustls.
  • Fix panic if http2 feature disabled but TLS negotiated h2 in ALPN.
  • Fix Display for Error to not include its source error.

v0.12.28

Compare Source

  • Fix compiling on Windows if TLS and SOCKS features are not enabled.

v0.12.27

Compare Source

  • Add ClientBuilder::windows_named_pipe(name) option that will force all requests over that Windows Named Piper.

v0.12.26

Compare Source

  • Fix sending Accept-Encoding header only with values configured with reqwest, regardless of underlying tower-http config.

v0.12.25

Compare Source

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.

v0.12.24

Compare Source

  • Refactor cookie handling to an internal middleware.
  • Refactor internal random generator.
  • Refactor base64 encoding to reduce a copy.
  • Documentation updates.
Details

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 09d5a83 to d73b635 Compare December 1, 2025 15:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from df30371 to e46d9dc Compare December 9, 2025 13:15
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e7e3655 to 2a69c80 Compare December 15, 2025 17:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f2b03ad to afc234d Compare December 26, 2025 05:39
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fffb470 to e03e3fc Compare December 31, 2025 17:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7c1abd0 to fdf2c31 Compare January 6, 2026 14:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b347fba to 0953e33 Compare February 2, 2026 19:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 20d85b7 to fe79cdb Compare February 6, 2026 21:07
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1c69ab9 to e0bc19f Compare February 17, 2026 16:51
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4c779bb to d0d3157 Compare February 25, 2026 20:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 239f51f to 79be44e Compare March 9, 2026 17:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 79be44e to 9b7f5a4 Compare March 13, 2026 13:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ca57c10 to 5f021e8 Compare March 27, 2026 01:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8e4d4b0 to b903d17 Compare April 3, 2026 09:27
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b3ec692 to b5fc7d3 Compare April 8, 2026 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants