doc: update v4.30.0 highlights#851
Merged
Merged
Conversation
nomeata
reviewed
May 17, 2026
Comment on lines
-22
to
-26
| :::warn | ||
| These release notes describe a _release candidate_, not the final release. | ||
| They may be incomplete and are subject to change. | ||
| ::: | ||
|
|
|
|
||
| ### HTTP Library | ||
|
|
||
| [#12126](https://github.com/leanprover/lean4/pull/12126), [#12127](https://github.com/leanprover/lean4/pull/12127), [#12128](https://github.com/leanprover/lean4/pull/12128), and [#12144](https://github.com/leanprover/lean4/pull/12144) introduce core HTTP data types: `Request`, `Response`, `Status`, `Version`, `Method`, `Headers`, `URI`, and streaming `Body`. This is the foundation of a standard HTTP library in Lean. |
Collaborator
There was a problem hiding this comment.
Normally I would say “foundations for feature” is not a highlight (yet). But it’s probably nice to have something in the HTTP library section, so fine.
Co-authored-by: Joachim Breitner <mail@joachim-breitner.de>
nomeata
reviewed
May 18, 2026
Co-authored-by: Joachim Breitner <mail@joachim-breitner.de>
auto-merge was automatically disabled
May 18, 2026 21:07
Head branch was pushed to by a user without write access
Contributor
|
Preview for this PR is ready! 🎉 (also as a proofreading version). built with commit ea0fc6a. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes for the v4.30.0 highlights on top of #836 .