[Twisted-Python] [ANN] txAWS 0.4.0

Jean-Paul Calderone exarkun at twistedmatrix.com
Tue Jul 4 05:30:11 MDT 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20170704/0422cd4a/attachment.html>


More information about the Twisted-Python mailing list