Skip to content

Latest commit

 

History

History
441 lines (224 loc) · 31 KB

CHANGELOG.md

File metadata and controls

441 lines (224 loc) · 31 KB

1.1.4 (2024-09-23)

Bug Fixes

  • treat non-compliant SIP-016 metadata as invalid (#266) (288723d)

1.1.3 (2024-09-23)

Bug Fixes

  • ignore events from failed transactions (#264) (84252a7)

1.1.2 (2024-08-30)

Bug Fixes

  • handle updated chain tip on rollbacks correctly (#261) (b85b1d3)

1.1.1 (2024-08-30)

Bug Fixes

1.1.0 (2024-08-30)

Features

  • add configurable delay for retrying jobs (#257) (20d753a)

Bug Fixes

1.0.3 (2024-08-27)

Bug Fixes

  • correctly classify image errors vs metadata errors (#251) (7369554)

1.0.2 (2024-08-27)

Bug Fixes

  • add block_height to status and prometheus (#250) (4502c7d)

1.0.1 (2024-08-27)

Bug Fixes

  • demote server connection errors and contract clarity errors to be non-retryable (#249) (87ad8af)

1.0.0 (2024-08-26)

⚠ BREAKING CHANGES

  • use chainhook to listen for chain events instead of a direct stacks api connection (#200)

Features

  • convert data: image uris into image files and upload to cdn (#245) (903b0aa)

Bug Fixes

Code Refactoring

1.0.0-beta.7 (2024-08-26)

Bug Fixes

1.0.0-beta.6 (2024-08-26)

Features

  • convert data: image uris into image files and upload to cdn (#245) (903b0aa)

1.0.0-beta.5 (2024-08-26)

Bug Fixes

1.0.0-beta.4 (2024-08-24)

Bug Fixes

1.0.0-beta.3 (2024-08-22)

Bug Fixes

1.0.0-beta.2 (2024-08-22)

Bug Fixes

  • use google cloud library for image uploads (#238) (c7f1b43)

1.0.0-beta.1 (2024-08-21)

⚠ BREAKING CHANGES

  • use chainhook to listen for chain events instead of a direct stacks api connection (#200)

Bug Fixes

  • use prometheus port configured in ENV (c769d29)

Code Refactoring

0.7.0 (2024-05-13)

Features

Bug Fixes

  • get access token properly (a6b98c5)
  • get gcs auth token dynamically for image cache (#210) (8434b22)
  • image cache agent arg types (5826628)
  • improve image cache error handling (#214) (115a745)
  • reuse gcs token and validate image cache script errors (#213) (5e1af5c)

0.7.0-beta.5 (2024-05-13)

Bug Fixes

0.7.0-beta.4 (2024-05-08)

Bug Fixes

  • get access token properly (a6b98c5)

0.7.0-beta.3 (2024-05-07)

Bug Fixes

  • image cache agent arg types (5826628)

0.7.0-beta.2 (2024-05-07)

Bug Fixes

  • reuse gcs token and validate image cache script errors (#213) (5e1af5c)

0.7.0-beta.1 (2024-05-07)

Features

Bug Fixes

  • get gcs auth token dynamically for image cache (#210) (8434b22)

0.6.3 (2024-05-07)

Bug Fixes

0.6.2 (2024-05-07)

Bug Fixes

0.6.1 (2024-02-27)

Bug Fixes

  • accept FTs with incorrect return type for get-token-supply (#197) (116248c)

0.6.0 (2023-12-20)

Features

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

Bug Fixes

0.5.0 (2023-08-02)

Features

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

0.4.0 (2023-06-30)

Features

0.3.1 (2023-06-15)

Bug Fixes

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)

0.2.1 (2023-03-17)

Bug Fixes

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

0.2.0 (2023-03-17)

Features

0.1.1 (2023-03-14)

Bug Fixes

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

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)

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

Features

0.1.0-beta.11 (2023-02-09)

Bug Fixes

  • add cache-control, remove cache for error responses (#114) (e03caf8)

0.1.0-beta.10 (2023-02-09)

Bug Fixes

  • enclose response etag in double quotes (#113) (2b77cfe)

0.1.0-beta.9 (2023-02-09)

Bug Fixes

  • etag cache calculation with url prefix (#111) (f872f93)

0.1.0-beta.8 (2023-02-09)

Bug Fixes

  • display cached image in metadata responses (#104) (156e9e2)
  • follow redirects when fetching metadata (#109) (0ab2fbb)
  • ignore invalid ssl certs for metadata fetch (#107) (46e184c)
  • make importer wait for API height to catch up if it's behind (#101) (930cce3)
  • support JSON5 metadata strings (#106) (d19634f)

0.1.0-beta.7 (2023-02-07)

Bug Fixes

  • add /metadata/v1 prefix to all routes (#100) (a11d4be)

0.1.0-beta.6 (2023-02-06)

Features

  • throttle requests to rate limited domains (#97) (5b75060)

0.1.0-beta.5 (2023-02-02)

Bug Fixes

  • handle pg disconnections and transaction management (#92) (201d813)

0.1.0-beta.4 (2023-02-01)

Bug Fixes

  • ignore ts type maps when migrating (#95) (b92b9d8)

0.1.0-beta.3 (2023-02-01)

Bug Fixes

  • generate git info on docker build (#93) (9808b47)

0.1.0-beta.2 (2023-02-01)

Bug Fixes

0.1.0-beta.1 (2023-01-26)

Features

  • add server version to status endpoint and rendered docs (#76) (ba2f7de)
  • import sip-019 notifications during boot (#81) (6c28037)
  • refresh dynamic metadata tokens periodically (#64) (e1c0882)

Bug Fixes

  • contract log queries (4bd2812)
  • improve SIGINT handling for queued jobs (e16fcd5)
  • jsonb type interpretation on endpoints (5985c80)
  • jsonb value insertions (8dff8a6)
  • 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)
  • uintcv creation (780b160)
  • update_at jobs on status or retry change (c16025f)