Releases: numerous-com/numerous-sdk
Releases · numerous-com/numerous-sdk
v0.29.3
v0.29.3 (2024-10-31)
Fix
- fix(python-sdk): nested collections key collisions
Refer to collections by their IDs in order to guarantee unique access,
fixing issues with accessing nested collections, and documents in nested
collections. (fce992f
)
v0.29.2
v0.29.2 (2024-10-30)
Fix
- fix(python-sdk): fixes exception raised when accessing local mode user (
3663049
)
v0.29.1
v0.29.1 (2024-10-29)
Fix
- fix(python-sdk): error in user information cookie parsing (
dce59a5
)
v0.29.0
v0.29.0 (2024-10-29)
Documentation
- docs(python-sdk): generate documentation and api reference with
mkdocs
(#49)
Adds basic documentation. (17fbca5
)
Feature
- feat(python-sdk): user sessions for frameworks (#47)
Adds framework specific functions to access a user Session
object, which represents a session of an
authenticated Numerous user accessing the app. Through the Session
cookies, user information and
a specific user collection can be accessed.
Co-authored-by: Jens Feodor Nielsen <[email protected]> (4cc900a
)
v0.28.3
v0.28.3 (2024-10-24)
Fix
- fix(python-sdk): experimental marimo cookie patching on windows (#48)
Simplifies the cookie storage, and introduces using fallback cookie storage in
the working directory, which works when editing marimo notebooks on windows. (3bf5112
)
v0.28.2
v0.28.2 (2024-10-24)
Fix
- fix(cli): print informative error message if app archive is too large to upload (
aa75e1b
)
v0.28.1
v0.28.1 (2024-10-24)
Fix
- fix(python-sdk): more details in app source archive upload errors (
a4db61c
)
v0.28.0
v0.28.0 (2024-10-18)
Build
- build: only distribute platform specific packages
In order to save space on pypi, and since the platform specific wheels
should support our users, we remove the distribution of the source archive,
and the catch-all wheel. (42f7836
)
Feature
- feat(cli):
deploy
command --follow
flag for following logs after deploy (#45) (9d80b58
)
v0.27.1
v0.27.1 (2024-10-17)
Fix
- fix(python-sdk): soften dependency version requirements (
74bc2ca
)
v0.27.0
v0.27.0 (2024-10-17)
Feature
- feat(api): streamline deployment workload status output (#44)
Instead of printing repeated messages about the same workload status print dots for each deployment stage is it goes on. (6ea372a
)