Releases: numerous-com/numerous-sdk
Releases · numerous-com/numerous-sdk
v0.19.1
v0.19.1 (2024-09-25)
Fix
-
fix(python-sdk): organization environment variable and default client
-
Use the correct environment variable
NUMEROUS_ORGANIZATION_ID
. -
Define exception types for relevant exceptions in
_client
module. -
Raise exception if organization ID is not configured.
-
Default to singleton client. (
29854ad
)
v0.19.0
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
)
v0.18.0
v0.17.0
v0.16.1
v0.16.0
v0.15.3
v0.15.2
v0.15.1
v0.15.1 (2024-09-16)
Fix
- fix(cli): streamline error output (#28)
Improve consistency in how errors are presented to users.
Do not re-print errors in the command wrapper that have already been printed internally, but keep the errors to signal that the exit code should be 1
.
Only show usage for command argument errors, not errors happening internally in the command functions. (6094e00
)