Skip to content

v3.2.0

Latest

Choose a tag to compare

@gugu gugu released this 30 Jan 15:55
Immutable release. Only release title and notes can be modified.
0a5f08e

New Features

  • Rate limit support — The SDK now handles rate limiting responses from the API, providing better control over request throttling.

  • Zod validation — Added Zod schema validation for runtime type checking of API responses.

Testing

  • SDK test suite — Added comprehensive test suite using Vitest and MSW (Mock Service Worker) with 11 tests covering:
    • API operations (createLink, getLink, deleteLink)
    • Error handling (401 unauthorized, 404 not found, throwOnError behavior)
    • Zod schema validation

Full Changelog: v3.1.0...v3.2.0