Skip to content
Snippets Groups Projects
Select Git revision
  • release-2025-05-15-with-patches protected
  • main default 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-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
  • release-2025-02-12
  • release-2025-02-03
  • release-2025-01-28
  • release-2025-01-23
  • release-2025-01-17
  • release-2025-01-14
  • release-2024-12-30
  • release-2024-12-26
  • release-2024-12-16
  • release-2024-12-03
  • release-2024-11-05
31 results

aws

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    ysaito1001 authored
    * Replace bool with enum in label::fmt_string
    
    This commit addresses code smell where the said function takes a bool
    to decide whether it percent-encodes the UTF-8 encoding of the given
    string. For clarity, we define an enum EncodingStrategy so that we
    can see the callers' intent at the call sites by reading the variant
    names rather than true/false.
    
    * Update CHANGELOG.next.toml
    
    * Update CHANGELOG.next.toml
    
    Co-authored-by: default avatarJohn DiSanti <jdisanti@amazon.com>
    
    * Make test use updated function signature of fmt_string
    
    This commit modifies a call site for the updated function signature of
    `aws_smithy_http::label::fmt_string`, otherwise the test would fail to
    compile, leading to a failure in CI.
    
    Co-authored-by: default avatarSaito <awsaito@c889f3b5ddc4.ant.amazon.com>
    Co-authored-by: default avatarJohn DiSanti <jdisanti@amazon.com>
    Co-authored-by: default avatarZelda Hessler <zhessler@amazon.com>
    b4f294c2
    History
    Name Last commit Last update
    ..