v0.147.0 #12865
steven-sheehy
started this conversation in
Releases
v0.147.0
#12865
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 some notable dependency upgrades. The Java version was increased from JDK 21 to JDK 25. Testing shows that this change resulted in a 10-20% improvement in Java REST API throughput. It also resulted in a 100-200 ms drop in stream file processing latency. For the JavaScript-based REST APIs, the Node.js version was increased from 22 LTS to 24 LTS. Testing shows this increased REST API throughput anywhere from 5% to 100%, averaging around 50% improvement overall. Finally, we're upgrading Stackgres from 1.17 to 1.18.3 which gives us some stability fixes.
The new Java-based
/api/v1/network/supplyREST API is now enabled by default in the Helm chart. In the next release, we'll be deleting the legacy JavaScript-based implementation. Operators should ensure they're ready to transition to the new backend.HIP-1195 hooks had some updates to make it compatible with the block stream. We also integrated the upstream changes to rename
LambdaSStoretoHookStore.Breaking Changes
We fixed a bug in the formatting of the
batch_keyfield in the response of the transaction REST APIs. The field was being formatted directly as a hexadecimal string instead of our standard key wrapper object (e.g.{"_type": "ED25519", "key": "1234..."}). The previous behavior did not match the format defined in the OpenAPI specification or in the HIP-551 Batch Transactions. Luckily this is a newer field that has not been used in production yet so we don't expect any major disruption from this change.Enhancements
Bug Fixes
hook_typemigration #12812Documentation
expiry_timestampencoding inconsistency #12800Dependency Upgrades
Deployments
Contributors
Thank you to all the contributors who worked on this release:
@ashumahajan
@bilyana-gospodinova
@jnels124
@martingeorgiev1
@mgarbs
@nirbosl
@saai-syvendra
@sdimitrov9
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.147.0.
Beta Was this translation helpful? Give feedback.
All reactions