Skip to content

v13.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 09:22
· 22 commits to master since this release
134f9e4

Breaking Changes

  • Added user object to request cycle, with json schema support in the engine, and extracting in the express handlers.

Features

  • Provide user object to impl, auth, and query functions.
  • The doc is now loaded as part of a delete operation. This can be used to in the pre and post auth steps.

Fixes

  • Fixed tests where User template type was not provided.
  • Replaced UnknownDocType references with AnyDocType.

Documentation

  • Updated docs to reflect latest sengi constructor, new user objects and api keys.