Cloudtoolbox

Latest version: v0.5.0

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

Scan your dependencies

0.5.0

What's Changed

Features
* feat: add message ordering support for aws sns, sqs, and google pub/sub. by julianolf in https://github.com/DotzInc/cloud-toolbox/pull/49
* feat: add helper function for message attribute building by julianolf in https://github.com/DotzInc/cloud-toolbox/pull/50
* chore: bump version from 0.4.0 to 0.5.0 by julianolf in https://github.com/DotzInc/cloud-toolbox/pull/51
* feat: change publish method signatures for consistency and clarity by julianolf in https://github.com/DotzInc/cloud-toolbox/pull/52

Dependencies
* chore(deps-dev): bump ruff from 0.6.2 to 0.6.3 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/44
* chore(deps-dev): bump google-cloud-storage from 2.18.0 to 2.18.2 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/45
* chore(deps-dev): bump boto3 from 1.35.5 to 1.35.10 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/46
* chore(deps-dev): bump setuptools from 72.1.0 to 74.1.1 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/48

**Full Changelog**: https://github.com/DotzInc/cloud-toolbox/compare/v0.4.0...v0.5.0

0.4.0

What's Changed
Features
* feat: return the id of the published message by julianolf in https://github.com/DotzInc/cloud-toolbox/pull/42

Dependencies
* chore(deps-dev): bump setuptools from 71.1.0 to 72.1.0 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/32
* chore(deps-dev): bump ruff from 0.5.4 to 0.6.2 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/39
* chore(deps-dev): bump coverage from 7.5.4 to 7.6.0 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/33
* chore(deps-dev): bump boto3 from 1.34.146 to 1.35.5 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/41
* chore(deps-dev): bump coverage from 7.6.0 to 7.6.1 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/40
* chore(deps-dev): bump google-cloud-pubsub from 2.22.0 to 2.23.0 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/35


**Full Changelog**: https://github.com/DotzInc/cloud-toolbox/compare/v0.3.0...v0.4.0

0.3.0

What's Changed

Features
* feat: add URL Signer protocol by leonardoc-lima in https://github.com/DotzInc/cloud-toolbox/pull/24
* feat: add signed url to s3 by leonardoc-lima in https://github.com/DotzInc/cloud-toolbox/pull/22
* feat: add signed url to gcs by leonardoc-lima in https://github.com/DotzInc/cloud-toolbox/pull/23

Dependencies
* chore(deps-dev): bump boto3 from 1.34.103 to 1.34.104 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/5
* chore(deps-dev): bump ruff from 0.4.4 to 0.4.7 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/6
* chore(deps-dev): bump google-cloud-pubsub from 2.21.1 to 2.21.2 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/7
* chore(deps-dev): bump setuptools from 69.5.1 to 70.0.0 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/8
* chore(deps-dev): bump coverage from 7.5.1 to 7.5.3 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/10
* chore(deps-dev): bump twine from 5.0.0 to 5.1.0 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/11
* chore(deps-dev): bump boto3 from 1.34.104 to 1.34.118 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/12
* chore(deps-dev): bump twine from 5.1.0 to 5.1.1 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/18
* chore(deps-dev): bump coverage from 7.5.3 to 7.5.4 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/17
* chore(deps-dev): bump ruff from 0.4.7 to 0.5.4 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/28
* chore(deps-dev): bump boto3 from 1.34.118 to 1.34.146 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/30
* chore(deps-dev): bump google-cloud-storage from 2.16.0 to 2.18.0 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/27
* chore(deps-dev): bump google-cloud-pubsub from 2.21.2 to 2.22.0 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/29
* chore(deps-dev): bump setuptools from 70.0.0 to 71.1.0 by dependabot in https://github.com/DotzInc/cloud-toolbox/pull/26

New Contributors
* leonardoc-lima made their first contribution in https://github.com/DotzInc/cloud-toolbox/pull/24

**Full Changelog**: https://github.com/DotzInc/cloud-toolbox/compare/v0.2.1...v0.3.0

0.2.1

What's Changed

Bugfixes
* Removed invalid classifier from pyproject.toml.

**Full Changelog**: https://github.com/DotzInc/cloud-toolbox/compare/v0.2.0...v0.2.1

0.2.0

What's Changed

Features
* Implementation of the MessagePublisher protocol for Amazon's SNS and SQS.

Doc
* Updated README with basic instructions.

**Full Changelog**: https://github.com/DotzInc/cloud-toolbox/compare/v0.1.0...v0.2.0

0.1.0

First release

Features
* Message publisher interface with implementations for Google PubSub.
* Storage uploader interface with implementations for Google Cloud Storage and Amazon S3.

**Full Changelog**: https://github.com/DotzInc/cloud-tools/commits/v0.1.0

**P.S.**: This release was refused by PyPI forcing to change the package name, so never use this release!

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.