Version 0.11.0 delivers improved reliability and visibility: a new Server Status plugin for real-time health checks, fixes to the Block Access Service and BlockStream container for seamless block delivery, and enhanced application-level metrics to ensure comprehensive observability.
Under the hood, we’ve cleaned up legacy modules, streamlined Helm charts, updated our maintainers’ guidelines, and added detailed metrics documentation. Over 15 core dependencies—Helidon, Guava, Dagger, CI tooling, and more—are bumped to their latest stable releases to keep our stack secure and modern.
Lastly, we’re excited to welcome first-time contributor @jwagantall, reflecting our growing community and commitment to an extensible, well-maintained platform.
What's Changed
⭐ New Features
- feat: create server status plugin by @georgi-l95 in #1137
🐛 Bug Fixes
- fix: Adjust block access service to be correct without workarounds by @jsync-swirlds in #1147
- fix: BlockStream Image Container broken by @AlfredoG87 in #1176
- fix: Fix of metrics start and addition of app level metrics by @AlfredoG87 in #1179
- fix: Opening for reflection, so Simulator can run in Consumer mode by @AlfredoG87 in #1196
📝 Documentation
- chore: Update MAINTAINERS.md to point to the master guidelines by @jwagantall in #1172
- docs: Add metrics document by @AlfredoG87 in #1120
🔧 Improvements
- chore: Small Helm and project improvements by @AlfredoG87 in #1162
- chore: Improve block node protobuf devex by @Nana-EC in #1135
- chore: clean-up of unneeded module block-provider/cloud.historic by @AlfredoG87 in #1170
- chore: Cherry-pick of #1200 into release/0.11 branch by @AlfredoG87 in #1201
⬆️ Dependency Upgrades
- build(deps): bump google-github-actions/auth from 2.1.9 to 2.1.10 by @dependabot in #1071
- build(deps): bump step-security/foundry-toolchain from 1.2.2 to 1.4.0 by @dependabot in #1084
- build(deps): bump testContainersVersion from 1.20.6 to 1.21.0 in /hiero-dependency-versions by @dependabot in #1082
- build(deps): bump com.google.guava:guava from 33.4.7-jre to 33.4.8-jre in /hiero-dependency-versions by @dependabot in #1081
- build(deps): bump pbjVersion from 0.11.2 to 0.11.3 in /hiero-dependency-versions by @dependabot in #1080
- build(deps): bump helidonVersion from 4.1.6 to 4.2.2 in /hiero-dependency-versions by @dependabot in #1079
- build(deps): bump com.github.luben:zstd-jni from 1.5.7-1 to 1.5.7-3 in /hiero-dependency-versions by @dependabot in #1078
- build(deps): bump gradle/actions from 4.3.1 to 4.4.0 by @dependabot in #1163
- build(deps): bump pbjVersion from 0.11.3 to 0.11.6 in /hiero-dependency-versions by @dependabot in #1164
- build(deps): bump com.github.docker-java:docker-java-api from 3.5.0 to 3.5.1 in /hiero-dependency-versions by @dependabot in #1165
- build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 by @dependabot in #1157
- build(deps): bump docker/build-push-action from 6.16.0 to 6.17.0 by @dependabot in #1156
- build(deps): bump daggerVersion from 2.56.1 to 2.56.2 in /hiero-dependency-versions by @dependabot in #1116
- build(deps): bump com.google.cloud:libraries-bom from 26.59.0 to 26.60.0 in /hiero-dependency-versions by @dependabot in #1114
New Contributors
- @jwagantall made their first contribution in #1172
Full Changelog: v0.10.0...v0.11.0