Skip to content

Commit 6814687

Browse files
JordonPhillipskstich
authored andcommitted
Fill in missing changelog entries
This fills in changelog entries for changes that were merged after the `1.63.0` release that didn't include changelog entries. Now the changelog automation should ensure that PRs include entries, at least so long as contributors and reviewers comply. This also did a bit of editing on the currently staged entries, as some of them were in the wrong tense.
1 parent 4768aec commit 6814687

8 files changed

+38
-3
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "feature",
3+
"description": "Added missing suffixes to allow identification of all cases for when the nullability of a member changed\n\n* `RemovedClientOptionalTrait` for when the `@clientOptional` trait is removed.\n* `AddedNullDefault` for when a `@default(null)` is changed to a default with non-null value.\n* `RemovedNullDefault` for when a `@default(<non-null-value>)` is changed to a default with null value.",
4+
"pull_requests": [
5+
"[#2805](https://github.com/smithy-lang/smithy/pull/2805)"
6+
]
7+
}

.changes/next-release/feature-9d99ada83fb4eaabb1f0d929c0da87d73134dd3e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "feature",
3-
"description": "Add the ability for smithy build plugins to declare that they must be run before or after other plugins. These dependencies are soft, so missing dependencies will be logged and ignored.",
3+
"description": "Added the ability for smithy build plugins to declare that they must be run before or after other plugins. These dependencies are soft, so missing dependencies will be logged and ignored.",
44
"pull_requests": [
55
"[#2774](https://github.com/smithy-lang/smithy/pull/2774)"
66
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "feature",
3+
"description": "Added support for mapping the `title` trait in JSON Schema's `oneOf` enum strategy.",
4+
"pull_requests": [
5+
"[#2791](https://github.com/smithy-lang/smithy/pull/2791)"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "feature",
3+
"description": "Expanded `title` trait to apply to members.",
4+
"pull_requests": [
5+
"[#2791](https://github.com/smithy-lang/smithy/pull/2791)"
6+
]
7+
}

.changes/next-release/feature-aa81f6943bf8a339f4e4952ec9d2a403e6d99440.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "feature",
3-
"description": "This adds a space for plugins to write data that is intended to be consumable by other plugins. This appears under a directory called `shared` in the the projection's output directory.",
3+
"description": "Added a space for plugins to write data that is intended to be consumable by other plugins. This appears under a directory called `shared` in the the projection's output directory.",
44
"pull_requests": [
55
"[#2764](https://github.com/awslabs/smithy/pull/2764)"
66
]

.changes/next-release/feature-d368237cdeb1655c7c10969e36c6aa3ca3b3034a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "feature",
3-
"description": "Add a generic dependency graph to smithy-utils to be used for sorting various dependent objects, such as integrations and plugins.",
3+
"description": "Added a generic dependency graph to smithy-utils to be used for sorting various dependent objects, such as integrations and plugins.",
44
"pull_requests": [
55
"[#2774](https://github.com/smithy-lang/smithy/pull/2774)"
66
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "feature",
3+
"description": "Added builder method support for `ServiceResolvedConditionKeysTrait`.",
4+
"pull_requests": [
5+
"[#2779](https://github.com/smithy-lang/smithy/pull/2779)"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "other",
3+
"description": "Added `restJson1` protocol tests for `httpQueryParams` when no params exist.",
4+
"pull_requests": [
5+
"[#2792](https://github.com/smithy-lang/smithy/pull/2792)"
6+
]
7+
}

0 commit comments

Comments
 (0)