Releases: hirosystems/stacks-blockchain-api
Releases · hirosystems/stacks-blockchain-api
v8.1.0-beta.1
8.1.0-beta.1 (2024-10-07)
Features
- add block etag (#2103) (66e6800)
- add cache handler for principal activity including mempool transactions (#2100) (2370c21)
- add principal cache etag to account endpoints (#2097) (28e9864)
- return estimated balance in account balance endpoints (#2104) (e217cea)
Bug Fixes
v8.0.3
v8.0.2
v8.0.2-beta.1
8.0.2-beta.1 (2024-09-26)
Bug Fixes
- use current circulating STX tokens for
stx_supply
endpoint, year 2050 estimate in new field (b3e08e7)
v8.0.1
v8.0.0
8.0.0 (2024-08-28)
⚠ BREAKING CHANGES
Note
This is only a breaking change because significant changes were made to the JavaScript client library's interface and how its types are generated, and because its library version always matches the API version.
There are no changes to endpoints or database schemas that necessitate a full Stacks node event replay i.e. you may upgrade to v8.0.0 from v7.x directly.
- refactor from express to fastify (#2045)
- refactor from Express to Fastify
Features
- cursor-based pagination on blocks endpoint (#2060) (bfdcce1)
- export events tsv directly to postgres instance (#2048) (f401a0f)
- refactor from Express to Fastify (aa0e51e), closes #2042
- refactor from express to fastify (#2045) (bd65fcf), closes #2042