v1.66 - 17th October 2023

  • Started moving configuration to Spring Cloud Config
  • Simplified configuration for EVM nft-indexer
  • Added session hash to Flow client
  • Implement priority queue in meta pipeline
  • Index Paused event in nft collections. Deny trading in paused collections
  • Proxy some requests from Union to Ethereum (so ethereum-api should not be needed to expose)

v1.65 - 9th October 2023

  • Add item sort by traits
  • Add item filter by traits as a number
  • Initial version of Spam protection (covered the case when many tokens are minted to different wallets at once)
  • Don't block indexer if unable to index one block. Add alerts
  • Ability to recover data from skipped block
  • Initial support for Hedera blockchain
  • Fixed: API /refreshCollectionMeta responds for more than 30 seconds

v1.64 - 2nd October 2023

  • Integrated Tenderly to simulate order execution transactions (to improve Order reliability)
  • Added new indexer sent/received metric (to improve data consistency)
  • Fixed: Ownership was not created if user minted ERC-1155 in some cases