Skip to content

2023.08.4 release

Compare
Choose a tag to compare
@volfpeter volfpeter released this 07 Aug 20:14
· 33 commits to main since this release
d8023fb

Breaking changes:

  • The arguments of validators got swapped, now the first argument is the update data and the second argument is an optional query.

Features:

  • Added Service.insert_many() + related types.

Fixes:

  • None query handling.

Plus added a few new tests and updated the FastAPI example.