Conversation
bb50893 to
b7f9815
Compare
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
anuraaga
approved these changes
May 11, 2026
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.
This PR contains the following updates:
==25.3.0→==26.0.0==0.10.2→==0.11.1==0.0.34→==0.0.35==1.0.0.20260408→==1.0.0.20260508==7.34.1.20260503→==7.34.1.20260508==0.0.39→==0.0.41Release Notes
benoitc/gunicorn (gunicorn)
v26.0.0Compare Source
Breaking Changes
eventletworker class has been dropped. Migrate togevent,gthread, ortornado.New Features
Security
authority-formrequest-target outsideCONNECTasterisk-formrequest-target outsideOPTIONSrelative-referencerequest-targetsContent-Lengthlist form (RFC 9112 section 6.3)finish_bodybyte cap_body_receiveralive across the keepalive smuggling gate so pipelined requests cannot re-enter a closed bodyproxy_allow_ipsand tighten v1/v2 parsing in the ASGI callback parser.Bug Fixes
Content-Lengthon HEAD and 304 responses (#3621)_handle_stream_endedto set_body_completein the async HTTP/2 handler so request bodies finalize correctly on stream endInvalidChunkExtensionmapping and fast-parser support in ASGI tests (#3565)Transfer-Encoding: chunkedto 100-Continue interim responses.textkey isNoneearly_hintscallback to matchprocess_headers; pass only the header name toInvalidHeader(#3588).accept())Transfer-Encodingheader for BlackSheep streamingRefactoring
BodyReceiver._closedinto separate transport and body-wait flags for clearer keepalive/EOF semantics.Changes
gunicorn_h1c >= 0.6.5. Drop the lastpython_onlytest markers; the C extension is now used wherever available (CPython only; PyPy continues to use the Python parser).h2anduvloopto thetestingextra; removeeventlet.docker/setup-qemu-action,docker/setup-buildx-action,docker/login-action,docker/build-push-action, anddocker/metadata-actionto current major versions.Full changelog: benoitc/gunicorn@25.3.0...26.0.0
tombi-toml/tombi (tombi)
v0.11.1Compare Source
What's Changed
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.11.0...v0.11.1
v0.11.0Compare Source
What's Changed
During the process of adding the
files.respect-ignore-filesoption, the logic for disabling ignore files was fine-tuned.🚨 Breaking Changes
files.respect-ignore-filesby @ya7010 in #1870🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.10.6...v0.11.0
v0.10.6Compare Source
What's Changed
🐛 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.10.5...v0.10.6
v0.10.5Compare Source
What's Changed
🐛 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.10.4...v0.10.5
v0.10.4Compare Source
What's Changed
🐛 Bug Fixes
🛠️ Other Changes
New Contributors
Full Changelog: tombi-toml/tombi@v0.10.3...v0.10.4
v0.10.3Compare Source
What's Changed
🚀 New Features
🐛 Bug Fixes
👒 Dependencies
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v0.10.2...v0.10.3
astral-sh/ty (ty)
v0.0.35Compare Source
Released on 2026-05-10.
Bug fixes
LSP server
CLI
Core type checking
__class__checks (#24997)Diagnostics
Performance
Contributors
zensical/zensical (zensical)
v0.0.41: 0.0.41Compare Source
Summary
This version adds support for integrating tabular data as Markdown tables, covering the functionality of the mkdocs-table-reader-plugin, as well as the
watchoption to automatically rebuild on changes in unmonitored files. Table reading is implemented as part of macros, which we shipped in 0.0.40. You can now embed CSV and other file formats with:Additionally, the stability of link validation has been drastically improved, reducing the rate of false positives. We're working on support for validating links using autorefs, which we'll provide in one of the next versions.
Changelog
Features
d24ea24compat – support table reader functionality2cbb33dcompat – support watch option (#643)Bug fixes
9e466fcui – update ui to v0.0.17bee1c3fcompat – give higher priority than superfences to macros preprocessor (#638)Refactorings
67b6ef1compat – make extensions consistentbf26d1bzensical, compat – implement parser for link validationv0.0.40: 0.0.40Compare Source
Summary
This version adds support for macros, covering the functionality of the
mkdocs-macros-plugin. Macros allow you to define custom variables and functions that can be used in your Markdown files, making it easier to manage and reuse content across your documentation.We've implemented macros support as a Python Markdown extension, since it's essentially a Markdown preprocessor that doesn't need to be aware of the rest of Zensical's rendering process, except for the current page and configuration. The benefit is that it can now also be used in Python docstrings to build API documentation with mkdocstrings.
Changelog
Features
36b5131compat – exclude macros blocks from link validationf7fe088compat – support macros pluginBug fixes
bdc3471ui – update ui to v0.0.164be2374compat – link validation doesn't catch end of MathJax when\rpresent (#615)c6cffeccompat – link validation exclusions don't catch\r\nline feeds6efe0a3compat – link validation exclusions require empty line after code block (#618)645bbe8zensical – clear site directory contents instead of removing it (#621)814d2e9zensical – link validation yields false positives on Windows (#616)b229baczensical-serve –zensical servereturns 404 after suspend (#574)b5492cecompat – shim formkdocs-glightboxfails when only defaults are set (#611)Refactorings
91090e9zensical, compat – combine file watching for extensionsb2fdc78zensical, compat – pass rendering context into preprocessorConfiguration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.