Skip to content

Commit

Permalink
Update the service builder RFCs (smithy-lang#2374)
Browse files Browse the repository at this point in the history
* Complete service_builder.md

* Complete refine_builder.md
  • Loading branch information
hlbarber committed Feb 15, 2023
1 parent 181889d commit d7f8130
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
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
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 d7f8130

Please sign in to comment.