Skip to content

Releases: numerous-com/numerous-sdk

v0.31.0

19 Nov 15:01
Compare
Choose a tag to compare

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

14 Nov 15:02
Compare
Choose a tag to compare

v0.30.0 (2024-11-14)

Feature

  • feat: email verification message for login (#51) (fa0a902)

v0.29.11

07 Nov 13:17
Compare
Choose a tag to compare

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

07 Nov 12:44
Compare
Choose a tag to compare

v0.29.10 (2024-11-07)

Fix

  • fix(cli): legacy init only bootstrap files once (36b2229)

v0.29.9

07 Nov 12:01
Compare
Choose a tag to compare

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

04 Nov 12:01
Compare
Choose a tag to compare

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

01 Nov 13:11
Compare
Choose a tag to compare

v0.29.7 (2024-11-01)

Fix

  • fix(python-sdk): tighten user collection return type, and update docstring (3d34591)

v0.29.6

01 Nov 12:51
Compare
Choose a tag to compare

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

01 Nov 11:55
Compare
Choose a tag to compare

v0.29.5 (2024-11-01)

Fix

  • fix(sdk): Update to documentation (5b49249)

v0.29.4

01 Nov 10:56
Compare
Choose a tag to compare

v0.29.4 (2024-11-01)

Fix

  • fix(sdk): Improved documentation of user, sessions and collections (2cb02b3)