Skip to content

Releases: Sidnioulz/figmarine

@figmarine/[email protected]

20 Oct 14:00
c90e5d3
Compare
Choose a tag to compare

@figmarine/rest 1.0.0 (2024-10-20)

Bug Fixes

  • client: Fix typing issue in auth tokens (6120a43)
  • rest: Clear RL req queue when entirely stale (fb0fab3)
  • rest: Find a roundabout way to sync the upstream OAS (d05dbb9)
  • rest: Update to use new cache package (eed0790)

Features

  • cache: Port to cacheable and reach 100% coverage (0319498)
  • Commit initial repo (f78a608)
  • rest: Add auto-retry on 429 (4d5aae7)
  • rest: Add cache invalidation and improve cache testing (4dfde76)
  • rest: Add first rate limiter implementation (32b5d5c)
  • rest: Add first rate limiter implementation (70f4d55)
  • rest: Add more fine-grained options for rate limit control (d1369f5)
  • rest: Extract cache instance and expose it to callees (3406d82)

Dependencies

  • @figmarine/cache: upgraded to 1.0.0

@figmarine/[email protected]

20 Oct 14:15
c90e5d3
Compare
Choose a tag to compare

@figmarine/logger 1.0.0 (2024-10-20)

Features

@figmarine/[email protected]

20 Oct 14:21
c90e5d3
Compare
Choose a tag to compare

@figmarine/cache 1.0.1 (2024-10-20)

Dependencies

  • @figmarine/logger: upgraded to 1.0.0

@figmarine/[email protected]

20 Oct 13:58
c90e5d3
Compare
Choose a tag to compare

@figmarine/cache 1.0.0 (2024-10-20)

Bug Fixes

  • cache: Export diskCache prop type and add typedoc config (ffe0b5b)
  • cache: Rename diskCache to cache to make it storage-agnostic (8b6c7f3)

Features

  • cache: Port to cacheable and reach 100% coverage (0319498)
  • Commit initial repo (f78a608)
  • rest: Add auto-retry on 429 (4d5aae7)
  • rest: Extract cache instance and expose it to callees (3406d82)

BREAKING CHANGES

  • cache: The diskCache export is gone. Use cache instead.