Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Version 0.7.2

Compare
Choose a tag to compare
@sameersubudhi sameersubudhi released this 13 Dec 10:23
· 94 commits to development since this release

Change Log

v0.7.2 (2023-12-03)

Full Changelog

This release addresses the following:

  • Fixes various minor bugs related to the existing API endpoints
  • Upgrades Redis to v7 to address the known security vulnerabilities
  • Adds default authentication settings to Redis. Please check our quick guide on setting up authentication on your Redis instances
  • Makes various improvements to API client handling and instantiation process

Resolved issues:

  1. Transactions API ignore other params when transactionID is passed
  2. SenderAddress also returns recipientAddress or generatorAddress in Events API
  3. Upgrade Redis version
  4. Update schema for txpool_getTransactionsFromPool
  5. Index valid generatorKeys from genesis assets
  6. Missing error handling in coordinator
  7. Connector creates too many ws connections with the node which stresses out the node
  8. Indexer queries for block heights in future
  9. Limit max web socket connection initialization
  10. Add authentication support for Redis