Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 043eaea

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.2.0...v3.0.0) (2024-02-28) ### ⚠ BREAKING CHANGES * rename chainhook env vars to ordhook (#314) ### Features * add `metadata` and `parent` columns to inscriptions table ([#305](#305)) ([d71e93a](d71e93a)) * add ordhook debug server ([#306](#306)) ([88ad130](88ad130)) * shutdown gracefully after finishing replaying blocks ([#315](#315)) ([72fd3fd](72fd3fd)) ### Bug Fixes * batch inscription location updates ([47525c9](47525c9)) * batch location pointer inserts ([#308](#308)) ([33f8cb2](33f8cb2)) * only update timestamp when streaming blocks ([#309](#309)) ([2c9ff17](2c9ff17)) * remove unused pg indexes ([#311](#311)) ([94d98d4](94d98d4)) * rename chainhook env vars to ordhook ([#314](#314)) ([ae4ec01](ae4ec01)) * standardize insert batch size ([b9b2448](b9b2448))
1 parent 4527205 commit 043eaea

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [3.0.0](https://github.com/hirosystems/ordinals-api/compare/v2.2.0...v3.0.0) (2024-02-28)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* rename chainhook env vars to ordhook (#314)
7+
8+
### Features
9+
10+
* add `metadata` and `parent` columns to inscriptions table ([#305](https://github.com/hirosystems/ordinals-api/issues/305)) ([d71e93a](https://github.com/hirosystems/ordinals-api/commit/d71e93a54ec8018c15bbfc2f88d18bab6606949e))
11+
* add ordhook debug server ([#306](https://github.com/hirosystems/ordinals-api/issues/306)) ([88ad130](https://github.com/hirosystems/ordinals-api/commit/88ad1302924b8da27b8d98caf3d3351149a45f91))
12+
* shutdown gracefully after finishing replaying blocks ([#315](https://github.com/hirosystems/ordinals-api/issues/315)) ([72fd3fd](https://github.com/hirosystems/ordinals-api/commit/72fd3fda24919f14218cbbf02a552dfcf4d8ea52))
13+
14+
15+
### Bug Fixes
16+
17+
* batch inscription location updates ([47525c9](https://github.com/hirosystems/ordinals-api/commit/47525c93a0e71bd9a7df2ea1596d7c90f59ccaac))
18+
* batch location pointer inserts ([#308](https://github.com/hirosystems/ordinals-api/issues/308)) ([33f8cb2](https://github.com/hirosystems/ordinals-api/commit/33f8cb2576115695d8e54fcc989086afef42ddc7))
19+
* only update timestamp when streaming blocks ([#309](https://github.com/hirosystems/ordinals-api/issues/309)) ([2c9ff17](https://github.com/hirosystems/ordinals-api/commit/2c9ff17ebe8805f3de59046b25387b871debee49))
20+
* remove unused pg indexes ([#311](https://github.com/hirosystems/ordinals-api/issues/311)) ([94d98d4](https://github.com/hirosystems/ordinals-api/commit/94d98d4e945aef28be7ec19fdb07d121c0ba2ea2))
21+
* rename chainhook env vars to ordhook ([#314](https://github.com/hirosystems/ordinals-api/issues/314)) ([ae4ec01](https://github.com/hirosystems/ordinals-api/commit/ae4ec01326779af00b89907751a6946effe60536))
22+
* standardize insert batch size ([b9b2448](https://github.com/hirosystems/ordinals-api/commit/b9b2448a1fa1bef16f0a1eed80158ca9b8ca9133))
23+
124
## [3.0.0-beta.2](https://github.com/hirosystems/ordinals-api/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2024-02-21)
225

326

0 commit comments

Comments
 (0)