-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: URLSessionHTTPClient streams data up on single Task #849
Draft
jbelkins
wants to merge
18
commits into
main
Choose a base branch
from
jbe/better_bridge
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
author Josh Elkins <[email protected]> 1725075023 -0500 committer Josh Elkins <[email protected]> 1730244524 -0500 parent 0de1791 author Josh Elkins <[email protected]> 1725075023 -0500 committer Josh Elkins <[email protected]> 1730244464 -0500 parent 0de1791 author Josh Elkins <[email protected]> 1725075023 -0500 committer Josh Elkins <[email protected]> 1730244451 -0500 parent 0de1791 author Josh Elkins <[email protected]> 1725075023 -0500 committer Josh Elkins <[email protected]> 1730244433 -0500 parent 0de1791 author Josh Elkins <[email protected]> 1725075023 -0500 committer Josh Elkins <[email protected]> 1730244416 -0500 parent 0de1791 author Josh Elkins <[email protected]> 1725075023 -0500 committer Josh Elkins <[email protected]> 1730244397 -0500 parent 0de1791 author Josh Elkins <[email protected]> 1725075023 -0500 committer Josh Elkins <[email protected]> 1730244381 -0500 parent 0de1791 author Josh Elkins <[email protected]> 1725075023 -0500 committer Josh Elkins <[email protected]> 1730244297 -0500 parent 0de1791 author Josh Elkins <[email protected]> 1725075023 -0500 committer Josh Elkins <[email protected]> 1730244277 -0500 WIP chore: Organize codegen tests & Kotlin unit tests (#830) * Organize codegen tests & refactor setup tests for XML codegen tests to reduce duplicate code. * ktlint --------- Co-authored-by: Sichan Yoo <[email protected]> feat: Make models Sendable (#829) chore: Specify Xcode_16 application name same as on Github runner (#831) chore: Move HTTP status code test out of SmithyTestUtil (#836) chore: Protocol tests set their own AWS credentials (#837) Don't import Darwin on Windows. (#835) chore: Run macOS 15 with Xcode 16 on CI (#838) fix: Don't unwrap unneeded value during event marshal (#839) fix: Don't supply a default value when reading a non-optional value (#840) feat: Enable sigv4a for SESv2 service (#842) feat!: Bump CRT version to 0.37.0 & add CRC64NVME checksum algorithm wrapper (#845) * Bump CRT version to 0.37.0 and add wrapper for new checksum algorithm. * Add doc comment re: checksum algorithms may expand in future. --------- Co-authored-by: Sichan Yoo <[email protected]> chore: Use Smithy 1.52.1 (#846) feat: Smoke Tests V2 (#841) * Basic scaffold. * Add SmokeTestGenerator for generic Smithy spec, with customization points via open functions. * Refactor both codegen logic and generated code to fix runtime / compile errors in generated code. * Generate test runner only if there's >=1 test case(s) for the service. Narrow down imports to specific class used. * Add manual ignore lists for disabling codegen for smoke tests by their test ID or their test tag. * Add generic codegen for smoke tests * Rename variables to be more specific. --------- Co-authored-by: Sichan Yoo <[email protected]> chore: Updates version to 0.86.0
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.
Issue #
Description of changes
Scope
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.