Skip to content

Releases: hirosystems/token-metadata-api

v0.6.0

20 Dec 22:41
Compare
Choose a tag to compare

0.6.0 (2023-12-20)

Features

  • make FT search on name and symbol case insensitive (#187) (5187e59)

Bug Fixes

v0.5.0

02 Aug 16:33
Compare
Choose a tag to compare

0.5.0 (2023-08-02)

Features

  • add contract principal to ft index responses (#180) (57d0468)

v0.4.0

30 Jun 14:20
Compare
Choose a tag to compare

0.4.0 (2023-06-30)

Features

v0.3.1

15 Jun 21:32
Compare
Choose a tag to compare

0.3.1 (2023-06-15)

Bug Fixes

v0.3.0

03 Apr 16:42
Compare
Choose a tag to compare

0.3.0 (2023-04-03)

Features

  • add invalid job status to mark invalid contracts or tokens (#148) (5d6ef41)

Bug Fixes

  • support FTs with missing metadata but correct token data (#150) (0a5558e)

v0.2.1

17 Mar 18:24
Compare
Choose a tag to compare

0.2.1 (2023-03-17)

Bug Fixes

  • do not retry incorrect clarity values (#143) (272064a)

v0.2.0

17 Mar 14:24
Compare
Choose a tag to compare

0.2.0 (2023-03-17)

Features

v0.1.1

14 Mar 15:57
Compare
Choose a tag to compare

0.1.1 (2023-03-14)

Bug Fixes

  • return FT metadata in a backwards compatible way (#130) (3ca57a0)

v0.1.0

22 Feb 14:35
Compare
Choose a tag to compare

0.1.0 (2023-02-22)

Features

  • add server version to status endpoint and rendered docs (#76) (ba2f7de)
  • enable run modes (#116) (c7a9c55)
  • import sip-019 notifications during boot (#81) (6c28037)
  • refresh dynamic metadata tokens periodically (#64) (e1c0882)
  • throttle requests to rate limited domains (#97) (5b75060)

Bug Fixes

  • add /metadata/v1 prefix to all routes (#100) (a11d4be)
  • add cache-control, remove cache for error responses (#114) (e03caf8)
  • contract log queries (4bd2812)
  • display cached image in metadata responses (#104) (156e9e2)
  • dockerfile CMD path (#91) (de60556)
  • enclose response etag in double quotes (#113) (2b77cfe)
  • etag cache calculation with url prefix (#111) (f872f93)
  • follow redirects when fetching metadata (#109) (0ab2fbb)
  • generate git info on docker build (#93) (9808b47)
  • handle pg disconnections and transaction management (#92) (201d813)
  • ignore invalid ssl certs for metadata fetch (#107) (46e184c)
  • ignore ts type maps when migrating (#95) (b92b9d8)
  • improve SIGINT handling for queued jobs (e16fcd5)
  • jsonb type interpretation on endpoints (5985c80)
  • jsonb value insertions (8dff8a6)
  • make importer wait for API height to catch up if it's behind (#101) (930cce3)
  • manage additional timeout errors on metadata fetch (e658e1d)
  • move from fetch to request to fix ENOBUFS (9b26439)
  • persist http agent for metadata fetches (a30641a)
  • retry 429 and gateway timeouts (08cdce6)
  • sft_mint detection (53673b2)
  • shut down queue at the end of sequence (e268c79)
  • support JSON5 metadata strings (#106) (d19634f)
  • uintcv creation (780b160)
  • update_at jobs on status or retry change (c16025f)

v0.1.0-beta.12

21 Feb 15:35
Compare
Choose a tag to compare
v0.1.0-beta.12 Pre-release
Pre-release

0.1.0-beta.12 (2023-02-21)

Features