ChangeLog

(future) Release v0.12.x (2012-12-xx)

Features:

  • none

Fixes:

  • Add support for DynamoDB for the US Gov region
  • ELB configuration updated
  • Some typos

Release v0.12.2 (2012-11-29)

Features:

  • none

Fixes:

  • Make sure the PutbucketVersioning can send the MFA details
  • Update lib/amazon/emr-config.js
  • ELB endpoint updated
  • Updated api version so WaitTimeSeconds works (SQS)
  • Remove OAuth, Twitter, Tumblr, Xero and Yahoo! from the supported libraries
  • Some typos

Release v0.12.1 (2012-11-24)

Features:

  • Add support for AWS Signature Version 4 for SQS
  • Add Sao Paulo to the list for Amazon:DynamoDB

Fixes:

  • Add WaitTimeSeconds parameter to AWS SQS ReceiveMessage action
  • Some typos
  • Fix version of data2xml to v0.4.x

Release v0.12.0 (2012-11-13)

Features:

  • Added support for the Sydney region (AP_SOUTHEAST_2)
  • Now uses your AwsAccountId in format 111122223333 or 1111-2222-3333 where AWS requires it
  • Added support for PriceClass for Amazon:CloudFront
  • Added support for Amazon:EC2 reserved instance marketplace
  • Added support for CORS on AmazonS3 buckets
  • lots more examples
  • More unit and integration tests

Fixes:

  • Now escapes Unicode properly in all requests
  • Fix up Amazon:S3 PutObjectAcl and PutBucketAcl for the full XML Access Control Lists (thanks GreenQloud)
  • Many fixes related to parameter names, types and whether they are required

And a huge array of examples for http://awssum.io/ - thanks to Joey van Dijk.

Release v0.11.0 (2012-09-21)

New Services:

  • (none)

Features:

  • make many of the examples/ more consistent
  • add some Amazon:IAM examples
  • Correct the AccessControlList in Amazon:S3 PutBucket, PutBucketAcl, PutObject, PutObjectAcl and CopyObject operations
  • Factor out AWS Signature v2.
  • Convert Amazon:DynamoDB use Signature v4, rather than Amazon:STS - should make your apps faster
  • Convert Amazon:IAM use Signature v4
  • Add AWS docs url into each operation to help with autogenerating the docs
  • More integration tests for Amazon DynamoDB, CloudSearch, Glacier, IAM and S3

Fixes:

  • Add Grant* params to Amazon:S3 PutBucket, PutBucketAcl, PutObject, PutObjectAcl and CopyObject operations
  • (*) Rename Amazon:EC2 EnableVolumeIO to EnableVolumeIo to make it more compatible with other operation names

Note: (*) Denotes a backwards incompatible change.

Release v0.10.1 (2012-09-06)

Fixes:

  • Fix the dependency on xml2js to version 0.1.14 since the format has changed

Release v0.10.0 (2012-09-03)

Services:

  • fixes in CloudSearch
  • fixes in Glacier
  • fixes for STS
  • fixes in CloudFormation
  • some EC2 updates

Code:

  • ability to use your own HTTP Agent :)
  • added new tagging options to S3
  • lots more examples
  • ability to use tokens rather than personal credentials (thanks Joey van Dijk)
  • groundwork for future options
  • more unit/integration tests

Older Releases

ToDo