Skip to content
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

0.57 release tracking issue #3097

Closed
9 tasks done
rcoh opened this issue Oct 25, 2023 · 4 comments
Closed
9 tasks done

0.57 release tracking issue #3097

rcoh opened this issue Oct 25, 2023 · 4 comments
Labels
tracking Meta-issues to track overall progress

Comments

@rcoh rcoh added the tracking Meta-issues to track overall progress label Oct 25, 2023
@david-perez
Copy link
Contributor

I need to merge #3095, but it won't need any changes to runtime crates.

@david-perez
Copy link
Contributor

david-perez commented Oct 25, 2023

Generated server SDKs re-export SdkBody and ByteStream in types.rs:

pub use ::aws_smithy_types::body::SdkBody;
pub use ::aws_smithy_types::byte_stream::error::Error as ByteStreamError;
pub use ::aws_smithy_types::byte_stream::AggregatedBytes;
pub use ::aws_smithy_types::byte_stream::ByteStream;
pub use ::aws_smithy_types::date_time::Format as DateTimeFormat;
pub use ::aws_smithy_types::error::display::DisplayErrorContext;
pub use ::aws_smithy_types::Blob;
pub use ::aws_smithy_types::DateTime;

I guess that we need to expose similarly named feature flags as the ones in #3088 to toggle exposure of the feature-gated methods in aws-smithy-types? cc @drganjoo.

@rcoh
Copy link
Collaborator Author

rcoh commented Oct 25, 2023

probably not critical since we aren't as worried about compatibility and the server is always going to be HTTP. It's more about forward-looking work to support not-Http things, allow a seamless upgrade to http-body = 1, etc.

@rcoh
Copy link
Collaborator Author

rcoh commented Nov 1, 2023

All required PRs are merged, release is in progress

@rcoh rcoh closed this as completed Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracking Meta-issues to track overall progress
Projects
None yet
Development

No branches or pull requests

2 participants