0.3.3
Features
- Added base64 validation to every header request
- Added versioning to OpenAPI specification
Fixes
- Fixed a bug causing pagination to return the same page for every cursor
- Replaced
uuid
withcrypto.randomUUID
to improve the performance (it's a lot faster in node 16) - Moved
empty_response
schemas to correct place forajv
Additionally, we have improved the test coverage and bumped the dependencies to their latest version.