|
1 | 1 | # Release Notes
|
2 | 2 |
|
| 3 | +## [v1.11.9](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.9) |
| 4 | + |
| 5 | +This version is backwards compatible to [v1.11.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.0). It is optional, but encouraged. |
| 6 | + |
| 7 | +The plugin version is unchanged at `35` and is compatible with versions `v1.11.3-v1.11.8`. |
| 8 | + |
| 9 | +### APIs |
| 10 | + |
| 11 | +- Updated health metrics to use labels rather than namespaces |
| 12 | +- Added consensus poll termination metrics |
| 13 | + |
| 14 | +### Configs |
| 15 | + |
| 16 | +- Added `--version-json` flag to output version information in json format |
| 17 | + |
| 18 | +### Fixes |
| 19 | + |
| 20 | +- Fixed incorrect WARN log that could previously be emitted during start on nodes with slower disks |
| 21 | +- Fixed incorrect ERROR log that could previously be emitted if a peer tracking a subnet connects during shutdown |
| 22 | +- Fixed ledger dependency on erased commit |
| 23 | +- Fixed protobuf dependency to resolve compilation issues in some cases |
| 24 | +- Fixed C-chain filename logging |
| 25 | + |
| 26 | +### What's Changed |
| 27 | + |
| 28 | +- Error driven snowflake multi counter by @aaronbuchwald in https://github.com/ava-labs/avalanchego/pull/3092 |
| 29 | +- [antithesis] Add ci jobs to trigger test runs by @marun in https://github.com/ava-labs/avalanchego/pull/3076 |
| 30 | +- bump ledger-avalanche dependency to current main branch by @felipemadero in https://github.com/ava-labs/avalanchego/pull/3115 |
| 31 | +- [antithesis] Fix image publication job by quoting default tag value by @marun in https://github.com/ava-labs/avalanchego/pull/3112 |
| 32 | +- [e2e] Fix excessively verbose output from virtuous test by @marun in https://github.com/ava-labs/avalanchego/pull/3116 |
| 33 | +- Remove .Status() from .IsPreferred() by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3111 |
| 34 | +- Add early termination metrics case by case by @aaronbuchwald in https://github.com/ava-labs/avalanchego/pull/3093 |
| 35 | +- Update C-chain wallet context by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3118 |
| 36 | +- Standardize wallet tx acceptance polling by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3110 |
| 37 | +- [antithesis] Remove assertions incompatible with fault injection by @marun in https://github.com/ava-labs/avalanchego/pull/3104 |
| 38 | +- Use health labels by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3122 |
| 39 | +- Remove `Decided` from the `Consensus` interface by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3123 |
| 40 | +- Remove .Status() from .Accepted() by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3124 |
| 41 | +- Refactor `event.Blocker` into `job.Scheduler` by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3125 |
| 42 | +- Remove block lookup from `deliver` by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3130 |
| 43 | +- [chains/atomic] Remove a nested if statement by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/3135 |
| 44 | +- [vms/platformvm] Minor grammer fixes in `state` struct code comments by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/3136 |
| 45 | +- bump protobuf (fixes some build issues) by @darioush in https://github.com/ava-labs/avalanchego/pull/3142 |
| 46 | +- Emit version in JSON format for --json-version by @marun in https://github.com/ava-labs/avalanchego/pull/3129 |
| 47 | +- Repackaged NextBlockTime and GetNextStakerChangeTime by @abi87 in https://github.com/ava-labs/avalanchego/pull/3134 |
| 48 | +- [vms/platformvm] Cleanup execution config tests by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/3137 |
| 49 | +- [tmpnet] Enable bootstrap of subnets with disjoint validator sets by @marun in https://github.com/ava-labs/avalanchego/pull/3138 |
| 50 | +- Simplify dependency registration by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3139 |
| 51 | +- Replace `wasIssued` with `shouldIssueBlock` by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3131 |
| 52 | +- Remove parent lookup from issue by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3132 |
| 53 | +- Remove status usage from consensus by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3140 |
| 54 | +- Fix bootstrapping warn log by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/3156 |
| 55 | +- chore: fix some comment by @hattizai in https://github.com/ava-labs/avalanchego/pull/3144 |
| 56 | +- [ci] Add actionlint job by @marun in https://github.com/ava-labs/avalanchego/pull/3160 |
| 57 | +- check router is closing in requests by @ceyonur in https://github.com/ava-labs/avalanchego/pull/3157 |
| 58 | +- Use `ids.Empty` instead of `ids.ID{}` by @dhrubabasu in https://github.com/ava-labs/avalanchego/pull/3166 |
| 59 | +- Replace usage of utils.Err with errors.Join by @joshua-kim in https://github.com/ava-labs/avalanchego/pull/3167 |
| 60 | + |
| 61 | +**Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.11.8...v1.11.9 |
| 62 | + |
3 | 63 | ## [v1.11.8](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.8)
|
4 | 64 |
|
5 | 65 | This version is backwards compatible to [v1.11.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.0). It is optional, but encouraged.
|
|
0 commit comments