Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Feb 28, 2024
1 parent 4527205 commit 043eaea
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [3.0.0](https://github.com/hirosystems/ordinals-api/compare/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](https://github.com/hirosystems/ordinals-api/issues/305)) ([d71e93a](https://github.com/hirosystems/ordinals-api/commit/d71e93a54ec8018c15bbfc2f88d18bab6606949e))
* add ordhook debug server ([#306](https://github.com/hirosystems/ordinals-api/issues/306)) ([88ad130](https://github.com/hirosystems/ordinals-api/commit/88ad1302924b8da27b8d98caf3d3351149a45f91))
* shutdown gracefully after finishing replaying blocks ([#315](https://github.com/hirosystems/ordinals-api/issues/315)) ([72fd3fd](https://github.com/hirosystems/ordinals-api/commit/72fd3fda24919f14218cbbf02a552dfcf4d8ea52))


### Bug Fixes

* batch inscription location updates ([47525c9](https://github.com/hirosystems/ordinals-api/commit/47525c93a0e71bd9a7df2ea1596d7c90f59ccaac))
* batch location pointer inserts ([#308](https://github.com/hirosystems/ordinals-api/issues/308)) ([33f8cb2](https://github.com/hirosystems/ordinals-api/commit/33f8cb2576115695d8e54fcc989086afef42ddc7))
* only update timestamp when streaming blocks ([#309](https://github.com/hirosystems/ordinals-api/issues/309)) ([2c9ff17](https://github.com/hirosystems/ordinals-api/commit/2c9ff17ebe8805f3de59046b25387b871debee49))
* remove unused pg indexes ([#311](https://github.com/hirosystems/ordinals-api/issues/311)) ([94d98d4](https://github.com/hirosystems/ordinals-api/commit/94d98d4e945aef28be7ec19fdb07d121c0ba2ea2))
* rename chainhook env vars to ordhook ([#314](https://github.com/hirosystems/ordinals-api/issues/314)) ([ae4ec01](https://github.com/hirosystems/ordinals-api/commit/ae4ec01326779af00b89907751a6946effe60536))
* standardize insert batch size ([b9b2448](https://github.com/hirosystems/ordinals-api/commit/b9b2448a1fa1bef16f0a1eed80158ca9b8ca9133))

## [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)


Expand Down

0 comments on commit 043eaea

Please sign in to comment.