v0.127.0 #10881
steven-sheehy
started this conversation in
Releases
v0.127.0
#10881
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release contains important fixes to the modularized web3 project that aims to enhance the
/api/v1/contracts/call
REST API with the latest consensus node functionality. Along with various bug fixes and test improvements, we implemented theEntityCountsSingleton
and added verification and caching of system files. There are also new metrics and dashboard improvements to improve monitoring of the modularized traffic. With these changes, we have enough confidence to begin slowly rolling out this feature to production. As of writing, previewnet is at 50% and testnet is at 10% of traffic flowing to the new modularized code path. Please test your application and let us know of any regressions you may encounter during this transition period.Support for non-zero realm saw a ton of work completed in this release. Outside the web3 module which requires an upgrade to v0.61.2 of the consensus node library to unlock full support, the rest of the codebase should be mostly compatible with non-zero realm and shards now.
The alpha GraphQL API module was converted from reactive Spring WebFlux to synchronous Spring MVC. While that at first doesn't sound like an improvement, the module was also changed to use virtual threads at the same time to provide a scalable API without the complexity that reactive brings. To further harden our APIs, we now enforce JSON parsing limits in both the rest-java and web3 modules.
Breaking Changes
The
hedera_mirror_web3_call_*
metrics were renamed tohedera_mirror_web3_evm_*
.Enhancements
EntityCountsSingleton
#10689Bug Fixes
ContractControllerTest
#10684ThrottleAccumulator
#10682Documentation
Dependency Upgrades
@testcontainers
/postgresql from 10.21.0 to 10.23.0 in /hedera-mirror-rest #10768@aws-sdk
/client-s3 from 3.772.0 to 3.777.0 in /hedera-mirror-rest #10764@testcontainers
/redis from 10.21.0 to 10.23.0 in /hedera-mirror-rest #10751@aws-sdk
/client-s3 from 3.758.0 to 3.772.0 in /hedera-mirror-rest #10712@testcontainers
/redis from 10.20.0 to 10.21.0 in /hedera-mirror-rest #10709@testcontainers
/postgresql from 10.20.0 to 10.21.0 in /hedera-mirror-rest #10708Deployments
Contributors
Thank you to all the contributors who worked on this release:
@andrewb1269hg
@bilyana-gospodinova
@filev94
@jnels124
@kselveliev
@nickeynikolovv
@nirbosl
@sdimitrov9
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.127.0.
Beta Was this translation helpful? Give feedback.
All reactions