v8.0.0-pre.11
Pre-release
Pre-release
·
335 commits
to main
since this release
8.0.0-pre.11 (2023-10-03)
Features
- client: add async/sync variants (fc8f725)
- client: add create, update, delete methods for enumerable entities (f56ec3a)
BREAKING CHANGES
- client: all calls that were
async before are now sync. There are
async variants of all calls with the
Async suffix.
Signed-off-by: Christoph Bühler [email protected]