smithy-rs/design
Aaron Todd e8449bd152
behavior version 2024-03-28 (#3617)
## Motivation and Context
This PR is the combination of two previously reviewed PRs that both
enable new behaviors behind a new Behavior Major Version (BMV):
* https://github.com/smithy-lang/smithy-rs/pull/3527
* https://github.com/smithy-lang/smithy-rs/pull/3578

## Description
* Enables stalled stream protection by default on latest behavior
version.
* Enables creation of a default identity cache.

## Testing
All testing done on prior PRs. See for details.

## Checklist
<!--- If a checkbox below is not applicable, then please DELETE it
rather than leaving it unchecked -->
- [x] I have updated `CHANGELOG.next.toml` if I made changes to the
smithy-rs codegen or runtime crates
- [x] I have updated `CHANGELOG.next.toml` if I made changes to the AWS
SDK, generated SDK code, or SDK runtime crates

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._

---------

Co-authored-by: John DiSanti <jdisanti@amazon.com>
Co-authored-by: ysaito1001 <awsaito@amazon.com>
2024-05-02 12:47:07 +00:00
..
src behavior version 2024-03-28 (#3617) 2024-05-02 12:47:07 +00:00
static Design Doc Updates (#1347) 2022-04-27 15:49:25 +00:00
.gitignore Http Operation traits and structures (#167) 2021-01-25 08:56:55 -05:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00
book.toml Add CI to the book (#2027) 2023-06-07 09:01:16 +00:00

README.md

Design docs are hosted here.

To render design docs locally:

cargo install mdbook
cargo install mdbook-mermaid
mdbook serve &
open http://localhost:3000