Skip to content

Commit

Permalink
changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Nov 15, 2023
1 parent 21d88df commit ae8fb67
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changelog/3d28deab28ab4b1389b3eb1441d90b89.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "3d28deab-28ab-4b13-89b3-eb1441d90b89",
"type": "feature",
"description": "**BREAKING CHANGE**: V2 endpoint resolution middleware has changed steps from Serialize to Finalize. Middleware that indexes off of this field will need to be updated accordingly.",
"modules": [
"."
]
}
8 changes: 8 additions & 0 deletions .changelog/4b09f5bca287465e90e598267752b46b.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "4b09f5bc-a287-465e-90e5-98267752b46b",
"type": "feature",
"description": "Add client config helpers for overriding SigV4 signing name and region.",
"modules": [
"."
]
}
8 changes: 8 additions & 0 deletions .changelog/5b1f51867cf64283bb299ade04d2d3d6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "5b1f5186-7cf6-4283-bb29-9ade04d2d3d6",
"type": "feature",
"description": "Support smithy-modeled identity and auth resolution. Service clients can now be configured to override or use additional authentication schemes.",
"modules": [
"."
]
}
8 changes: 8 additions & 0 deletions .changelog/cb8e0d473b92444396bcd34db0cefe86.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "cb8e0d47-3b92-4443-96bc-d34db0cefe86",
"type": "feature",
"description": "**BREAKING CHANGE**: Request body checksum middlewares (flex checksums, SHA256, etc.) have changed steps from Build to Finalize. Middleware that indexes off of this field will need to be updated accordingly.",
"modules": [
"."
]
}
8 changes: 8 additions & 0 deletions .changelog/f074fcf7bb8c43acbe575b407d7efdae.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "f074fcf7-bb8c-43ac-be57-5b407d7efdae",
"type": "feature",
"description": "Refactored endpoint resolution middleware into a single implementation per-service, reducing generated code footprint.",
"modules": [
"."
]
}
8 changes: 8 additions & 0 deletions .changelog/fc9d5a0f6ff64fc8a19eb9711740be6e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "fc9d5a0f-6ff6-4fc8-a19e-b9711740be6e",
"type": "feature",
"description": "**BREAKING CHANGE**: DisableHTTPS middleware has changed steps from Serialize to Finalize. Middleware that indexes off of this field will need to be updated accordingly.",
"modules": [
"."
]
}

0 comments on commit ae8fb67

Please sign in to comment.