Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.0](v0.0.1...v0.1.0) (2023-05-15)

### Features

* /ordinals prefix ([38d6c6b](38d6c6b))
* accept inscription number on endpoints ([952bf8e](952bf8e))
* add rarity filter ([41f9207](41f9207))
* add status endpoint ([e42b351](e42b351))
* address array param ([5d3bc4b](5d3bc4b))
* btc indexer poc, update types and tables ([#7](#7)) ([6ff2bd9](6ff2bd9))
* chain tip cache for index ([7019f98](7019f98))
* configurable event server body limit ([1a37769](1a37769))
* consume inscription reveals from chainhook node ([#13](#13)) ([a99b4a4](a99b4a4))
* filter by array of ids or numbers ([34721b0](34721b0))
* filter by block hash ([ed73b78](ed73b78))
* filter by coinbase block height range ([5698ebc](5698ebc))
* filter by genesis block height range ([4f11c44](4f11c44))
* filter by genesis timestamp range ([67a0e9e](67a0e9e))
* filter by inscription number range ([f8453b6](f8453b6))
* filter by mime type ([f0093c7](f0093c7))
* filter by rarity array ([4037af3](4037af3))
* filter by sat ordinal range ([377ebb0](377ebb0))
* inscription cache control ([b9370d8](b9370d8))
* inscriptions index with filters ([790cbf7](790cbf7))
* move to new inscription_feed predicate ([#41](#41)) ([efa4a62](efa4a62))
* order index by ordinal, height, rarity ([aba47af](aba47af))
* resume indexing from last observed block height ([fc4a549](fc4a549))
* return current tx_id ([a503f73](a503f73))
* return genesis_address ([ee1e4ea](ee1e4ea))
* return genesis_timestamp ([d46eb0f](d46eb0f))
* sat endpoint ([ff7608b](ff7608b))
* shows inscription_id on sats ([1028a13](1028a13))
* support authorized chainhook events ([a2ff106](a2ff106))
* support inscription transfers ([#37](#37)) ([ebeb805](ebeb805))

### Bug Fixes

* add inscription number to responses ([d4d36c2](d4d36c2))
* add vercel.json ([ae66a07](ae66a07))
* adjust payloads ([#21](#21)) ([d6d91e9](d6d91e9))
* allow max limit of 60 ([2391a75](2391a75))
* buffers ([ae45e06](ae45e06))
* cache inscription counts for mime_type and sat_rarity ([#55](#55)) ([f4fb4c7](f4fb4c7))
* complete sat ordinal data ([56389b5](56389b5))
* env default values ([867fc63](867fc63))
* expand int column sizes ([0e425ff](0e425ff))
* increase out-of-order log level to error ([#42](#42)) ([56ca661](56ca661))
* inscription number filtering ([adb5cf6](adb5cf6))
* set starting block height to 767430 ([84ce95e](84ce95e))
* use bignumber.js for sat percentiles ([8914e27](8914e27))
* use materialized view total count correctly ([#64](#64)) ([939f6b9](939f6b9))
* use pre-calculated inscription count for unfiltered results ([#48](#48)) ([3e7a4f4](3e7a4f4))
  • Loading branch information
semantic-release-bot committed May 15, 2023
1 parent f3152e3 commit 47ef344
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
## [0.1.0](https://github.com/hirosystems/ordinals-api/compare/v0.0.1...v0.1.0) (2023-05-15)


### Features

* /ordinals prefix ([38d6c6b](https://github.com/hirosystems/ordinals-api/commit/38d6c6b6275c17e6039a5ac5c9e7724aeb80b5c9))
* accept inscription number on endpoints ([952bf8e](https://github.com/hirosystems/ordinals-api/commit/952bf8e8be7035f48a7252102a4c574e32e4f9ff))
* add rarity filter ([41f9207](https://github.com/hirosystems/ordinals-api/commit/41f92071be2beab390362140f075e248da630c19))
* add status endpoint ([e42b351](https://github.com/hirosystems/ordinals-api/commit/e42b351ce69b953c0aabec8ac29b773f3d7ae761))
* address array param ([5d3bc4b](https://github.com/hirosystems/ordinals-api/commit/5d3bc4bdcb3958e4f7a52bd32b0aaceae5d26b36))
* btc indexer poc, update types and tables ([#7](https://github.com/hirosystems/ordinals-api/issues/7)) ([6ff2bd9](https://github.com/hirosystems/ordinals-api/commit/6ff2bd94c7a48a44764b505a9ea387f63cf798ff))
* chain tip cache for index ([7019f98](https://github.com/hirosystems/ordinals-api/commit/7019f985d99e2d9f9c40b4e593404bd443c14194))
* configurable event server body limit ([1a37769](https://github.com/hirosystems/ordinals-api/commit/1a37769cdb4500e1141224fba953a9133f95a88e))
* consume inscription reveals from chainhook node ([#13](https://github.com/hirosystems/ordinals-api/issues/13)) ([a99b4a4](https://github.com/hirosystems/ordinals-api/commit/a99b4a4a1f0ecb5d7a5c7ee38994abc30bc0e796))
* filter by array of ids or numbers ([34721b0](https://github.com/hirosystems/ordinals-api/commit/34721b00df1e44e43b0366cd026c4da00bddcd51))
* filter by block hash ([ed73b78](https://github.com/hirosystems/ordinals-api/commit/ed73b785746cee0d05b9b14bb89f468e2b586b7d))
* filter by coinbase block height range ([5698ebc](https://github.com/hirosystems/ordinals-api/commit/5698ebce90a253b3f2898fb1e0880c9969e932f6))
* filter by genesis block height range ([4f11c44](https://github.com/hirosystems/ordinals-api/commit/4f11c44eec973ef44c238687c8c16dd9c1fab0c7))
* filter by genesis timestamp range ([67a0e9e](https://github.com/hirosystems/ordinals-api/commit/67a0e9eb6ae3ee78d9428c4b2a344edc51619959))
* filter by inscription number range ([f8453b6](https://github.com/hirosystems/ordinals-api/commit/f8453b6a87ee1fce6f35d67d9e521bf3d69914f5))
* filter by mime type ([f0093c7](https://github.com/hirosystems/ordinals-api/commit/f0093c712512bc3157331152eb5acc31d2a400f9))
* filter by rarity array ([4037af3](https://github.com/hirosystems/ordinals-api/commit/4037af340f811439e1ad7b01c7b5edec47433849))
* filter by sat ordinal range ([377ebb0](https://github.com/hirosystems/ordinals-api/commit/377ebb028c694ddf30a4450c457fd4dc6f27aabb))
* inscription cache control ([b9370d8](https://github.com/hirosystems/ordinals-api/commit/b9370d8d2bb994351f7e3ad54ce6748b4f298f2b))
* inscriptions index with filters ([790cbf7](https://github.com/hirosystems/ordinals-api/commit/790cbf7d848a94224f15ab5dce64e5d1e48f5629))
* move to new inscription_feed predicate ([#41](https://github.com/hirosystems/ordinals-api/issues/41)) ([efa4a62](https://github.com/hirosystems/ordinals-api/commit/efa4a6241db3de70a79b9a228a2c2ffa8e1fecd7))
* order index by ordinal, height, rarity ([aba47af](https://github.com/hirosystems/ordinals-api/commit/aba47af3ae36b6c1614112c189e471564a64b124))
* resume indexing from last observed block height ([fc4a549](https://github.com/hirosystems/ordinals-api/commit/fc4a549041131467cad0f3544a7371a3beafa517))
* return current tx_id ([a503f73](https://github.com/hirosystems/ordinals-api/commit/a503f7308414d99dbb4b7cbc64cd7f3d5bb10f86))
* return genesis_address ([ee1e4ea](https://github.com/hirosystems/ordinals-api/commit/ee1e4ea1e082521cc041971e41614c6efefb9018))
* return genesis_timestamp ([d46eb0f](https://github.com/hirosystems/ordinals-api/commit/d46eb0fcae3fbc7edafb70db5e73bd60a1968438))
* sat endpoint ([ff7608b](https://github.com/hirosystems/ordinals-api/commit/ff7608b63a1cc5d9f16d732bd0e023e48b3c3c69))
* shows inscription_id on sats ([1028a13](https://github.com/hirosystems/ordinals-api/commit/1028a13628249c4c746c9f3ccf011d0f54be3d6c))
* support authorized chainhook events ([a2ff106](https://github.com/hirosystems/ordinals-api/commit/a2ff1065aa4a64ab15d1d74209361707c82e704e))
* support inscription transfers ([#37](https://github.com/hirosystems/ordinals-api/issues/37)) ([ebeb805](https://github.com/hirosystems/ordinals-api/commit/ebeb8054980b18db90e038ecf525e2d93b45de28))


### Bug Fixes

* add inscription number to responses ([d4d36c2](https://github.com/hirosystems/ordinals-api/commit/d4d36c2409abfcc7fe33605fd50b9939590279d0))
* add vercel.json ([ae66a07](https://github.com/hirosystems/ordinals-api/commit/ae66a0728500ccec3351ace232040ad8e37208d5))
* adjust payloads ([#21](https://github.com/hirosystems/ordinals-api/issues/21)) ([d6d91e9](https://github.com/hirosystems/ordinals-api/commit/d6d91e9259f5086565dca4a2f9883698b110947b))
* allow max limit of 60 ([2391a75](https://github.com/hirosystems/ordinals-api/commit/2391a7537df6a8912081b98e8624d224c1976f6b))
* buffers ([ae45e06](https://github.com/hirosystems/ordinals-api/commit/ae45e06caa8a914fa1a29b73bc1f3021d2d42b9b))
* cache inscription counts for mime_type and sat_rarity ([#55](https://github.com/hirosystems/ordinals-api/issues/55)) ([f4fb4c7](https://github.com/hirosystems/ordinals-api/commit/f4fb4c75d8191b71c4d09443f698ec36491841dc))
* complete sat ordinal data ([56389b5](https://github.com/hirosystems/ordinals-api/commit/56389b5be589491be9f53d3f204cf478d456894b))
* env default values ([867fc63](https://github.com/hirosystems/ordinals-api/commit/867fc63764d167d048154da557f129228c100dae))
* expand int column sizes ([0e425ff](https://github.com/hirosystems/ordinals-api/commit/0e425ff42aa0f58c0203f4483acb1114f0e604e5))
* increase out-of-order log level to error ([#42](https://github.com/hirosystems/ordinals-api/issues/42)) ([56ca661](https://github.com/hirosystems/ordinals-api/commit/56ca6610fe707080272274d60672a65574547fa2))
* inscription number filtering ([adb5cf6](https://github.com/hirosystems/ordinals-api/commit/adb5cf6155a724c229e008a23d6dad15091eaa9e))
* set starting block height to 767430 ([84ce95e](https://github.com/hirosystems/ordinals-api/commit/84ce95ede9b6905c69eaff354a7ac331a5a4605a))
* use bignumber.js for sat percentiles ([8914e27](https://github.com/hirosystems/ordinals-api/commit/8914e27d4215470f9bea9a1f1e5339ffe38c31d0))
* use materialized view total count correctly ([#64](https://github.com/hirosystems/ordinals-api/issues/64)) ([939f6b9](https://github.com/hirosystems/ordinals-api/commit/939f6b987202f4c554aedc36a766f41f51bae434))
* use pre-calculated inscription count for unfiltered results ([#48](https://github.com/hirosystems/ordinals-api/issues/48)) ([3e7a4f4](https://github.com/hirosystems/ordinals-api/commit/3e7a4f41b0429a26cca1c1af544fff90ed8a3c33))

## [0.1.0-beta.14](https://github.com/hirosystems/ordinals-api/compare/v0.1.0-beta.13...v0.1.0-beta.14) (2023-05-11)


Expand Down

0 comments on commit 47ef344

Please sign in to comment.