Skip to content

Commit 7d73b59

Browse files
Update versions for v1.9.16 (#2793)
1 parent fcb431b commit 7d73b59

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
## [v1.9.16](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.16)
4+
5+
This version is backwards compatible to [v1.9.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.0). It is optional, but encouraged. The supported plugin version is `24`.
6+
7+
- Removed unnecessary repoll after rejecting vertices
8+
- Improved snowstorm lookup error handling
9+
- Removed rejected vertices from the Avalanche frontier more aggressively
10+
- Reduced default health check values for processing decisions
11+
312
## [v1.9.15](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.15)
413

514
This version is backwards compatible to [v1.9.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.0). It is optional, but encouraged. The supported plugin version is `24`.

version/compatibility.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"v1.9.11",
55
"v1.9.12",
66
"v1.9.14",
7-
"v1.9.15"
7+
"v1.9.15",
8+
"v1.9.16"
89
],
910
"23": [
1011
"v1.9.9"

version/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
Current = &Semantic{
2222
Major: 1,
2323
Minor: 9,
24-
Patch: 15,
24+
Patch: 16,
2525
}
2626
CurrentApp = &Application{
2727
Major: Current.Major,

0 commit comments

Comments
 (0)