Skip to content

Commit

Permalink
add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Jan 18, 2024
1 parent 0c0e5b5 commit d395eeb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changelog/24113a10aa884c7dbef8b7c9989da291.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "24113a10-aa88-4c7d-bef8-b7c9989da291",
"type": "feature",
"description": "**BREAKFIX**: Correct nullability of InitialCapacityConfig's WorkerCount field. The type of this value has changed from int64 to *int64. Due to this field being marked required, with an enforced minimum of 1, but a default of 0, the former type would result in automatic failure behavior without caller intervention. Calling code will need to be updated accordingly.",
"modules": [
"service/emrserverless"
]
}
8 changes: 8 additions & 0 deletions .changelog/d4bc92a6c4064c22bd2b44f9a82587ce.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "d4bc92a6-c406-4c22-bd2b-44f9a82587ce",
"type": "feature",
"description": "**BREAKFIX**: Correct nullability of GetExperimentResultsInput's Period field. The type of this value has changed from int64 to *int64. Due to the nature of default value serialization, the former type could cause unexpected/incorrect behavior when set to its zero value. Calling code will need to be updated accordingly.",
"modules": [
"service/evidently"
]
}

0 comments on commit d395eeb

Please sign in to comment.