Skip to content

Commit 7975cef

Browse files
committed
Merge remote-tracking branch 'upstream/main' into davidpz/fix-recursive-constraint-violations-with-paths-over-list-and-map-shapes
2 parents abf0434 + d7f8130 commit 7975cef

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

design/src/rfcs/rfc0020_service_builder.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,4 +862,6 @@ A toy implementation of the combined proposal is presented in [this PR](https://
862862
- <https://github.com/awslabs/smithy-rs/pull/1679>
863863
- [x] Add code generation which outputs new service builder.
864864
- <https://github.com/awslabs/smithy-rs/pull/1693>
865-
- [ ] Deprecate `OperationRegistryBuilder`, `OperationRegistry` and `Router`.
865+
- [x] Deprecate `OperationRegistryBuilder`, `OperationRegistry` and `Router`.
866+
- <https://github.com/awslabs/smithy-rs/pull/1886>
867+
- <https://github.com/awslabs/smithy-rs/pull/2161>

design/src/rfcs/rfc0023_refine_builder.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,12 @@ The API proposed in this RFC has been manually implemented for the Pokemon servi
781781

782782
## Changes checklist
783783

784-
- [ ] Update `codegen-server` to generate the proposed service builder API
785-
- [ ] Implement `Pluggable` for `PluginStack`
786-
- [ ] Evaluate the introduction of a `PluginBuilder` as the primary API to compose multiple plugins (instead of `PluginStack::new(IdentityPlugin, IdentityPlugin).apply(...)`)
784+
- [x] Update `codegen-server` to generate the proposed service builder API
785+
- <https://github.com/awslabs/smithy-rs/pull/1954>
786+
- [x] Implement `Pluggable` for `PluginStack`
787+
- <https://github.com/awslabs/smithy-rs/pull/1954>
788+
- [x] Evaluate the introduction of a `PluginBuilder` as the primary API to compose multiple plugins (instead of `PluginStack::new(IdentityPlugin, IdentityPlugin).apply(...)`)
789+
- <https://github.com/awslabs/smithy-rs/pull/1971>
787790

788791
[RFC 20]: rfc0020_service_builder.md
789792
[Pokemon service]: https://github.com/awslabs/smithy-rs/blob/c7ddb164b28b920313432789cfe05d8112a035cc/codegen-core/common-test-models/pokemon.smithy

0 commit comments

Comments
 (0)