Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into davidpz/fix-recursi…
Browse files Browse the repository at this point in the history
…ve-constraint-violations-with-paths-over-list-and-map-shapes
  • Loading branch information
david-perez committed Feb 15, 2023
2 parents abf0434 + d7f8130 commit 7975cef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion design/src/rfcs/rfc0020_service_builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -862,4 +862,6 @@ A toy implementation of the combined proposal is presented in [this PR](https://
- <https://github.com/awslabs/smithy-rs/pull/1679>
- [x] Add code generation which outputs new service builder.
- <https://github.com/awslabs/smithy-rs/pull/1693>
- [ ] Deprecate `OperationRegistryBuilder`, `OperationRegistry` and `Router`.
- [x] Deprecate `OperationRegistryBuilder`, `OperationRegistry` and `Router`.
- <https://github.com/awslabs/smithy-rs/pull/1886>
- <https://github.com/awslabs/smithy-rs/pull/2161>
9 changes: 6 additions & 3 deletions design/src/rfcs/rfc0023_refine_builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -781,9 +781,12 @@ The API proposed in this RFC has been manually implemented for the Pokemon servi

## Changes checklist

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

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

0 comments on commit 7975cef

Please sign in to comment.