v0.97.0 #7618
steven-sheehy
started this conversation in
Releases
v0.97.0
#7618
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release sees some incremental changes to the REST API. The REST API now supports a RFC5988 compliant
Link
header in its response as an alternative to thelinks.next
in the response body. Either link can now be used for pagination, but theLink
header provides a standard approach that's supported by more tools. The/api/v1/accounts/{id}?timestamp
endpoint now shows historically accurate staking information in its response so that users can view their past pending rewards. The timestamp in the response of the/api/v1/tokens/{id}/balances
endpoint is now more accurate by reflecting the max balance timestamp of the tokens in its response.The helm chart was verified to be compatible with Kubernetes 1.28 and saw its dependencies all bumped to the latest release. The new rest-java module was converted from WebFlux to servlets with virtual threads. This should increase its scalability once we implement HIP-857 NFT allowance REST API in a future relase. Some internal refactoring of
BatchEntityListener
toBatchPublisher
will enable future improvements to historical syncing and batch processing.The
/api/v1/contracts/call
endpoint saw a lot of important bug fixes this release. Support for historical blocks should be complete with some remaining bugs ironed out. The supported operations documentation was updated to reflect this increased level of compatibility.Upgrading
If you use the
hedera-mirror-common
chart then the prometheus operator CRDs need to be updated before upgrading:Enhancements
/api/v1/accounts/{id}?timestamp
#7544Bug Fixes
NullPointerException
forestimate_gas
when passing non-existent sender address #7594eth_call
withextcodehash
on system account #7546Documentation
Dependency Upgrades
@testcontainers
/postgresql from 10.5.0 to 10.6.0 in /hedera-mirror-rest #7584@aws-sdk
/client-s3 from 3.490.0 to 3.496.0 in /hedera-mirror-rest #7583@aws-sdk
/client-s3 from 3.485.0 to 3.490.0 in /hedera-mirror-rest #7528@testcontainers
/postgresql from 10.4.0 to 10.5.0 in /hedera-mirror-rest #7527@aws-sdk
/client-s3 from 3.484.0 to 3.485.0 in /hedera-mirror-rest #7496Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.97.0.
Beta Was this translation helpful? Give feedback.
All reactions