Skip to content

Commit b2b5251

Browse files
chore(release): 9.0.0-next.1 [skip ci]
## [9.0.0-next.1](v8.13.1...v9.0.0-next.1) (2025-12-04) ### ⚠ BREAKING CHANGES * consolidate db migrations into one file per table (#2392) * This change will require resyncing from genesis * optimize principal transaction lists and etags (#2370) ### Features * migrate default postgres schema ([2cc2459](2cc2459)) * migrate default postgres schema ([#2373](#2373)) ([eb183cf](eb183cf)) * optimize principal transaction lists and etags ([#2370](#2370)) ([30c63d7](30c63d7)) ### Bug Fixes * calculate burnchain reward reorgs correctly ([#2355](#2355)) ([f82efbc](f82efbc)) * do not display revoked pool delegations ([#2357](#2357)) ([c6de314](c6de314)) * push redis updates to a stream ([#2360](#2360)) ([2bfacf6](2bfacf6)) * sanitize event observer strings ([#2361](#2361)) ([2604539](2604539)) ### Miscellaneous Chores * consolidate db migrations into one file per table ([#2392](#2392)) ([60b8db0](60b8db0))
1 parent 60b8db0 commit b2b5251

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [9.0.0-next.1](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.13.1...v9.0.0-next.1) (2025-12-04)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* consolidate db migrations into one file per table (#2392)
7+
* This change will require resyncing from genesis
8+
* optimize principal transaction lists and etags (#2370)
9+
10+
### Features
11+
12+
* migrate default postgres schema ([2cc2459](https://github.com/hirosystems/stacks-blockchain-api/commit/2cc245967ec8ce0ff6ecc3c5b2c75f2b314bcec3))
13+
* migrate default postgres schema ([#2373](https://github.com/hirosystems/stacks-blockchain-api/issues/2373)) ([eb183cf](https://github.com/hirosystems/stacks-blockchain-api/commit/eb183cf253179a589761970663bc6b132b8d3a8f))
14+
* optimize principal transaction lists and etags ([#2370](https://github.com/hirosystems/stacks-blockchain-api/issues/2370)) ([30c63d7](https://github.com/hirosystems/stacks-blockchain-api/commit/30c63d7e21915579626ad3d290584112b8037e4d))
15+
16+
17+
### Bug Fixes
18+
19+
* calculate burnchain reward reorgs correctly ([#2355](https://github.com/hirosystems/stacks-blockchain-api/issues/2355)) ([f82efbc](https://github.com/hirosystems/stacks-blockchain-api/commit/f82efbc6ddc0d98bea92c389888dfc7b5b17926b))
20+
* do not display revoked pool delegations ([#2357](https://github.com/hirosystems/stacks-blockchain-api/issues/2357)) ([c6de314](https://github.com/hirosystems/stacks-blockchain-api/commit/c6de31493b92c4e5ae5dcc44519dcc9867886abd))
21+
* push redis updates to a stream ([#2360](https://github.com/hirosystems/stacks-blockchain-api/issues/2360)) ([2bfacf6](https://github.com/hirosystems/stacks-blockchain-api/commit/2bfacf6ee5ef19758f0b7b24cdbd677f4d89e0ed))
22+
* sanitize event observer strings ([#2361](https://github.com/hirosystems/stacks-blockchain-api/issues/2361)) ([2604539](https://github.com/hirosystems/stacks-blockchain-api/commit/2604539d5e94f0f2ec20d05d86aa3690dcdb1474))
23+
24+
25+
### Miscellaneous Chores
26+
27+
* consolidate db migrations into one file per table ([#2392](https://github.com/hirosystems/stacks-blockchain-api/issues/2392)) ([60b8db0](https://github.com/hirosystems/stacks-blockchain-api/commit/60b8db0b6ce9569ef36da232be1b643b583a7ce4))
28+
129
## [8.13.1](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.13.0...v8.13.1) (2025-09-23)
230

331

0 commit comments

Comments
 (0)