You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [3.0.0-beta.1](v2.1.1...v3.0.0-beta.1) (2022-02-25)
### Bug Fixes
* capture re-organized txs correctly in `/extended/v1/:address/transactions` ([#1074](#1074)) ([81d039d](81d039d))
* principal_stx_txs sorting ([#1056](#1056)) ([b0a0e94](b0a0e94))
* sort NFT events by event_index too ([#1063](#1063)) ([77b2587](77b2587))
* chore!: major version bump for breaking db schema changes ([296c619](296c619))
### Features
* add `chain_tip` materialized view to track chain tip stats ([#1028](#1028)) ([803ac18](803ac18))
* add chain tip info to `/extended/v1/status` ([#1070](#1070)) ([fb573b1](fb573b1))
* added feature for rendering docs ([#991](#991)) ([a521a39](a521a39))
* change string and hex column indices to Hash method ([#1042](#1042)) ([aae6cc0](aae6cc0))
### BREAKING CHANGES
* use event-replay to upgrade, this version includes breaking changes to the db sql schema
* sort NFT events by event_index too ([#1063](https://github.com/hirosystems/stacks-blockchain-api/issues/1063)) ([77b2587](https://github.com/hirosystems/stacks-blockchain-api/commit/77b25878f652393a6066dad5c6b39569eb8a194a))
9
+
10
+
11
+
* chore!: major version bump for breaking db schema changes ([296c619](https://github.com/hirosystems/stacks-blockchain-api/commit/296c619f81c480db9246ab8ea0b9fbf3c7b982b1))
12
+
13
+
14
+
### Features
15
+
16
+
* add `chain_tip` materialized view to track chain tip stats ([#1028](https://github.com/hirosystems/stacks-blockchain-api/issues/1028)) ([803ac18](https://github.com/hirosystems/stacks-blockchain-api/commit/803ac189c25b6a31ae94063a6f1a4ede1f0dba98))
17
+
* add chain tip info to `/extended/v1/status` ([#1070](https://github.com/hirosystems/stacks-blockchain-api/issues/1070)) ([fb573b1](https://github.com/hirosystems/stacks-blockchain-api/commit/fb573b11e4b8768d87e6b9c557fec92945fadd9a))
18
+
* added feature for rendering docs ([#991](https://github.com/hirosystems/stacks-blockchain-api/issues/991)) ([a521a39](https://github.com/hirosystems/stacks-blockchain-api/commit/a521a390b2d973851f94a8962ec2b70a5937c6a7))
19
+
* change string and hex column indices to Hash method ([#1042](https://github.com/hirosystems/stacks-blockchain-api/issues/1042)) ([aae6cc0](https://github.com/hirosystems/stacks-blockchain-api/commit/aae6cc0c643a5c6056e596768080119e2c84bb21))
20
+
21
+
22
+
### BREAKING CHANGES
23
+
24
+
* use event-replay to upgrade, this version includes breaking changes to the db sql schema
0 commit comments