Skip to content

Releases: numerous-com/numerous-sdk

v0.29.3

31 Oct 15:28
Compare
Choose a tag to compare

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

30 Oct 10:19
Compare
Choose a tag to compare

v0.29.2 (2024-10-30)

Fix

  • fix(python-sdk): fixes exception raised when accessing local mode user (3663049)

v0.29.1

29 Oct 23:07
Compare
Choose a tag to compare

v0.29.1 (2024-10-29)

Fix

  • fix(python-sdk): error in user information cookie parsing (dce59a5)

v0.29.0

29 Oct 22:36
Compare
Choose a tag to compare

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

24 Oct 11:01
Compare
Choose a tag to compare

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

24 Oct 10:39
Compare
Choose a tag to compare

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

24 Oct 08:24
Compare
Choose a tag to compare

v0.28.1 (2024-10-24)

Fix

  • fix(python-sdk): more details in app source archive upload errors (a4db61c)

v0.28.0

18 Oct 10:48
Compare
Choose a tag to compare

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

17 Oct 13:22
Compare
Choose a tag to compare

v0.27.1 (2024-10-17)

Fix

  • fix(python-sdk): soften dependency version requirements (74bc2ca)

v0.27.0

17 Oct 09:29
Compare
Choose a tag to compare

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)