diff --git a/RELEASES.md b/RELEASES.md index c094b187a57d..31d9e3605dce 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,56 @@ # Release Notes +## [v1.10.14](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.14) + +This version is backwards compatible to [v1.10.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.0). It is optional, but encouraged. + +The plugin version is unchanged at `29` and compatible with version `v1.10.13`. + +### Configs + +- Deprecated `--api-ipcs-enabled` +- Deprecated `--ipcs-chain-ids` +- Deprecated `--ipcs-path` +- Deprecated `--api-keystore-enabled` + +### Fixes + +- Fixed shutdown of timeout manager +- Fixed racy access of the shutdown time + +### What's Changed + +- Remove build check from unit tests by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2189 +- Update cgo usage by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2184 +- Deprecate IPC configs by @danlaine in https://github.com/ava-labs/avalanchego/pull/2168 +- Update P2P proto docs by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2181 +- Merkle db Make Paths only refer to lists of nodes by @dboehm-avalabs in https://github.com/ava-labs/avalanchego/pull/2143 +- Deprecate keystore config by @danlaine in https://github.com/ava-labs/avalanchego/pull/2195 +- Add tests for BanffBlock serialization by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/2194 +- Move Shutdown lock from Handler into Engines by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2179 +- Move HealthCheck lock from Handler into Engines by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2173 +- Implement Heap Map by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2137 +- Move selectStartGear lock from Handler into Engines by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2182 +- Add Heap Set by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2136 +- Shutdown TimeoutManager during node Shutdown by @abi87 in https://github.com/ava-labs/avalanchego/pull/1707 +- Redesign validator set management to enable tracking all subnets by @ceyonur in https://github.com/ava-labs/avalanchego/pull/1857 +- Update local network readme by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2203 +- Use custom codec for validator metadata by @abi87 in https://github.com/ava-labs/avalanchego/pull/1510 +- Add RSA max key length test by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2205 +- Remove duplicate networking check by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2204 +- Update TestDialContext to use ManuallyTrack by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2209 +- Remove contains from validator manager interface by @ceyonur in https://github.com/ava-labs/avalanchego/pull/2198 +- Move the overridden manager into the node by @ceyonur in https://github.com/ava-labs/avalanchego/pull/2199 +- Remove `aggregate` struct by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/2213 +- Add log for ungraceful shutdown on startup by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2215 +- Add pebble database implementation by @danlaine in https://github.com/ava-labs/avalanchego/pull/1999 +- Add `TransferSubnetOwnershipTx` by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/2178 +- Revert networking AllowConnection change by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2219 +- Fix unexpected unlock by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2221 +- Improve logging for block verification failure by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2224 + +**Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.10.13...v1.10.14 + ## [v1.10.13](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.13) This version is backwards compatible to [v1.10.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.0). It is optional, but encouraged. diff --git a/go.mod b/go.mod index 34c4b0cb7475..f351efbef090 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/DataDog/zstd v1.5.2 github.com/Microsoft/go-winio v0.5.2 github.com/NYTimes/gziphandler v1.1.1 - github.com/ava-labs/coreth v0.12.6-rc.2 + github.com/ava-labs/coreth v0.12.7-rc.1 github.com/ava-labs/ledger-avalanche/go v0.0.0-20230105152938-00a24d05a8c7 github.com/btcsuite/btcd/btcutil v1.1.3 github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811 diff --git a/go.sum b/go.sum index f4d30e37b89f..d301d4b6be81 100644 --- a/go.sum +++ b/go.sum @@ -62,8 +62,8 @@ github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= -github.com/ava-labs/coreth v0.12.6-rc.2 h1:5P9/i3h6g2uUYf6BVhG8YrV6iqhov6vRxph6cvuKpvU= -github.com/ava-labs/coreth v0.12.6-rc.2/go.mod h1:sNbwitXv4AhLvWpSqy6V8yzkhGFeWBQFD31/xiRDJ5M= +github.com/ava-labs/coreth v0.12.7-rc.1 h1:fvjow2Jqkq1RNtW4v2Kx0DdTVp+3+fCY421TxpDDRfM= +github.com/ava-labs/coreth v0.12.7-rc.1/go.mod h1:sNbwitXv4AhLvWpSqy6V8yzkhGFeWBQFD31/xiRDJ5M= github.com/ava-labs/ledger-avalanche/go v0.0.0-20230105152938-00a24d05a8c7 h1:EdxD90j5sClfL5Ngpz2TlnbnkNYdFPDXa0jDOjam65c= github.com/ava-labs/ledger-avalanche/go v0.0.0-20230105152938-00a24d05a8c7/go.mod h1:XhiXSrh90sHUbkERzaxEftCmUz53eCijshDLZ4fByVM= github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g= diff --git a/version/compatibility.json b/version/compatibility.json index c257b8a573df..0d8382e21678 100644 --- a/version/compatibility.json +++ b/version/compatibility.json @@ -1,6 +1,7 @@ { "29": [ - "v1.10.13" + "v1.10.13", + "v1.10.14" ], "28": [ "v1.10.9", diff --git a/version/constants.go b/version/constants.go index 146a4f1c8981..5cccb035d810 100644 --- a/version/constants.go +++ b/version/constants.go @@ -21,7 +21,7 @@ var ( Current = &Semantic{ Major: 1, Minor: 10, - Patch: 13, + Patch: 14, } CurrentApp = &Application{ Major: Current.Major,