Releases: Sidnioulz/figmarine
Releases · Sidnioulz/figmarine
@figmarine/[email protected]
@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]
@figmarine/[email protected]
@figmarine/[email protected]
@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. Usecache
instead.