Releases: pypyr/pypyr-aws
Releases · pypyr/pypyr-aws
Retire py 3.6. Add py 3.10 trove classifiers.
pypyr 4.2.0 compatibility - get_formatted
- retire deprecated
get_formatted_iterable
andget_formatted_string
in favour ofget_formatted_value
. This is for pypyr 4.2.0 compatibility.
updated readme
- 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
- update unit tests to use new core text formats
- update pypi registration details
s3fetch steps can save to specified context key
- 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
- 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
- No functional change. Just version bump to ensure deploy consistency because of previous pypi deploy errs.
pin ruyaml
- 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
- 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 betweenwaitfor
andclient
. - add pypyraws.errors, deriving from pypyr.errors.PluginError. Add
WaitTimeout
for the waitfor step. - README updates
Auto Deployment to pypi
- add init.py for sdist and wheels