Skip to content

0.3.3

Compare
Choose a tag to compare
@anonrig anonrig released this 09 Jul 15:06
· 45 commits to main since this release
f85b65a

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 with crypto.randomUUID to improve the performance (it's a lot faster in node 16)
  • Moved empty_response schemas to correct place for ajv

Additionally, we have improved the test coverage and bumped the dependencies to their latest version.