Skip to content

Commit 31cb566

Browse files
authored
Revert "Bump version to 1.70.0 (#3071)" (#3072)
This reverts commit 2d3b23e.
1 parent 2d3b23e commit 31cb566

20 files changed

Lines changed: 121 additions & 208 deletions
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "bugfix",
3+
"description": "Fix trait/validator loading with discoverModels",
4+
"pull_requests": [
5+
"[#3049](https://github.com/smithy-lang/smithy/pull/3049)"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "bugfix",
3+
"description": "Optimize chained :root selector evaluation by updating IntermediateAndSelector to only push to input-independent selectors one time",
4+
"pull_requests": [
5+
"[#3054](https://github.com/smithy-lang/smithy/pull/3054)"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "bugfix",
3+
"description": "Fix CLI dependency cache for multiple configs building to the same directory",
4+
"pull_requests": [
5+
"[#3061](https://github.com/smithy-lang/smithy/pull/3061)"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "bugfix",
3+
"description": "Fix minor issues logged during builds",
4+
"pull_requests": [
5+
"[#3050](https://github.com/smithy-lang/smithy/pull/3050)"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "bugfix",
3+
"description": "Fixed a bug in the formatter that was removing newlines escapes",
4+
"pull_requests": [
5+
"[#3068](https://github.com/smithy-lang/smithy/pull/3068)"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "bugfix",
3+
"description": "Fix init failure on corrupted template cache",
4+
"pull_requests": [
5+
"[#3051](https://github.com/smithy-lang/smithy/pull/3051)"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "bugfix",
3+
"description": "Fixed selector parsing to properly handle extraneous BREAK_TOKENS (',', ']', ')') in a selector. This manifested in silently dropping contents in the comma case (\"structure, string\" was effectively just \"structure\"). For the closing brace/paren, the characters were silently ignored as seen in the additional fixed tests.",
4+
"pull_requests": [
5+
"[#3063](https://github.com/smithy-lang/smithy/pull/3063)"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "documentation",
3+
"description": "Added docs for the endpointTests trait.",
4+
"pull_requests": [
5+
"[#3048](https://github.com/smithy-lang/smithy/pull/3048)"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "documentation",
3+
"description": "Updated the example retry strategy in client guidance and updated the initial token method to take information about the operation.",
4+
"pull_requests": [
5+
"[#3000](https://github.com/smithy-lang/smithy/pull/3000)"
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": "Ignore JARs without a Smithy manifest to allow Smithy model packages to have non-Smithy dependencies",
4+
"pull_requests": [
5+
"[#3055](https://github.com/smithy-lang/smithy/pull/3055)"
6+
]
7+
}

0 commit comments

Comments
 (0)