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](v2.1.1...v3.0.0) (2022-03-03)
### Bug Fixes
* capture re-organized txs correctly in `/extended/v1/:address/transactions` ([#1074](#1074)) ([81d039d](81d039d))
* deactivate indices before subdomain import ([#1086](#1086)) ([d8d4d4c](d8d4d4c))
* index principal_stx_txs tx_id to speed up reorg updates ([#1080](#1080)) ([f6d7d0c](f6d7d0c))
* principal_stx_txs sorting ([#1056](#1056)) ([b0a0e94](b0a0e94))
* remove unused indices, add others for re-org queries ([#1087](#1087)) ([2a2fb8d](2a2fb8d))
* 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
* capture re-organized txs correctly in `/extended/v1/:address/transactions` ([#1074](https://github.com/hirosystems/stacks-blockchain-api/issues/1074)) ([81d039d](https://github.com/hirosystems/stacks-blockchain-api/commit/81d039d72219c51d517d27e69cedfc0cc8e10c7e))
7
+
* deactivate indices before subdomain import ([#1086](https://github.com/hirosystems/stacks-blockchain-api/issues/1086)) ([d8d4d4c](https://github.com/hirosystems/stacks-blockchain-api/commit/d8d4d4c35e0fd197668b0b6c56700f437290c734))
8
+
* index principal_stx_txs tx_id to speed up reorg updates ([#1080](https://github.com/hirosystems/stacks-blockchain-api/issues/1080)) ([f6d7d0c](https://github.com/hirosystems/stacks-blockchain-api/commit/f6d7d0cbf6b0bfd5a2cf0406570ed1c5d99e9220))
* 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))
12
+
13
+
14
+
* chore!: major version bump for breaking db schema changes ([296c619](https://github.com/hirosystems/stacks-blockchain-api/commit/296c619f81c480db9246ab8ea0b9fbf3c7b982b1))
15
+
16
+
17
+
### Features
18
+
19
+
* 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))
20
+
* 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))
21
+
* 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))
22
+
* 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))
23
+
24
+
25
+
### BREAKING CHANGES
26
+
27
+
* use event-replay to upgrade, this version includes breaking changes to the db sql schema
0 commit comments