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
Accelerator
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
Type
/
to 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
.
aws
/
smithy-go
Public
Notifications
You must be signed in to change notification settings
Fork
76
Star
252
Code
Issues
28
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: move close-body, logger, and service-metadata work out of the middleware stack
- #683
#683
Merged
Tongs2000
merged 12 commits into
main
aws/smithy-go:main
from
feat-combine-middlewares
aws/smithy-go:feat-combine-middlewares
Copy head branch name to clipboard
Aug 7, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
feat: move close-body, logger, and service-metadata work out of the middleware stack
#683
Tongs2000
merged 12 commits into
main
aws/smithy-go:main
from
feat-combine-middlewares
aws/smithy-go:feat-combine-middlewares
Copy head branch name to clipboard
Commits
Commits on Jul 31, 2026
feat: close response body in operation deserializer instead of a standalone middleware
Show description for a594bf1
Tongs2000
committed
a594bf1
View commit details
Copy full SHA for a594bf1
Browse repository at this point
Set logger in invokeOperation instead of a standalone middleware
Show description for 1f9d1ec
Tongs2000
committed
1f9d1ec
View commit details
Copy full SHA for 1f9d1ec
Browse repository at this point
Add operation context resolver codegen hook
Show description for 22d8813
Tongs2000
committed
22d8813
View commit details
Copy full SHA for 22d8813
Browse repository at this point
Compute request content length in operation serializer instead of a middleware
Show description for f015050
Tongs2000
committed
f015050
View commit details
Copy full SHA for f015050
Browse repository at this point
address review: rework response body close
Show description for 100554d
Tongs2000
committed
100554d
View commit details
Copy full SHA for 100554d
Browse repository at this point
address review: set logger via operation context resolver
Show description for b5d5a90
Tongs2000
committed
b5d5a90
View commit details
Copy full SHA for b5d5a90
Browse repository at this point
address review: close body and compute content length in serde2 path
Show description for 139fb30
Tongs2000
committed
139fb30
View commit details
Copy full SHA for 139fb30
Browse repository at this point
close the response body on the error path even for streaming outputs
Show description for c212a3a
Tongs2000
committed
c212a3a
View commit details
Copy full SHA for c212a3a
Browse repository at this point
Revert computing request content length in the operation serializer
Show description for 38afee6
Tongs2000
committed
38afee6
View commit details
Copy full SHA for 38afee6
Browse repository at this point
don't close response body in operation deserializer for event streams
Show description for 52f5e60
Tongs2000
committed
52f5e60
View commit details
Copy full SHA for 52f5e60
Browse repository at this point
Commits on Aug 6, 2026
use standard type-assertion pattern in generated deserializers
Show description for 5fb8bc6
Tongs2000
committed
5fb8bc6
View commit details
Copy full SHA for 5fb8bc6
Browse repository at this point
trigger CI re-run
Tongs2000
committed
a8fb27e
View commit details
Copy full SHA for a8fb27e
Browse repository at this point
You can’t perform that action at this time.