Skip to content

v0.40.0

Choose a tag to compare

@rwalworth rwalworth released this 10 Jun 19:45
· 52 commits to main since this release
d46ee7a

Release Notes - Version 0.40.0

Summary

This release adds SDK metric capabilities. These additions will allow the consensus node to track which requests it receives were sent by the Hiero Swift SDK, as well as the version of the SDK that was used to submit it.

Enhancements

  • SDK Metrics: Fields were added to the gRPC headers of any request being sent to a Hiero network from the Swift SDK to acknowledge that the Swift SDK is submitting the request, as well as what version of the Swift SDK is submitting. This will be captured on the consensus node side and metrics will be kept. This will allow node operators to see how many requests it's receiving from the Swift SDK, as well as how often users update their SDKs.