boto Changelog

What's new in boto 2.33.0

Oct 16, 2014
  • This release adds support for Amazon Route 53 Domains, Amazon Cognito Identity, Amazon Cognito Sync, the DynamoDB document model feature, and fixes several issues.

New in boto 2.25.0 (Feb 8, 2014)

  • Features:
  • Add support for Route53 API version 2013-04-01 (issue 2080, commit 600dcd0)
  • Add option to opt-in for EC2 SigV4 (issue 2074, commit 4d780bd)
  • Add Autoscale feature to get all adjustment types (issue 2058, issue 1538, commit b9c7e15)
  • Add Route53 unit tests (issue 2066, commit e859576)
  • Add a basic Route53 tutorial (issue 2060, commit f0ad46b)
  • Add Autoscale associated public IP to launch configuration (issue 2051, issue 2028, issue 2029, commit c58bda6)
  • Add option to pass VPC zone identifiers as a Python list (issue 2047, issue 1772, commit 07ef9e1)
  • Add RDS call to get all log files (issue 2040, issue 1994, commit 925b8cb)
  • Bugfixes:
  • Changed S3 get_bucket to use HEAD in place of GET. (issue 2078, issue 2082, commit 016be83)
  • Fix EMR’s describe_cluster_command. (issue 2034, commit 1c5621e)
  • Tutorial small code fix (issue 2072, commit 38e7db1)
  • Fix CloudFront string representation (issue 2069, commit 885c397)
  • Route53 doc cleanup (issue 2059, commit d2fc38e)
  • Fix MWS parsing of GetProductCategoriesForASIN response. (issue 2024, commit 0af08ce)
  • Fix SQS docs for get_queue_attributes (issue 2061, commit 1cdc326)
  • Don’t insert a ‘?’ in URLs unless there is a query string (issue 2042, issue 1943, commit c15ce60)

New in boto 2.23.0 (Jan 11, 2014)

  • Features:
  • Added pagination & date range filtering to Glacier inventory options. (issue 1977, commit 402a305)
  • Added the ability to select the specific attributes to fetch in the scan & get_item calls within DynamoDB v2. (issue 1945, issue 1972, commit f6451fb & commit 96cd413)
  • Allow getting a security token from either an environment or configuration variable. (:issue:, :sha:)
  • Ported the has_item call from the original DynamoDB (v1) module to DynamoDB v2. (issue 1973, issue 1822, commit f96e9e3)
  • Added an associate_address_object method to EC2. (issue 1967, issue 1874, issue 1893, commit dd6180c)
  • Added a download_to_fileobj method to Glacier,similar to the S3 call of the same name. (issue 1960, issue 1941, commit 67266e5)
  • Added support for arbitrary dict inputs to MWS. (issue 1966, commit 46f193f)
  • Bugfixes:
  • Made the usage of is/is not more consistent. (issue 1930, commit 8597c54)
  • Imported with_statement for old Python versions (issue 1975, commit a53a574)
  • Changed the Binary data object within DynamoDB to throw an error if an invalid data type is used. (issue 1963, issue 1956, commit e5d30c8)
  • Altered the integration tests to avoid connection errors to certain regions. (commit 2555b8a)
  • Changed the GCS resumable upload handler to save tracker files with protection 0600. (commit 7cb344c)
  • Documentation:
  • Clarified documentation around the list_metrics call in CloudFormation. (issue 1962, commit c996a72)
  • Added Tag to the Autoscale API docs. (issue 1964, commit 31118d9)
  • Updated the AWS Support documentation to the latest. (commit 29f9264)

New in boto 2.22.1 (Jan 7, 2014)

  • Fixed key names with special characters in S3 when using SigV4. (commit 8b37180)
  • Re-added the nextToken attribute to the EC2 result set object. (issue 1968, commit 6928928)

New in boto 2.22.0 (Jan 4, 2014)

  • Features:
  • Updated Auto Scaling to support the latest API. (commit 9984c4f)
  • Added the ability to alter response sizes in DynamoDB queries/scans. (issue 1949, commit 6761b01)
  • Bugfixes:
  • Fix string instance tests. (issue 1959, commit ee203bf)
  • Add missing parameters to get_spot_price_history method. (issue 1958, commit f635474)
  • Fix unicode string parameter handling in S3Connection. (issue 1954, issue 1952, commit 12e6b0c)
  • Fix typo in docstring for SSHClient.run. (issue 1953, commit 5263b20)
  • Properly handle getopt long options in s3put. (issue 1950, issue 1946, commit cf693ff)

New in boto 2.21.2 (Dec 27, 2013)

  • This release is a bugfix release which corrects one more bug in the Mechanical Turk objects.

New in boto 2.6.0 (Sep 26, 2012)

  • Support for Amazon Glacier
  • Support for AWS Elastic Beanstalk
  • CORS support for Amazon S3
  • Support for Reserved Instances Resale in Amazon EC2
  • Support for IAM Roles