Skip to content

Latest commit

Β 

History

History
173 lines (101 loc) Β· 10.5 KB

CHANGELOG.md

File metadata and controls

173 lines (101 loc) Β· 10.5 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

<<<<<<< HEAD

  • [0.0.19 (2024-04-30)](#0019httpsgithubcompermawebaocomparescheduler-utilsv0018scheduler-utilsv0019-2024-04-30)
  • [0.0.18 (2024-04-17)](#0018httpsgithubcompermawebaocomparescheduler-utilsv0017scheduler-utilsv0018-2024-04-17)
  • [0.0.17 (2024-04-03)](#0017httpsgithubcompermawebaocomparescheduler-utilsv0016scheduler-utilsv0017-2024-04-03)
  • [0.0.16 (2024-03-25)](#0016httpsgithubcompermawebaocomparescheduler-utilsv0015scheduler-utilsv0016-2024-03-25)
  • [0.0.15 (2024-03-18)](#0015httpsgithubcompermawebaocomparescheduler-utilsv0014scheduler-utilsv0015-2024-03-18)
  • [0.0.14 (2024-03-12)](#0014httpsgithubcompermawebaocomparescheduler-utilsv0013scheduler-utilsv0014-2024-03-12)
  • [0.0.13 (2024-03-11)](#0013httpsgithubcompermawebaocomparescheduler-utilsv0012scheduler-utilsv0013-2024-03-11)
  • [0.0.12 (2024-03-06)](#0012httpsgithubcompermawebaocomparescheduler-utilsv0011scheduler-utilsv0012-2024-03-06)
  • [0.0.11 (2024-03-04)](#0011httpsgithubcompermawebaocomparescheduler-utilsv0010scheduler-utilsv0011-2024-03-04)
  • [0.0.10 (2024-02-12)](#0010httpsgithubcompermawebaocomparescheduler-utilsv009scheduler-utilsv0010-2024-02-12)
  • [0.0.9 (2024-02-07)](#009httpsgithubcompermawebaocomparescheduler-utilsv008scheduler-utilsv009-2024-02-07)
  • [0.0.8 (2024-01-10)](#008httpsgithubcompermawebaocomparescheduler-utilsv007scheduler-utilsv008-2024-01-10)
  • [0.0.7 (2023-12-21)](#007httpsgithubcompermawebaocomparescheduler-utilsv006scheduler-utilsv007-2023-12-21)
  • [0.0.6 (2023-12-20)](#006httpsgithubcompermawebaocomparescheduler-utilsv005scheduler-utilsv006-2023-12-20)
  • [0.0.5 (2023-12-19)](#005httpsgithubcompermawebaocomparescheduler-utilsv004scheduler-utilsv005-2023-12-19)
  • [0.0.4 (2023-12-18)](#004httpsgithubcompermawebaocomparescheduler-utilsv003scheduler-utilsv004-2023-12-18)
  • [0.0.3 (2023-12-13)](#003httpsgithubcompermawebaocomparescheduler-utilsv002scheduler-utilsv003-2023-12-13)
  • [0.0.2 (2023-12-13)](#002httpsgithubcompermawebaocomparescheduler-utilsv001scheduler-utilsv002-2023-12-13)
  • 0.0.1 (2023-12-13)

=======

0.0.19 (2024-04-30)

cf8d0af29e5233b7b57bb1ffd89872d196dbe34c

0.0.18 (2024-04-17)

Bug Fixes

  • scheduler-utils: wrap all side effects in schemas. Store ttl in byOwner cache (add734a)

0.0.17 (2024-04-03)

0.0.16 (2024-03-25)

⚠ BREAKING CHANGES

  • scheduler-utils: update README #551

  • scheduler-utils: accept GRAPHQL_URL instead of GATEWAY_URL #551

  • scheduler-utils: accept GRAPHQL_URL instead of GATEWAY_URL #551 (dc5822b)

  • scheduler-utils: update README #551 (b7d855b)

0.0.15 (2024-03-18)

Features

  • scheduler-utils: allow passing schedulerHint to locate #543 (5b26a4d)

Bug Fixes

  • scheduler-utils: do not cache the redirected url in the byOwner cache (5efd63c)

0.0.14 (2024-03-12)

0.0.13 (2024-03-11)

Bug Fixes

  • cannot assign to read only property 'name' on scheduler errors (27f7486)
  • scheduler-utils: do not set name in error constructor to prevent breaking change (3b0c9d7)

0.0.12 (2024-03-06)

0.0.11 (2024-03-04)

0.0.10 (2024-02-12)

Features

  • mu: pull From-Module tag from process data #270 (03d4fd4)

Bug Fixes

  • mu: remove ttl from lru cache #270 (b12602d)
  • scheduler-utils: fix accidental change in scheduler utils (9118b1d)
  • scheduler-utils: only cache origin in Location header when following redirects #454 (c5893d0)

0.0.9 (2024-02-07)

Features

  • scheduler-utils: cache redirected url (fbf81a1)

0.0.8 (2024-01-10)

Features

  • scheduler-utils: expose domain errors and add documentation in README (b5450d6)

0.0.7 (2023-12-21)

Bug Fixes

  • scheduler-utils: cache and return correct shape (931dd94)
  • scheduler-utils: only return url on raw (f8ccc17)

0.0.6 (2023-12-20)

Features

  • scheduler-utils: add address to return. remove setTimeouts in favor of lru-cache ttl (8c7467e)

0.0.5 (2023-12-19)

Features

  • scheduler-utils: more informative error message when transaction not found on gateway (f4515ed)

0.0.4 (2023-12-18)

⚠ BREAKING CHANGES

  • scheduler-utils: return { url } from validate if found instead of boolean

  • scheduler-utils: return { url } from validate if found instead of boolean (dcb575f)

Features

  • scheduler-utils: add raw api (cd4d846)

0.0.3 (2023-12-13)

Bug Fixes

  • scheduler-utils: ensure validate returns false on InvalidSchedulerLocation #219 (3c2bad9)

0.0.2 (2023-12-13)

0.0.1 (2023-12-13)

Features

  • scheduler-utils: initial impl of ao scheduler utils #219 (a5c1040)