Releases: numerous-com/numerous-sdk
Releases · numerous-com/numerous-sdk
v0.31.0
v0.31.0 (2024-11-19)
Feature
- feat(cli, python-sdk): remove numerous app engine functionality (#52)
Removes all functionality related to the Numerous App engine, as development and support for it
has been suspended. (d9680e1
)
v0.30.0
v0.30.0 (2024-11-14)
Feature
- feat: email verification message for login (#51) (
fa0a902
)
v0.29.11
v0.29.11 (2024-11-07)
Fix
-
fix(cli): legacy init
and .gitignore
bootstrap
-
Properly write .app_id.txt
file with legacy init
-
Add newline at the end of updated .gitignore
.
-
Refactor logic for creating .app_id.txt
(e059bfe
)
v0.29.10
v0.29.10 (2024-11-07)
Fix
- fix(cli):
legacy init
only bootstrap files once (36b2229
)
v0.29.9
v0.29.9 (2024-11-07)
Documentation
- docs(python-sdk): use google docstring format (#50) (
2d8568c
)
Fix
- fix(cli): legacy
push
allow pushing Dockerfile apps
Fixes an issue where apps with a docker build configuration could not be pushed. (119a260
)
- fix(cli): legacy
init
handling of app directory argument (4b9c6b6
)
v0.29.8
v0.29.8 (2024-11-04)
Fix
- fix(python-sdk): Remove long framework intros and replace by a simple line with a link to the website of the particular framework (
3de7dee
)
v0.29.7
v0.29.7 (2024-11-01)
Fix
- fix(python-sdk): tighten user collection return type, and update docstring (
3d34591
)
v0.29.6
v0.29.6 (2024-11-01)
Fix
- fix(python-sdk): allow chaining collection access
A nested collection not being returned is an exception that should not
happen, so raise an error if it happens, instead of returning None
.
This enables chaining calls to nested collections, without checking for
None
. (88a0625
)
v0.29.5
v0.29.5 (2024-11-01)
Fix
- fix(sdk): Update to documentation (
5b49249
)
v0.29.4
v0.29.4 (2024-11-01)
Fix
- fix(sdk): Improved documentation of user, sessions and collections (
2cb02b3
)