Skip to content

Releases: numerous-com/numerous-sdk

v0.50.0

04 Jul 09:03
Compare
Choose a tag to compare

v0.50.0 (2025-07-04)

Feature

  • feat(cli): tail and follow options of numerous logs (#79) (b052a7d)

v0.49.0

01 Jul 04:23
Compare
Choose a tag to compare

v0.49.0 (2025-07-01)

Feature

  • feat(cli): app size parameter of appVersionCreate (#78)

Explicitly pass app size as a parameter of appVersionCreate. (17ccfeb)

v0.48.0

30 Jun 09:34
Compare
Choose a tag to compare

v0.48.0 (2025-06-30)

Feature

  • feat(cli): unify token storage handling

  • Introduces a new TokenStorage interface to abstract token storage mechanisms.

  • Implements file-based storage and keyring storage options.

  • Updates login and logout commands to utilize the new storage interface.

  • Modifies tests to accommodate changes in token storage methods.

  • Ensures both access and refresh tokens are stored together for consistency. (9a7391d)

v0.47.0

26 Jun 09:59
Compare
Choose a tag to compare

v0.47.0 (2025-06-26)

Feature

  • feat(python-sdk): collection tags (#77)

Adds collection tags property, tag and tag_delete methods, filtering collections by tag. (4a5e6fa)

v0.46.0

23 Jun 09:34
Compare
Choose a tag to compare

v0.46.0 (2025-06-23)

Feature

  • feat(python-sdk): add bulk upload/download functionality (#75)

  • bulk_download recursively downloads a collection from Numerous to the local filesystem.

  • bulk_upload recursively uploads a local directory to a Numerous collection. (ce3d5e3)

v0.45.1

15 May 13:25
Compare
Choose a tag to compare

v0.45.1 (2025-05-15)

Build

  • build(deps): update CLI go version (#73)

  • Updates packages.

  • Updates gofumpt.

  • Pipeline gets Go version from go.mod. (dc213d2)

Fix

  • fix(python-sdk): loose dependencies (#74)

  • Moves ariadne-codegen to optional dependencies and adds requirements of the generated code.

  • Moves pydantic to dependencies since it is used in the codebase.

  • Removes redundant plotly dependency.

  • Removes redundant requirements.txt. (25046c6)

v0.45.0

06 May 09:33
Compare
Choose a tag to compare

v0.45.0 (2025-05-06)

Feature

  • feat(python-sdk): organization info

  • Adds organization info getting API

  • Adds numerous.organization package (dab21e5)

v0.44.0

29 Apr 09:42
Compare
Choose a tag to compare

v0.44.0 (2025-04-29)

Documentation

  • docs(fix): made small edits to text (8dd914d)

  • docs(python-sdk): removed typo (c947d06)

  • docs(fix): fixed numbering (57918b6)

  • docs(fix): moved docs from platform docs (9d383d9)

Feature

v0.43.3

21 Jan 12:06
Compare
Choose a tag to compare

v0.43.3 (2025-01-21)

Fix

  • fix(python-sdk): makefile lint python folder instead of root (#67) (ac1e2e4)

  • fix(docs): removed apostrophe (3622c0b)

  • fix(docs): made small edits to text (c3a218b)

  • fix(docs): made small edits to dev docs (a6792e9)

v0.43.2

18 Dec 15:01
Compare
Choose a tag to compare

v0.43.2 (2024-12-18)

Fix

  • fix(cli): improve numerous status help message

  • Fix the default value of the --metrics-since flag.

  • Change the "type name" of the --metrics-since flag. (b70c14d)