Skip to content

Releases: DotzInc/cloud-toolbox

v0.5.0

06 Sep 14:31
73c0fa7
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add message ordering support for aws sns, sqs, and google pub/sub. by @julianolf in #49
  • feat: add helper function for message attribute building by @julianolf in #50
  • chore: bump version from 0.4.0 to 0.5.0 by @julianolf in #51
  • feat: change publish method signatures for consistency and clarity by @julianolf in #52

Dependencies

  • chore(deps-dev): bump ruff from 0.6.2 to 0.6.3 by @dependabot in #44
  • chore(deps-dev): bump google-cloud-storage from 2.18.0 to 2.18.2 by @dependabot in #45
  • chore(deps-dev): bump boto3 from 1.35.5 to 1.35.10 by @dependabot in #46
  • chore(deps-dev): bump setuptools from 72.1.0 to 74.1.1 by @dependabot in #48

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 Aug 19:16
ea82186
Compare
Choose a tag to compare

What's Changed

Features

  • feat: return the id of the published message by @julianolf in #42

Dependencies

  • chore(deps-dev): bump setuptools from 71.1.0 to 72.1.0 by @dependabot in #32
  • chore(deps-dev): bump ruff from 0.5.4 to 0.6.2 by @dependabot in #39
  • chore(deps-dev): bump coverage from 7.5.4 to 7.6.0 by @dependabot in #33
  • chore(deps-dev): bump boto3 from 1.34.146 to 1.35.5 by @dependabot in #41
  • chore(deps-dev): bump coverage from 7.6.0 to 7.6.1 by @dependabot in #40
  • chore(deps-dev): bump google-cloud-pubsub from 2.22.0 to 2.23.0 by @dependabot in #35

Full Changelog: v0.3.0...v0.4.0

v0.3.0

12 Aug 14:59
3e41a2f
Compare
Choose a tag to compare

What's Changed

Features

Dependencies

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

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

13 May 23:51
66b0947
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Removed invalid classifier from pyproject.toml.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 May 23:46
e1ffeea
Compare
Choose a tag to compare

What's Changed

Features

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

Doc

  • Updated README with basic instructions.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

13 May 18:41
19fa272
Compare
Choose a tag to compare

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!