Releases: numerous-com/numerous-sdk
Releases · numerous-com/numerous-sdk
v0.50.0
v0.50.0 (2025-07-04)
Feature
- feat(cli):
tail
and follow
options of numerous logs
(#79) (b052a7d
)
v0.49.0
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
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
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
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
v0.45.1 (2025-05-15)
Build
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
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
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
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
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
)