Hello all, I'm pleased to announce the release of txAWS 0.4.0. txAWS is a library for interacting with Amazon Web Services (AWS) using Twisted.
You can download the release from PyPI <https://pypi.python.org/pypi/txAWS>. txAWS development uses GitHub for issues and source control <https://github.com/twisted/txaws>. Since the last release, the following enhancements have been made: Bugfixes -------- - txaws now correctly signs requests with paths that require urlencoding. (#20) Features -------- - The Route53 client now recognizes all of the basic resource record types. (#50) - txaws now supports reading the AWS_SHARED_CREDENTIALS_FILE and environment variable. (#52) - txAWS now raises a CredentialsNotFoundError when it cannot locate credentials. Catching the previously-raised ValueError is now deprecated. (#53) - txaws.credentials.AWSCredentials now supports loading different sets of credentials via AWS_PROFILE. (#54) Thanks to everyone who contributed and to Least Authority Enterprises <https://leastauthority.com/> for sponsoring my work on this release. Jean-Paul Calderone
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python