Skip to content

Commit cc2ceec

Browse files
chore(release): 8.1.0-beta.1 [skip ci]
## [8.1.0-beta.1](v8.0.3...v8.1.0-beta.1) (2024-10-07) ### Features * add block etag ([#2103](#2103)) ([66e6800](66e6800)) * add cache handler for principal activity including mempool transactions ([#2100](#2100)) ([2370c21](2370c21)) * add principal cache etag to account endpoints ([#2097](#2097)) ([28e9864](28e9864)) * return estimated balance in account balance endpoints ([#2104](#2104)) ([e217cea](e217cea)) ### Bug Fixes * prune and restore mempool transactions with equal nonces for the same sender ([#2091](#2091)) ([1ce75de](1ce75de)) * use total_count CTE and return it with the parsed results ([#2073](#2073)) ([bb30911](bb30911))
1 parent 452a3f1 commit cc2ceec

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [8.1.0-beta.1](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.0.3...v8.1.0-beta.1) (2024-10-07)
2+
3+
4+
### Features
5+
6+
* add block etag ([#2103](https://github.com/hirosystems/stacks-blockchain-api/issues/2103)) ([66e6800](https://github.com/hirosystems/stacks-blockchain-api/commit/66e680051061f25de2acc87898aeac145b5c9093))
7+
* add cache handler for principal activity including mempool transactions ([#2100](https://github.com/hirosystems/stacks-blockchain-api/issues/2100)) ([2370c21](https://github.com/hirosystems/stacks-blockchain-api/commit/2370c211e957ed2191f52710b93e4456c0b2fb89))
8+
* add principal cache etag to account endpoints ([#2097](https://github.com/hirosystems/stacks-blockchain-api/issues/2097)) ([28e9864](https://github.com/hirosystems/stacks-blockchain-api/commit/28e9864844a22994205f44fc279be6b019d4b019))
9+
* return estimated balance in account balance endpoints ([#2104](https://github.com/hirosystems/stacks-blockchain-api/issues/2104)) ([e217cea](https://github.com/hirosystems/stacks-blockchain-api/commit/e217ceac6bb3340688445fa346bc2d01b212f6d2))
10+
11+
12+
### Bug Fixes
13+
14+
* prune and restore mempool transactions with equal nonces for the same sender ([#2091](https://github.com/hirosystems/stacks-blockchain-api/issues/2091)) ([1ce75de](https://github.com/hirosystems/stacks-blockchain-api/commit/1ce75de8f7866c6e528b56706e624c4600b17412))
15+
* use total_count CTE and return it with the parsed results ([#2073](https://github.com/hirosystems/stacks-blockchain-api/issues/2073)) ([bb30911](https://github.com/hirosystems/stacks-blockchain-api/commit/bb30911bae0d3cb5fb26312d84dce7b04f5ffa97))
16+
117
## [8.0.3](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.0.2...v8.0.3) (2024-10-01)
218

319

0 commit comments

Comments
 (0)