Skip to content

v0.19.0

Compare
Choose a tag to compare
@jfeodor jfeodor released this 25 Sep 11:46
· 71 commits to main since this release

v0.19.0 (2024-09-25)

Feature

  • feat(python-sdk): nested collections and documents (#32)

Documents are indexed by a key in a collection, and contain JSON data:

  • Create documents in a collection
  • Manage tags for a document
  • Iterate over documents in a collection (with filtering by tags possible)
  • Read document data

Additionally nested collections are introduced. (a6efc63)