-
Notifications
You must be signed in to change notification settings - Fork 189
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
Remove futures_core::stream::Stream
from public API
#2910
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b308e4 - Browse repository at this point
Copy the full SHA 6b308e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a27075 - Browse repository at this point
Copy the full SHA 9a27075View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f5b440c - Browse repository at this point
Copy the full SHA f5b440cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bcf9b5 - Browse repository at this point
Copy the full SHA 2bcf9b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e31754 - Browse repository at this point
Copy the full SHA 6e31754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 181440d - Browse repository at this point
Copy the full SHA 181440dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f00d605 - Browse repository at this point
Copy the full SHA f00d605View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3e05c47 - Browse repository at this point
Copy the full SHA 3e05c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e90987 - Browse repository at this point
Copy the full SHA 8e90987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 492e8bf - Browse repository at this point
Copy the full SHA 492e8bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c7541b - Browse repository at this point
Copy the full SHA 2c7541bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e8a69 - Browse repository at this point
Copy the full SHA f7e8a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3dae46 - Browse repository at this point
Copy the full SHA f3dae46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aae470 - Browse repository at this point
Copy the full SHA 3aae470View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3944bb3 - Browse repository at this point
Copy the full SHA 3944bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd70e49 - Browse repository at this point
Copy the full SHA fd70e49View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae047e5 - Browse repository at this point
Copy the full SHA ae047e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50fe74c - Browse repository at this point
Copy the full SHA 50fe74cView commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ccf9d06 - Browse repository at this point
Copy the full SHA ccf9d06View commit details
Commits on Aug 16, 2023
-
Append
release-2023-08-03
toNOTABLE_SDK_RELEASE_TAGS
This commit appends `release-2023-08-03` to `NOTABLE_SDK_RELEASE_TAGS`. Elements in that `Vec` should be sorted in an ascending order for a function `enabled_feature` to work correctly. The change has been verified by the following (each executed from canary-runner directory) ``` cargo run -- build-bundle \ --sdk-release-tag release-2023-08-03 \ --canary-path ../canary-lambda \ --manifest-only --musl && \ cd ../canary-lambda && \ cargo check ``` ``` cargo run -- build-bundle \ --sdk-release-tag release-2023-05-24 \ --canary-path ../canary-lambda \ --manifest-only --musl && \ cd ../canary-lambda && \ cargo check ``` ``` cargo run -- build-bundle \ --sdk-release-tag release-2023-12-14 \ --canary-path ../canary-lambda \ --manifest-only --musl && \ cd ../canary-lambda && \ cargo check
Configuration menu - View commit details
-
Copy full SHA for d31669b - Browse repository at this point
Copy the full SHA d31669bView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f8c0c40 - Browse repository at this point
Copy the full SHA f8c0c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66420d5 - Browse repository at this point
Copy the full SHA 66420d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d853cb1 - Browse repository at this point
Copy the full SHA d853cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f65dff - Browse repository at this point
Copy the full SHA 5f65dffView commit details
Commits on Aug 28, 2023
-
Remove code duplication in calling
renderEventStreamBody
This commit addresses #2910 (comment)
Configuration menu - View commit details
-
Copy full SHA for 6abb519 - Browse repository at this point
Copy the full SHA 6abb519View commit details
Commits on Aug 29, 2023
-
Remove uncecessary
CollectablePrivate
This commit addresses #2910 (comment)
Configuration menu - View commit details
-
Copy full SHA for 0491221 - Browse repository at this point
Copy the full SHA 0491221View commit details
Commits on Aug 30, 2023
-
Use customization to wrap stream payload in new-type
This commit addresses #2910 (comment)
Configuration menu - View commit details
-
Copy full SHA for bedfb04 - Browse repository at this point
Copy the full SHA bedfb04View commit details -
Let
finalize
take an owned associated collectionThis commit addresses #2910 (comment)
Configuration menu - View commit details
-
Copy full SHA for 5698ee3 - Browse repository at this point
Copy the full SHA 5698ee3View commit details -
Reexport
FnStream
and remove dependency onaws-smithy-async
This commit addresses #2910 (comment)
Configuration menu - View commit details
-
Copy full SHA for d9052d5 - Browse repository at this point
Copy the full SHA d9052d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b281aee - Browse repository at this point
Copy the full SHA b281aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0452a0 - Browse repository at this point
Copy the full SHA d0452a0View commit details -
Return size hint as is by
http_body::Body::size_hint
This commit addresses #2910 (comment)
Configuration menu - View commit details
-
Copy full SHA for 0f5f6be - Browse repository at this point
Copy the full SHA 0f5f6beView commit details -
Add an comment
FnStream
isSend
notSync
This commit addresses #2910 (comment)
Configuration menu - View commit details
-
Copy full SHA for d2e4411 - Browse repository at this point
Copy the full SHA d2e4411View commit details -
Add more comments as to why
generator
can be set toNone
This commit addresses #2910 (comment)
Configuration menu - View commit details
-
Copy full SHA for a778886 - Browse repository at this point
Copy the full SHA a778886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 292a51b - Browse repository at this point
Copy the full SHA 292a51bView commit details
Commits on Aug 31, 2023
-
Convert
StreamPayloadSerializer
to interfaceThis commit addresses #2910 (comment)
Configuration menu - View commit details
-
Copy full SHA for ab57dce - Browse repository at this point
Copy the full SHA ab57dceView commit details -
Add comments to data class for
ServerHttpBoundProtocolSection
This commit addresses #2910 (comment)
Configuration menu - View commit details
-
Copy full SHA for 3db0525 - Browse repository at this point
Copy the full SHA 3db0525View commit details -
Use
ServiceShape.hasEventStreamOperations
This commit addresses #2910 (comment)
Configuration menu - View commit details
-
Copy full SHA for 91163de - Browse repository at this point
Copy the full SHA 91163deView commit details
Commits on Sep 7, 2023
-
Move
hyper_body_wrap_stream
from inlineable toaws-smithy-http
This commit addresses #2910 (comment). Now that `HyperBodyWrapByteStream` is also used outside the context of `hyper::body::Body::wrap_stream` (passed to `tokio_util::io::StreamReader`), the module has been renamed to `futures_stream_adapter`. Furthermore, `HyperBodyWrapByteStream` and `HyperBodyWrapEventStream` have been renamed to `FuturesStreamCompatByteStream` and `FuturesStreamCompatEventStream` respectively.
Configuration menu - View commit details
-
Copy full SHA for f5c8a96 - Browse repository at this point
Copy the full SHA f5c8a96View commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35a1fca - Browse repository at this point
Copy the full SHA 35a1fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 852211f - Browse repository at this point
Copy the full SHA 852211fView commit details