Skip to content

v24.0.0

Compare
Choose a tag to compare
@Theodus Theodus released this 06 Nov 14:54
· 31 commits to main since this release

Release Notes

  • feat: change user identifier type to a string from address (#963)
  • fix: respect payment_required setting (f0cbb9a)
  • feat: replace legacy kafka reports (81012af)

Migration Guide

  1. Upgrade gateway(s) to v24.0.0 (or later). This will start producing to a new gateway_queries topic and stop producing to the gateway_client_query_results, gateway_indexer_attempts, & gateway_indexer_fees topics. To minimize loss of indexer fees going to gateway_indexer_fees_hourly, make this switch at about **:01 UTC (1 minute after some hour).
  2. Upgrade titorelli to sha-ca61e47 (or later). If you require the old gateway_client_query_results & gateway_indexer_attempts topics, titorelli can translate messages from gateway_queries to those messages with the config option "legacy_topics": true.
  3. Upgrade tap-escrow-manager to sha-7e389ed (or later), with "realtime_topic": "gateway_queries".
  4. Remove the gateway_client_query_results, gateway_indexer_attempts, & gateway_indexer_fees topics if no longer in use.