|
1 | 1 | # Release Notes
|
2 | 2 |
|
| 3 | +## [v1.10.14](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.14) |
| 4 | + |
| 5 | +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. |
| 6 | + |
| 7 | +The plugin version is unchanged at `29` and compatible with version `v1.10.13`. |
| 8 | + |
| 9 | +### Configs |
| 10 | + |
| 11 | +- Deprecated `--api-ipcs-enabled` |
| 12 | +- Deprecated `--ipcs-chain-ids` |
| 13 | +- Deprecated `--ipcs-path` |
| 14 | +- Deprecated `--api-keystore-enabled` |
| 15 | + |
| 16 | +### Fixes |
| 17 | + |
| 18 | +- Fixed shutdown of timeout manager |
| 19 | +- Fixed racy access of the shutdown time |
| 20 | + |
| 21 | +### What's Changed |
| 22 | + |
| 23 | +- Remove build check from unit tests by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2189 |
| 24 | +- Update cgo usage by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2184 |
| 25 | +- Deprecate IPC configs by @danlaine in https://github.com/ava-labs/avalanchego/pull/2168 |
| 26 | +- Update P2P proto docs by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2181 |
| 27 | +- Merkle db Make Paths only refer to lists of nodes by @dboehm-avalabs in https://github.com/ava-labs/avalanchego/pull/2143 |
| 28 | +- Deprecate keystore config by @danlaine in https://github.com/ava-labs/avalanchego/pull/2195 |
| 29 | +- Add tests for BanffBlock serialization by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/2194 |
| 30 | +- Move Shutdown lock from Handler into Engines by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2179 |
| 31 | +- Move HealthCheck lock from Handler into Engines by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2173 |
| 32 | +- Implement Heap Map by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2137 |
| 33 | +- Move selectStartGear lock from Handler into Engines by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2182 |
| 34 | +- Add Heap Set by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2136 |
| 35 | +- Shutdown TimeoutManager during node Shutdown by @abi87 in https://github.com/ava-labs/avalanchego/pull/1707 |
| 36 | +- Redesign validator set management to enable tracking all subnets by @ceyonur in https://github.com/ava-labs/avalanchego/pull/1857 |
| 37 | +- Update local network readme by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2203 |
| 38 | +- Use custom codec for validator metadata by @abi87 in https://github.com/ava-labs/avalanchego/pull/1510 |
| 39 | +- Add RSA max key length test by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2205 |
| 40 | +- Remove duplicate networking check by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2204 |
| 41 | +- Update TestDialContext to use ManuallyTrack by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2209 |
| 42 | +- Remove contains from validator manager interface by @ceyonur in https://github.com/ava-labs/avalanchego/pull/2198 |
| 43 | +- Move the overridden manager into the node by @ceyonur in https://github.com/ava-labs/avalanchego/pull/2199 |
| 44 | +- Remove `aggregate` struct by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/2213 |
| 45 | +- Add log for ungraceful shutdown on startup by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/2215 |
| 46 | +- Add pebble database implementation by @danlaine in https://github.com/ava-labs/avalanchego/pull/1999 |
| 47 | +- Add `TransferSubnetOwnershipTx` by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/2178 |
| 48 | +- Revert networking AllowConnection change by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2219 |
| 49 | +- Fix unexpected unlock by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2221 |
| 50 | +- Improve logging for block verification failure by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/2224 |
| 51 | + |
| 52 | +**Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.10.13...v1.10.14 |
| 53 | + |
3 | 54 | ## [v1.10.13](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.13)
|
4 | 55 |
|
5 | 56 | 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.
|
|
0 commit comments