Skip to content

Commit 555cf35

Browse files
authored
Revert "Bump version to 1.65.0 (#2879)" (#2880)
This reverts commit 546e711. Need to get #2877 into the release.
1 parent 546e711 commit 555cf35

10 files changed

+50
-84
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "bugfix",
3+
"description": "Fixes a bug in toNode generation for traits with members that have the idRef trait applied.",
4+
"pull_requests": [
5+
"[#2871](https://github.com/smithy-lang/smithy/pull/2871)"
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": "Update smithy-java doc to reflect the latest artifact names",
4+
"pull_requests": [
5+
"[#2862](https://github.com/smithy-lang/smithy/pull/2862)"
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": "Fixed a broken ABNF specification in rules engine docs.",
4+
"pull_requests": [
5+
"[#2831](https://github.com/smithy-lang/smithy/pull/2831)"
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": "Added a `NodeValidationVisitor` feature that enforces base64 encoding of blob values.",
4+
"pull_requests": [
5+
"[#2838](https://github.com/smithy-lang/smithy/pull/2838)"
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": "restXml and restJson1 should support the httpChecksum trait",
4+
"pull_requests": [
5+
"[#2867](https://github.com/smithy-lang/smithy/pull/2867)"
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": "Add a new package with tests for rule engine",
4+
"pull_requests": [
5+
"[#2864](https://github.com/smithy-lang/smithy/pull/2864)"
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": "Replace streams with loops",
4+
"pull_requests": [
5+
"[#2866](https://github.com/smithy-lang/smithy/pull/2866)"
6+
]
7+
}

.changes/releases/1.65.0.json

Lines changed: 0 additions & 55 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
11
# Smithy Changelog
22

3-
## 1.65.0 (2025-12-04)
4-
5-
### Features
6-
7-
- restXml and restJson1 should support the httpChecksum trait
8-
([#2867](https://github.com/smithy-lang/smithy/pull/2867))
9-
- Add a new package with tests for rule engine
10-
([#2864](https://github.com/smithy-lang/smithy/pull/2864))
11-
- Added a `NodeValidationVisitor` feature that enforces base64 encoding of blob
12-
values. ([#2838](https://github.com/smithy-lang/smithy/pull/2838))
13-
14-
### Bug Fixes
15-
16-
- Fixes a bug in toNode generation for traits with members that have the idRef
17-
trait applied. ([#2871](https://github.com/smithy-lang/smithy/pull/2871))
18-
19-
### Documentation
20-
21-
- Update smithy-java doc to reflect the latest artifact names
22-
([#2862](https://github.com/smithy-lang/smithy/pull/2862))
23-
- Fixed a broken ABNF specification in rules engine docs.
24-
([#2831](https://github.com/smithy-lang/smithy/pull/2831))
25-
26-
### Other
27-
28-
- Replace streams with loops
29-
([#2866](https://github.com/smithy-lang/smithy/pull/2866))
30-
313
## 1.64.0 (2025-11-04)
324

335
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.65.0
1+
1.64.0

0 commit comments

Comments
 (0)