Skip to content

Commit 160e27c

Browse files
chore(release): 0.1.0-beta.1 [skip ci]
## [0.1.0-beta.1](v0.0.1...v0.1.0-beta.1) (2023-01-26) ### Features * add server version to status endpoint and rendered docs ([#76](#76)) ([ba2f7de](ba2f7de)) * import sip-019 notifications during boot ([#81](#81)) ([6c28037](6c28037)) * refresh dynamic metadata tokens periodically ([#64](#64)) ([e1c0882](e1c0882)) ### Bug Fixes * contract log queries ([4bd2812](4bd2812)) * improve SIGINT handling for queued jobs ([e16fcd5](e16fcd5)) * jsonb type interpretation on endpoints ([5985c80](5985c80)) * jsonb value insertions ([8dff8a6](8dff8a6)) * manage additional timeout errors on metadata fetch ([e658e1d](e658e1d)) * move from fetch to request to fix ENOBUFS ([9b26439](9b26439)) * persist http agent for metadata fetches ([a30641a](a30641a)) * retry 429 and gateway timeouts ([08cdce6](08cdce6)) * sft_mint detection ([53673b2](53673b2)) * shut down queue at the end of sequence ([e268c79](e268c79)) * uintcv creation ([780b160](780b160)) * update_at jobs on status or retry change ([c16025f](c16025f))
1 parent 7d1c0e4 commit 160e27c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## [0.1.0-beta.1](https://github.com/hirosystems/token-metadata-service/compare/v0.0.1...v0.1.0-beta.1) (2023-01-26)
2+
3+
4+
### Features
5+
6+
* add server version to status endpoint and rendered docs ([#76](https://github.com/hirosystems/token-metadata-service/issues/76)) ([ba2f7de](https://github.com/hirosystems/token-metadata-service/commit/ba2f7de52996fe57c89298b98a7fd33e3db186f1))
7+
* import sip-019 notifications during boot ([#81](https://github.com/hirosystems/token-metadata-service/issues/81)) ([6c28037](https://github.com/hirosystems/token-metadata-service/commit/6c2803703560fa42d5b15b25a83e877ad879f20b))
8+
* refresh dynamic metadata tokens periodically ([#64](https://github.com/hirosystems/token-metadata-service/issues/64)) ([e1c0882](https://github.com/hirosystems/token-metadata-service/commit/e1c08825e5148ee0c99a9d0e240bf386934a9c4b))
9+
10+
11+
### Bug Fixes
12+
13+
* contract log queries ([4bd2812](https://github.com/hirosystems/token-metadata-service/commit/4bd2812e135ea1ccb242b0b26f7a0ab62ea65048))
14+
* improve SIGINT handling for queued jobs ([e16fcd5](https://github.com/hirosystems/token-metadata-service/commit/e16fcd5a5aba053620961538c6b3757cdc5523c5))
15+
* jsonb type interpretation on endpoints ([5985c80](https://github.com/hirosystems/token-metadata-service/commit/5985c8075c244c4414e5b73460a7267dc535a13f))
16+
* jsonb value insertions ([8dff8a6](https://github.com/hirosystems/token-metadata-service/commit/8dff8a601e78652961ab9f1a1c7b36e65a658c8c))
17+
* manage additional timeout errors on metadata fetch ([e658e1d](https://github.com/hirosystems/token-metadata-service/commit/e658e1ddd7d8580180e8baed8045b09be274e67c))
18+
* move from fetch to request to fix ENOBUFS ([9b26439](https://github.com/hirosystems/token-metadata-service/commit/9b2643948e9ec7b8d8fe102e47a062c26ff147db))
19+
* persist http agent for metadata fetches ([a30641a](https://github.com/hirosystems/token-metadata-service/commit/a30641ab14839978caef0feb78345fb92a39ece2))
20+
* retry 429 and gateway timeouts ([08cdce6](https://github.com/hirosystems/token-metadata-service/commit/08cdce64157800d28635ffc67c27ca3e08eaae2a))
21+
* sft_mint detection ([53673b2](https://github.com/hirosystems/token-metadata-service/commit/53673b22f6238b062ec17f34ba9faa4fcaa76e01))
22+
* shut down queue at the end of sequence ([e268c79](https://github.com/hirosystems/token-metadata-service/commit/e268c79177e6f0a52556a14174f1b57a828af3ee))
23+
* uintcv creation ([780b160](https://github.com/hirosystems/token-metadata-service/commit/780b1607497d089e454389c6180abb7a3cdb733d))
24+
* update_at jobs on status or retry change ([c16025f](https://github.com/hirosystems/token-metadata-service/commit/c16025fa1e86fa7d74c5ac24ab439b1d3a56084b))

0 commit comments

Comments
 (0)