Skip to content

propose v2.11.0#353

Merged
Fishrock123 merged 13 commits intohttp-rs:v2.x.x-backportsfrom
Fishrock123:propose-v2.11.0
Apr 15, 2021
Merged

propose v2.11.0#353
Fishrock123 merged 13 commits intohttp-rs:v2.x.x-backportsfrom
Fishrock123:propose-v2.11.0

Conversation

@Fishrock123
Copy link
Copy Markdown
Member

@Fishrock123 Fishrock123 commented Apr 7, 2021

Proposed changelog:


http-types provides shared types for HTTP operations. It combines a performant, streaming interface with convenient methods for creating headers, urls, and other standard HTTP types. This is part of the http-rs project and powers the tide framework and surf client. Check out the docs or join us on Zulip.

Highlights

This release represents continued support of the http-types 2.x release line due to delays in the development of http-types 3.0.0. This release comes with several convenience features, listed below.

The http-types 3.0 merge window remains open, and you can see the nominated items for the next major version as part of the Semver-Major issue on GitHub.

Changed

Added

Fixed

Docs

yoshuawuyts and others added 11 commits April 7, 2021 11:06
Several paragraphs of documentation had gotten associated with the wrong
codes.
This method helps when prepending or appending some data to a Body.
Allows us to avoid extra allocations from querystring parsing.

 Conflicts:
	src/request.rs
Allows getting a static string slice of the version, rather than a `String`.

 Conflicts:
	src/version.rs
This is handy for errors (or other structs) which are not `Send + Sync + 'static`.
From some newer version of rust.
From some newer version of rust (mostly 1.51).
Copy link
Copy Markdown
Member

@jbr jbr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable 👍
I'd love to get #320 into this ideally, but it's not essential or urgent

@Fishrock123 Fishrock123 self-assigned this Apr 15, 2021
@Fishrock123
Copy link
Copy Markdown
Member Author

Updated OP with proposed changelog.

@Fishrock123 Fishrock123 merged commit dc6367c into http-rs:v2.x.x-backports Apr 15, 2021
@Fishrock123 Fishrock123 deleted the propose-v2.11.0 branch April 15, 2021 23:13
@Fishrock123
Copy link
Copy Markdown
Member Author

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.

6 participants