Skip to content

Releases: Sidnioulz/figmarine

@figmarine/rest@1.2.0

29 Oct 09:17

Choose a tag to compare

@figmarine/rest 1.2.0 (2024-10-29)

Features

  • rest: Update OpenAPI Spec generated code (0f8b8f5)

@figmarine/rest@1.1.0

28 Oct 08:01
d751b95

Choose a tag to compare

@figmarine/rest 1.1.0 (2024-10-28)

Features

  • rest: Add unique user-agent to requests (a320342)

@figmarine/rest@1.0.2

22 Oct 13:15
0199e80

Choose a tag to compare

@figmarine/rest 1.0.2 (2024-10-22)

Bug Fixes

  • rest: Build during publish (0199e80)

Dependencies

  • @figmarine/cache: upgraded to 1.0.2
  • @figmarine/logger: upgraded to 1.0.1

@figmarine/logger@1.0.1

22 Oct 13:14
0199e80

Choose a tag to compare

@figmarine/logger 1.0.1 (2024-10-22)

Bug Fixes

  • logger: Build during publish (76d4b99)

@figmarine/cache@1.0.2

22 Oct 13:15
0199e80

Choose a tag to compare

@figmarine/cache 1.0.2 (2024-10-22)

Bug Fixes

  • cache: Build during publish (86adf6c)

Dependencies

  • @figmarine/logger: upgraded to 1.0.1

@figmarine/rest@1.0.1

20 Oct 14:25
c90e5d3

Choose a tag to compare

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

Dependencies

  • @figmarine/cache: upgraded to 1.0.1
  • @figmarine/logger: upgraded to 1.0.0

@figmarine/rest@1.0.0

20 Oct 14:00
c90e5d3

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/logger@1.0.0

20 Oct 14:15
c90e5d3

Choose a tag to compare

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

Features

@figmarine/cache@1.0.1

20 Oct 14:21
c90e5d3

Choose a tag to compare

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

Dependencies

  • @figmarine/logger: upgraded to 1.0.0

@figmarine/cache@1.0.0

20 Oct 13:58
c90e5d3

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.