Deepset-cloud-sdk

Latest version: v1.2.2

Safety actively analyzes 681881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

0.0.27

What's Changed
* ci: add jobs to publish to PyPi by rjanjua in https://github.com/deepset-ai/deepset-cloud-sdk/pull/3
* feat: sync file methods by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/4
* build: bump pytest from 7.1.3 to 7.3.1 by dependabot in https://github.com/deepset-ai/deepset-cloud-sdk/pull/2
* build: bump pytest-cov from 3.0.0 to 4.0.0 by dependabot in https://github.com/deepset-ai/deepset-cloud-sdk/pull/1
* feat: create session api by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/6
* feat: file service by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/8
* chore: file service factory by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/10
* feat: workflows for file uploads by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/11
* feat: write mode for sessions by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/13
* feat: readme and examples by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/12
* refactor: better factory for deepset Cloud APi by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/15
* feat: raise if workspace not passed by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/16
* build: move dependencies to right place by wochinge in https://github.com/deepset-ai/deepset-cloud-sdk/pull/17
* fix: asyncio sleep instead of sleep by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/18
* feat: better imports for workflows by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/20
* feat: s3 integration by rjanjua in https://github.com/deepset-ai/deepset-cloud-sdk/pull/9
* refactor: listing paginated files by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/19
* feat: cli initial setup by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/21
* feat: progress bar for file uploads by rjanjua in https://github.com/deepset-ai/deepset-cloud-sdk/pull/23
* Update readmes for SDK by agnieszka-m in https://github.com/deepset-ai/deepset-cloud-sdk/pull/25
* feat: listing via cli by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/22
* feat: list files generator by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/28
* Update lg by agnieszka-m in https://github.com/deepset-ai/deepset-cloud-sdk/pull/26
* fix: api ur ending by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/29
* feat: get version and logout by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/30
* feat: validate file meta mappig by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/31
* feat: make progress bar optional by rjanjua in https://github.com/deepset-ai/deepset-cloud-sdk/pull/27
* chore: add logs for file validations by rjanjua in https://github.com/deepset-ai/deepset-cloud-sdk/pull/32
* feat: log line for uploaded all files by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/35
* feat: make async files open async by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/24
* fix: packaging by rjanjua in https://github.com/deepset-ai/deepset-cloud-sdk/pull/40
* fix: upload error handling by rjanjua in https://github.com/deepset-ai/deepset-cloud-sdk/pull/39
* feat: rename methods by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/41
* feat: comments from oryx1729 by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/43
* fix: fix StopIteratorException by wochinge in https://github.com/deepset-ai/deepset-cloud-sdk/pull/42
* fix: referenced before assignement by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/48
* feat: improve file validation performance by rjanjua in https://github.com/deepset-ai/deepset-cloud-sdk/pull/47
* Add missing example in readme for single file upload via CLI by tholor in https://github.com/deepset-ai/deepset-cloud-sdk/pull/56
* refactor: modify the descriptions and messages to make them clearer by agnieszka-m in https://github.com/deepset-ai/deepset-cloud-sdk/pull/52
* build: bump httpx from 0.24.0 to 0.24.1 by dependabot in https://github.com/deepset-ai/deepset-cloud-sdk/pull/49
* chore: renaming by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/57
* refactor: make classes private by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/58
* feat: retry read calls for upload sessions by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/60
* feat: set X-Client-Source for product metrics by FHardow in https://github.com/deepset-ai/deepset-cloud-sdk/pull/61
* fix: retry for read error by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/62
* feat: add exception to log output by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/63
* fix: wording for warning by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/66
* feat: list sessions by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/64
* ci: add integration test workflows by rjanjua in https://github.com/deepset-ai/deepset-cloud-sdk/pull/67
* fix: drop old warning for file limit on workspace by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/69
* feat: add pydoc action for readme by ArzelaAscoIi in https://github.com/deepset-ai/deepset-cloud-sdk/pull/68
* docs: Update reference docs and add missing params by agnieszka-m in https://github.com/deepset-ai/deepset-cloud-sdk/pull/71
* fix: Fixed name of param for filtering when listing files by sjrl in https://github.com/deepset-ai/deepset-cloud-sdk/pull/72
* ci: publish only on release tag publish + streamline workflow triggering by rjanjua in https://github.com/deepset-ai/deepset-cloud-sdk/pull/70

New Contributors
* rjanjua made their first contribution in https://github.com/deepset-ai/deepset-cloud-sdk/pull/3
* ArzelaAscoIi made their first contribution in https://github.com/deepset-ai/deepset-cloud-sdk/pull/4
* dependabot made their first contribution in https://github.com/deepset-ai/deepset-cloud-sdk/pull/2
* wochinge made their first contribution in https://github.com/deepset-ai/deepset-cloud-sdk/pull/17
* agnieszka-m made their first contribution in https://github.com/deepset-ai/deepset-cloud-sdk/pull/25
* tholor made their first contribution in https://github.com/deepset-ai/deepset-cloud-sdk/pull/56
* FHardow made their first contribution in https://github.com/deepset-ai/deepset-cloud-sdk/pull/61
* sjrl made their first contribution in https://github.com/deepset-ai/deepset-cloud-sdk/pull/72

**Full Changelog**: https://github.com/deepset-ai/deepset-cloud-sdk/commits/0.0.27

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.