Update Rust crate actix-multipart to 0.6.1 #11

Open
pierre wants to merge 1 commits from renovate/actix-multipart-0.x into master
Owner

This PR contains the following updates:

Package Type Update Change
actix-multipart (source) dependencies minor 0.4 -> 0.6.1

Release Notes

actix/actix-web (actix-multipart)

v0.6.1: Actix web 0.6.1

Compare Source

Changes

  • Fix http/2 payload streaming #​215

  • Fix connector's default keep-alive and lifetime settings #​212

  • Send ErrorNotFound instead of ErrorBadRequest when path extractor fails #​214

  • Allow to exclude certain endpoints from logging #​211

v0.6.0: Actix web 0.6.0

Compare Source

Changes

  • Add route scopes #​202

  • Allow to use ssl and non-ssl connections at the same time #​206

  • Websocket CloseCode Empty/Status is ambiguous #​193

  • Add Content-Disposition to NamedFile #​204

  • Allow to access Error's backtrace object

  • Allow to override files listing renderer for StaticFiles #​203

  • Various extractor usability improvements #​207

v0.5.0: Actix web 0.5.0

Compare Source

Changes

  • Type-safe path/query/form parameter handling, using serde #​70

  • HttpResponse builder's methods .body(), .finish(), .json()
    return HttpResponse instead of Result

  • Use more ergonomic actix_web::Error instead of http::Error for ClientRequestBuilder::body()

  • Added HttpRequest::resource(), returns current matched resource

  • Added ErrorHandlers middleware

  • Fix router cannot parse Non-ASCII characters in URL #​137

  • Fix client connection pooling

  • Fix long client urls #​129

  • Fix panic on invalid URL characters #​130

  • Fix logger request duration calculation #​152

  • Fix prefix and static file serving #​168

  • Add signed and private CookieSessionBackends


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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actix-multipart](https://actix.rs) ([source](https://github.com/actix/actix-web)) | dependencies | minor | `0.4` -> `0.6.1` | --- ### Release Notes <details> <summary>actix/actix-web (actix-multipart)</summary> ### [`v0.6.1`](https://github.com/actix/actix-web/releases/tag/v0.6.1): Actix web 0.6.1 [Compare Source](https://github.com/actix/actix-web/compare/v0.6.0...v0.6.1) #### Changes - Fix http/2 payload streaming [#&#8203;215](https://github.com/actix/actix-web/issues/215) - Fix connector's default `keep-alive` and `lifetime` settings [#&#8203;212](https://github.com/actix/actix-web/issues/212) - Send `ErrorNotFound` instead of `ErrorBadRequest` when path extractor fails [#&#8203;214](https://github.com/actix/actix-web/issues/214) - Allow to exclude certain endpoints from logging [#&#8203;211](https://github.com/actix/actix-web/issues/211) ### [`v0.6.0`](https://github.com/actix/actix-web/releases/tag/v0.6.0): Actix web 0.6.0 [Compare Source](https://github.com/actix/actix-web/compare/v0.5.0...v0.6.0) #### Changes - Add route scopes [#&#8203;202](https://github.com/actix/actix-web/issues/202) - Allow to use ssl and non-ssl connections at the same time [#&#8203;206](https://github.com/actix/actix-web/issues/206) - Websocket CloseCode Empty/Status is ambiguous [#&#8203;193](https://github.com/actix/actix-web/issues/193) - Add Content-Disposition to NamedFile [#&#8203;204](https://github.com/actix/actix-web/issues/204) - Allow to access Error's backtrace object - Allow to override files listing renderer for `StaticFiles` [#&#8203;203](https://github.com/actix/actix-web/issues/203) - Various extractor usability improvements [#&#8203;207](https://github.com/actix/actix-web/issues/207) ### [`v0.5.0`](https://github.com/actix/actix-web/releases/tag/v0.5.0): Actix web 0.5.0 [Compare Source](https://github.com/actix/actix-web/compare/v0.4.0...v0.5.0) #### Changes - Type-safe path/query/form parameter handling, using serde [#&#8203;70](https://github.com/actix/actix-web/issues/70) - HttpResponse builder's methods `.body()`, `.finish()`, `.json()` return `HttpResponse` instead of `Result` - Use more ergonomic `actix_web::Error` instead of `http::Error` for `ClientRequestBuilder::body()` - Added `HttpRequest::resource()`, returns current matched resource - Added `ErrorHandlers` middleware - Fix router cannot parse Non-ASCII characters in URL [#&#8203;137](https://github.com/actix/actix-web/issues/137) - Fix client connection pooling - Fix long client urls [#&#8203;129](https://github.com/actix/actix-web/issues/129) - Fix panic on invalid URL characters [#&#8203;130](https://github.com/actix/actix-web/issues/130) - Fix logger request duration calculation [#&#8203;152](https://github.com/actix/actix-web/issues/152) - Fix prefix and static file serving [#&#8203;168](https://github.com/actix/actix-web/issues/168) - Add `signed` and `private` `CookieSessionBackend`s </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDguNSIsInVwZGF0ZWRJblZlciI6IjM3LjMyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
pierre force-pushed renovate/actix-multipart-0.x from 34d5b85f05 to d01f196a26 2023-03-09 00:24:28 +00:00 Compare
pierre force-pushed renovate/actix-multipart-0.x from d01f196a26 to cd31fcddd2 2023-03-16 00:30:51 +00:00 Compare
pierre changed title from Update Rust crate actix-multipart to 0.5 to Update Rust crate actix-multipart to 0.6 2023-04-01 00:07:46 +00:00
pierre changed title from Update Rust crate actix-multipart to 0.6 to Update Rust crate actix-multipart to 0.6.1 2024-04-27 00:18:08 +00:00
pierre force-pushed renovate/actix-multipart-0.x from cd31fcddd2 to 8395cc0f74 2024-04-27 00:18:10 +00:00 Compare
Author
Owner

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/actix-multipart-0.x:renovate/actix-multipart-0.x
git checkout renovate/actix-multipart-0.x
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/PagesServer#11
No description provided.