From 74a106f1951ec493a5a46fb148cd0690ebfa8a38 Mon Sep 17 00:00:00 2001 From: 82marbag <69267416+82marbag@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:48:38 -0400 Subject: [PATCH] Update Status of RFCs (#1593) * Update Status of RFCs Signed-off-by: Daniele Ahmed --- design/src/rfcs/rfc0015_using_features_responsibly.md | 2 +- design/src/rfcs/rfc0016_flexible_checksum_support.md | 2 +- design/src/rfcs/rfc0018_logging_sensitive.md | 2 +- design/src/rfcs/rfc0019_event_streams_errors.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/design/src/rfcs/rfc0015_using_features_responsibly.md b/design/src/rfcs/rfc0015_using_features_responsibly.md index 3e12ee0d4..2b018c64f 100644 --- a/design/src/rfcs/rfc0015_using_features_responsibly.md +++ b/design/src/rfcs/rfc0015_using_features_responsibly.md @@ -1,6 +1,6 @@ # RFC: How Cargo "features" should be used in the SDK and runtime crates -> Status: RFC +> Status: Accepted ## Some background on features diff --git a/design/src/rfcs/rfc0016_flexible_checksum_support.md b/design/src/rfcs/rfc0016_flexible_checksum_support.md index dc95696d8..aa0851c61 100644 --- a/design/src/rfcs/rfc0016_flexible_checksum_support.md +++ b/design/src/rfcs/rfc0016_flexible_checksum_support.md @@ -1,7 +1,7 @@ RFC: Supporting Flexible Checksums ================================== -> Status: RFC +> Status: Implemented We can't currently update the S3 SDK because we don't support the new "Flexible Checksums" feature. This RFC describes this new feature and details how we should implement it in `smithy-rs`. diff --git a/design/src/rfcs/rfc0018_logging_sensitive.md b/design/src/rfcs/rfc0018_logging_sensitive.md index 2fc136490..f8905beec 100644 --- a/design/src/rfcs/rfc0018_logging_sensitive.md +++ b/design/src/rfcs/rfc0018_logging_sensitive.md @@ -1,6 +1,6 @@ # RFC: Logging in the Presence of Sensitive Data -> Status: RFC +> Status: Accepted Smithy provides a [sensitive trait](https://awslabs.github.io/smithy/1.0/spec/core/documentation-traits.html#sensitive-trait) which exists as a `@sensitive` field annotation syntactically and has the following semantics: diff --git a/design/src/rfcs/rfc0019_event_streams_errors.md b/design/src/rfcs/rfc0019_event_streams_errors.md index 2445cb252..35274276f 100644 --- a/design/src/rfcs/rfc0019_event_streams_errors.md +++ b/design/src/rfcs/rfc0019_event_streams_errors.md @@ -3,7 +3,7 @@ RFC: Errors for event streams ============= -> Status: RFC +> Status: Implemented For a summarized list of proposed changes, see the [Changes Checklist](#changes-checklist) section. -- GitLab