Skip to content
Snippets Groups Projects
Select Git revision
  • 66a0855b6615cee92d50e41b3b57b55182c01db7
  • main default protected
  • release-2025-07-25-with-patches protected
  • release-2025-06-11-with-patches protected
  • release-2025-05-15-with-patches protected
  • release-2025-03-27-with-patches protected
  • release-2024-12-30-with-client-builder protected
  • release-2024-12-26-with-client-builder protected
  • release-2024-11-05-with-client-builder protected
  • release-2024-08-16-with-client-builder protected
  • release-2024-09-09-with-client-builder protected
  • release-2024-08-28-with-client-builder protected
  • release-2024-10-09-with-client-builder protected
  • sbuttgereit/expose_client_builder_with_hyper_1_0
  • release-2025-07-25
  • release-2025-07-23
  • release-2025-07-21
  • release-2025-07-17
  • release-2025-07-16
  • release-2025-07-08
  • release-2025-06-30
  • release-2025-06-27
  • release-2025-06-11
  • release-2025-06-03
  • release-2025-05-19
  • release-2025-05-15
  • release-2025-05-09
  • release-2025-05-02
  • release-2025-04-23
  • release-2025-03-27
  • release-2025-03-25
  • release-2025-03-10
  • release-2025-03-04
  • release-2025-02-20
34 results

smithy-rs

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    ysaito1001 authored and GitHub committed
    ## Motivation and Context
    Fixes the execution order of
    [modify_before_serialization](https://docs.rs/aws-smithy-runtime-api/latest/aws_smithy_runtime_api/client/interceptors/trait.Intercept.html#method.modify_before_serialization)
    and
    [read_before_serialization](https://docs.rs/aws-smithy-runtime-api/latest/aws_smithy_runtime_api/client/interceptors/trait.Intercept.html#method.read_before_serialization)
    in the orchestrator.
    
    ## Description
    The fix ensures that the execution order of these interceptor methods
    aligns with our orchestrator design. While customers may see a behavior
    change as a result, we don't treat this as a new `BehaviorVersion` since
    it is intended as a bug fix.
    
    ## Testing
    Existing tests in CI
    
    ## Checklist
    - [x] For changes to the smithy-rs codegen or runtime crates, I have
    created a changelog entry Markdown file in the `.changelog` directory,
    specifying "client," "server," or both in the `applies_to` key.
    - [x] For changes to the AWS SDK, generated SDK code, or SDK runtime
    crates, I have created a changelog entry Markdown file in the
    `.changelog` directory, specifying "aws-sdk-rust" in the `applies_to`
    key.
    
    ----
    
    _By submitting this pull request, I confirm that you can use, modify,
    copy, and redistribute this contribution, under the terms of your
    choice._
    66a0855b
    History
    user avatar 66a0855b
    Name Last commit Last update