Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
modern-python
/
httpware
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
2
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: Bulkhead middleware (0.4.0 slice 2)
- #23
#23
Merged
lesnik512
merged 15 commits into
main
modern-python/httpware:main
from
feat/v0.4-bulkhead
modern-python/httpware:feat/v0.4-bulkhead
Copy head branch name to clipboard
Jun 5, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
feat: Bulkhead middleware (0.4.0 slice 2)
#23
lesnik512
merged 15 commits into
main
modern-python/httpware:main
from
feat/v0.4-bulkhead
modern-python/httpware:feat/v0.4-bulkhead
Copy head branch name to clipboard
Commits
Commits on Jun 5, 2026
docs(planning): implementation plan for Bulkhead (0.5.0, Epic 3 slice 2)
Show description for b62623f
lesnik512
and
claude
committed
b62623f
View commit details
Copy full SHA for b62623f
Browse repository at this point
scaffold(resilience): empty bulkhead.py stub
lesnik512
committed
d571d73
View commit details
Copy full SHA for d571d73
Browse repository at this point
docs(release): bundle Bulkhead into 0.4.0 alongside Retry
Show description for cfb139f
lesnik512
and
claude
committed
cfb139f
View commit details
Copy full SHA for cfb139f
Browse repository at this point
feat(errors): add BulkheadFullError(ClientError)
Show description for 54b025e
lesnik512
committed
54b025e
View commit details
Copy full SHA for 54b025e
Browse repository at this point
feat(resilience): Bulkhead middleware — happy path + validation + capacity
Show description for f1a3763
lesnik512
committed
f1a3763
View commit details
Copy full SHA for f1a3763
Browse repository at this point
docs(resilience): refresh subpackage docstring to mention Bulkhead
Show description for dd24513
lesnik512
and
claude
committed
dd24513
View commit details
Copy full SHA for dd24513
Browse repository at this point
test(resilience): Bulkhead acquire_timeout modes — bounded / fail-fast / forever
Show description for 58026e4
lesnik512
committed
58026e4
View commit details
Copy full SHA for 58026e4
Browse repository at this point
test(resilience): Bulkhead release semantics on exception + cancellation
Show description for 8530f7a
lesnik512
committed
8530f7a
View commit details
Copy full SHA for 8530f7a
Browse repository at this point
test(resilience): Bulkhead sharing across clients + construct-outside-loop
Show description for 2e5e4d7
lesnik512
committed
2e5e4d7
View commit details
Copy full SHA for 2e5e4d7
Browse repository at this point
test(resilience): Hypothesis property tests for Bulkhead
Show description for f7f8f99
lesnik512
and
claude
committed
f7f8f99
View commit details
Copy full SHA for f7f8f99
Browse repository at this point
feat(api): export Bulkhead and BulkheadFullError
Show description for b42d594
lesnik512
committed
b42d594
View commit details
Copy full SHA for b42d594
Browse repository at this point
docs(planning): mark 3-5 Bulkhead shipped in v0.4 slice 2
lesnik512
committed
cbf0724
View commit details
Copy full SHA for cbf0724
Browse repository at this point
docs(planning): align Bulkhead spec with implementation (TimeoutError, not asyncio.TimeoutError)
Show description for b93b0e6
lesnik512
and
claude
committed
b93b0e6
View commit details
Copy full SHA for b93b0e6
Browse repository at this point
test(resilience): address review feedback — leak-proof + composition tests + docstring
Show description for 25db15b
lesnik512
and
claude
committed
25db15b
View commit details
Copy full SHA for 25db15b
Browse repository at this point
test(resilience): use AsyncMock instead of pragma'd stub for never-called sleep
Show description for 1af3889
lesnik512
and
claude
committed
1af3889
View commit details
Copy full SHA for 1af3889
Browse repository at this point
You can’t perform that action at this time.