v0.148.0 #12970
steven-sheehy
started this conversation in
Releases
v0.148.0
#12970
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 saw support for HIP-1313 High-Volume Entity Creation. A new
high_volumeboolean field was added to the database and the transaction REST APIs. This field will be set to true if the user opts into high-volume pricing to create their entities.Partial support for HIP-1193 Record Stream to Block Stream Cut-over was implemented. As part of the larger block stream effort, mirror nodes will need to transition from reading record streams to reading block streams. This transition is intending to be automatic for most mirror node operators outside potentially adjusting their IAM permissions to allow reading a different bucket. Full cut-over support will be completed in v0.149.0.
There were a number of notable dependency upgrades. Spring Boot was upgraded to version 4 which contained a number of major breaking changes. This should be mostly transparent to operators unless they are setting Spring specific configuration properties. The gRPC API module transitioned from using the unmaintained grpc-spring to using the new official Spring gRPC. Additionally, our application was tested successfully against Kubernetes 1.34 and Helm 4 ensuring compatibility for a wider set of deployments.
Breaking Changes
The JavaScript implementation of
/api/v1/network/supplywas removed in this release in favor of the newer Java-based implementation. The Java implementation of this API was enabled by default in the Helm chart in the previous release and has been running in Hedera managed environments without issue. Operators should ensure their routing logic is updated so that requests to/api/v1/network/supplyare directed to the rest-java process instead of the JavaScript-based rest process. If operators use our docker compose or Helm chart this routing change is handled automatically.Enhancements
Bug Fixes
Documentation
Dependency Upgrades
@isaacs/brace-expansion from 5.0.0 to 5.0.1 in /rest/check-state-proof #12891Deployments
Contributors
Thank you to all the contributors who worked on this release:
@ashumahajan
@bilyana-gospodinova
@jnels124
@jwagantall
@martingeorgiev1
@nirbosl
@sdimitrov9
@steven-sheehy
@xin-hedera
This discussion was created from the release v0.148.0.
Beta Was this translation helpful? Give feedback.
All reactions