Skip to content

Releases: pypyr/pypyr-aws

Retire py 3.6. Add py 3.10 trove classifiers.

06 Oct 10:01
Compare
Choose a tag to compare

No functional change.

Just updates trove classifiers for pypi.

pypyr 4.2.0 compatibility - get_formatted

30 Oct 00:59
Compare
Choose a tag to compare
  • retire deprecated get_formatted_iterable and get_formatted_string in favour of get_formatted_value. This is for pypyr 4.2.0 compatibility.

updated readme

30 Aug 14:39
Compare
Choose a tag to compare
  • no functional change
  • updated README for pypi to point to new https://pypyr.io/docs/plugins/aws/ documentation site
  • remove shippable ci
  • add GitHub Actions ci
  • fix linting errors

no functional change

18 Aug 02:19
Compare
Choose a tag to compare
  • update unit tests to use new core text formats
  • update pypi registration details

s3fetch steps can save to specified context key

21 Nov 22:36
Compare
Choose a tag to compare
  • s3fetchjson can save to a specified pypyr context key with new outKey input argument
  • s3fetchyaml can save to a specified pypyr context key with new outKey input argument

v1.0 release - no functional change

26 Jul 20:34
0e262a6
Compare
Choose a tag to compare
  • update trove classifiers to prod/stable
  • remove old pypi deploy url
  • upgrade beta to v1.0 release!

Bump version: 0.1.0 → 0.1.1

14 Jun 02:18
e3d36d9
Compare
Choose a tag to compare
  • No functional change. Just version bump to ensure deploy consistency because of previous pypi deploy errs.

pin ruyaml

05 Jun 08:06
Compare
Choose a tag to compare
  • pin ruyaml dependency to <0.15. There will be API changes in the 0.15+ versions, that might lead to warnings that your users could see.

waitfor step - wait for any aws client method

02 Jun 15:04
Compare
Choose a tag to compare
  • waitfor step to wait for any arbitrary aws client method to reach a desired status
  • refactor pypyraws.steps.client argument preparation to allow re-use between waitfor and client.
  • add pypyraws.errors, deriving from pypyr.errors.PluginError. Add WaitTimeout for the waitfor step.
  • README updates

Auto Deployment to pypi

12 May 22:13
Compare
Choose a tag to compare
  • add init.py for sdist and wheels