Skip to content

Releases: hirosystems/stacks-blockchain-api

v8.1.0-beta.1

07 Oct 15:21
Compare
Choose a tag to compare
v8.1.0-beta.1 Pre-release
Pre-release

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

  • prune and restore mempool transactions with equal nonces for the same sender (#2091) (1ce75de)
  • use total_count CTE and return it with the parsed results (#2073) (bb30911)

v8.0.3

01 Oct 15:22
Compare
Choose a tag to compare

8.0.3 (2024-10-01)

Bug Fixes

  • query param until_block not working in several endpoints (#2101) (fce15d6)

v8.0.2

27 Sep 14:01
Compare
Choose a tag to compare

8.0.2 (2024-09-27)

Bug Fixes

  • use current circulating STX tokens for stx_supply endpoint, year 2050 estimate in new field (b3e08e7)

v8.0.2-beta.1

26 Sep 16:10
Compare
Choose a tag to compare
v8.0.2-beta.1 Pre-release
Pre-release

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

23 Sep 16:02
Compare
Choose a tag to compare

8.0.1 (2024-09-23)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (159d0ca)

v8.0.0

28 Aug 15:48
Compare
Choose a tag to compare

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

Bug Fixes

  • missing event limit max overrides on a few endpoints (4f70930)
  • pagination and query param parsing bugs (a382d2b), closes #2042
  • perform status endpoint sql inside transactions (b23445c)
  • tx event-limit default should be 100 (32d0670)

v8.0.0-beta.6

27 Aug 08:37
Compare
Choose a tag to compare
v8.0.0-beta.6 Pre-release
Pre-release

8.0.0-beta.6 (2024-08-27)

⚠ BREAKING CHANGES

  • refactor from express to fastify (#2045)

Features

Bug Fixes

  • index on principal_stx_txs table for faster /v1/address/{addr}/transactions lookups (#2059) (ab64ab7)

v7.14.1

21 Aug 15:19
Compare
Choose a tag to compare

7.14.1 (2024-08-21)

Bug Fixes

  • index on principal_stx_txs table for faster /v1/address/{addr}/transactions lookups (#2059) (ab64ab7)

v7.14.0

20 Aug 16:48
Compare
Choose a tag to compare

7.14.0 (2024-08-20)

Features

v8.0.0-beta.5

16 Aug 11:46
Compare
Choose a tag to compare
v8.0.0-beta.5 Pre-release
Pre-release

8.0.0-beta.5 (2024-08-16)

Bug Fixes

  • perform status endpoint sql inside transactions (b23445c)