Skip to content

0.1.33

Compare
Choose a tag to compare
@bmuddha bmuddha released this 13 Oct 16:39
· 65 commits to master since this release
c0fa6a8

Highlights:

  1. Two new metrics were added:
    • counter for websocket reconnect attempts websocket_reconnects
    • counter for rpc request retries request_retries
  2. Number of websocket reconnect attempts has been made infinite, with interval between attempts not exceeding 10 seconds
  3. Random failure of tree_matches_overall proptest has been fixed
  4. In case of invalid request, the error response has been made to match that of validator
  5. jsonParsed encoding support was added to cacher for the already cached values (optional feature, on by default)

What's Changed

  • Made backoff for websocket connection attempts infinite by @bobs4462 in #169
  • AccountUpdateManager mini refactoring + readme update by @bobs4462 in #168
  • Added 2 counters to metrics: rpc request retries, websocket reconnects by @bobs4462 in #167
  • Fixed failing tests due to range error by @bobs4462 in #170
  • Changed the error type in case of invalid request by @bobs4462 in #172
  • chore: bump version by @bobs4462 in #173
  • Added feature to support jsonParsed encoding by @bobs4462 in #174

Full Changelog: 0.1.32...0.1.33