v0.101.0 #8009
steven-sheehy
started this conversation in
Releases
v0.101.0
#8009
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release adds support for storing the new mutable metadata information available in HIP-646, HIP-657, and HIP-765. For now, it just persists the data and in future releases we'll expose it via the REST APIs.
The
/api/v1/tokens
REST API now supports multipletoken.id
parameters. This allows users to efficiently query for multiple tokens in a single call.The
/api/v1/contracts/call
REST API saw some major performance improvements this release. The first change was to switch the Kubernetes node pools to a different machine class that provides dedicated resource allocation. The endpoint was also switched from a reactive MVC stack to a synchronous MVC stack. Simultaneously, the module enabled the new virtual thread technology that replaces platform threads. These changes combined to improve the request throughput by 1-2x.Another important change was to enable batching between the download and parser threads in the importer. For now, this functionality is configured to behave as before with no batching. When configured manually, this can reduce sync times for historical data by at least 12x. In the future, we'll look at ways to automatically enable this functionality when the importer is attempting to catch up.
Enhancements
Bug Fixes
Dependency Upgrades
@aws-sdk
/client-s3 from 3.529.1 to 3.535.0 in /hedera-mirror-rest #7920@aws-sdk
/client-s3 from 3.525.0 to 3.529.1 in /hedera-mirror-rest #7888Contributors
We'd like to thank all the contributors who worked on this release!
This discussion was created from the release v0.101.0.
Beta Was this translation helpful? Give feedback.
All reactions