6.0.0 (2022-10-06)
⚠ BREAKING CHANGES
- db schema updates
Features
- add
transaction_countformicroblocks_acceptedin block (#1162) (78d7d9c) - add API version in response header (#1216) (1e998db)
- add owner index to subdomains table (#1331) (a6c5e12)
- add token_type metadata for rosetta ft operations (#1332) (09af27b)
- mark breaking change (669fd0d)
- mempool stats endpoint and prometheus metrics (#1241) (9482238)
- refactor pg classes, switch to postgres.js (#1148) (3ff4177), closes #1168
- send nft updates through websocket channels (#1218) (920a7b8)
Bug Fixes
- consolidate db migrations (#1314) (d6bdf9f)
- event_observer_requests json writes (#1334) (465aa0b)
- included query params in redirecting to prefix 0x in tx endpoint (#1205) (664cce7)
- incorrect websocket/socket.io transaction updates (#1197) (8ee1da8)
- mobx breakage by locking package dependencies (#1206) (5f8bc9f)
- optimize
getMicroblocksquery (#1179) (7691109) - optimize block endpoint (#1190) (943e2d1)
- refresh materialized views concurrently in new pg format (#1324) (20b284f)
- remove duplicate txs in microblock responses (#1167) (15c0c11)
- remove live tsv append (#1315) (e2a1247)
- retry pg connection on new library code (#1326) (35db939)
- support multiple BNS name events in the same transaction (#1337) (1edb256)
- tests (1c1fd16)
- upgrade stacks node versions to 2.05.0.3.0 (#1328) (e30636e)
- upsert nft and ft metadata (#1193) (c4eec5d)