Boto

Latest version: v2.49.0

Safety actively analyzes 630130 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 13

2.33.0

Not secure
=============

:date: 2014/10/08

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


Changes
-------
* Added TaggedEC2Object.remove_tags. (:issue:`2610`, :issue:`2269`, :issue:`2414`, :sha:`bce8fcf`)
* Fixed 403 error from url encoded User-Agent header (:issue:`2621`, :sha:`2043a89`)
* Inserted break when iterating Route53 records. (:issue:`2631`, :sha:`2de8716`)
* Fix typo in ELB ConnectionSettings attribute (:issue:`2602`, :sha:`63bd53b`)
* PEP8 fixes to various common modules. (:issue:`2611`, :sha:`44d873d`)
* Route Tables: Update describe_route_tables to support additional route types (VPC peering connection, NIC). (:issue:`2598`, :issue:`2597`, :sha:`bbe8ce7`)
* Fix an error in Python 3 when creating launch configs. Enables AutoScaling unit tests to run by default. (:issue:`2591`, :sha:`fb4aeec`)
* Use svg instead of png to get better image quality. (:issue:`2588`, :sha:`1de6b41`)
* STS now signs using sigv4. (:issue:`2627`, :sha:`36b247f`)
* Added support for Amazon Cognito. (:issue:`2608`, :sha:`fa3a39e`)
* Fix bug where sigv4 custom metadata headers were presigned incorrectly. (:issue:`2604`, :sha:`8853e8e`)
* Add some regions to cloudsearch (:issue:`2593`, :sha:`8c6ea21`)
* fix typo in s3 tutorial (:issue:`2612`, :sha:`92dd581`)
* fix ELB ConnectionSettings values in documentation (:issue:`2620`, :sha:`d2231a2`)
* Few typo in docstring (:issue:`2590`, :sha:`0238747`)
* Add support for Amazon Route 53 Domains. (:issue:`2601`, :sha:`d149a87`)
* Support EBS encryption in BlockDeviceType. (:issue:`2587`, :issue:`2480`, :sha:`7a39741`)
* Fix a typo in auth.py: Bejing -> Beijing. (:issue:`2585`, :sha:`8525616`)
* Update boto/cacerts/cacerts.txt. (:issue:`2567`, :sha:`02b836c`)
* route53 module: tidy up to meet PEP8 better. (:issue:`2571`, :sha:`3a3e960`)
* Update count_slow documentation. (:issue:`2569`, :sha:`e926d2d`)
* iam module: tidy up to meet PEP8 better. (:issue:`2566`, :sha:`3c83da9`)
* Assigning ACL ID to network_acl_id instead of route_table_id. (:issue:`2548`, :sha:`c017b02`)
* Avoid infinite loop with bucket listing and encoding_type='url'. (:issue:`2562`, :issue:`2561`, :sha:`39cbcb5`)
* Use urllib timeout param instead of hacking socket global timeout. (:issue:`2560`, :issue:`1935`, :sha:`c1dd1fb`)
* Support non-ascii unicode strings in _get_all_query_args. Fixes: 2558, 2559. (:issue:`2559`, :issue:`2558`, :sha:`069d04b`)
* Truncated Response Handling in Route53 ListResourceRecordSets. (:issue:`2542`, :sha:`3ba380f`)
* Update to latest OpsWorks API. (:issue:`2547`, :sha:`ac2b311`)
* Better S3 key repr support for unicode. (:issue:`2525`, :issue:`2516`, :sha:`8198884`)
* Skip test when locale is missing. (:issue:`2554`, :issue:`2540`, :sha:`2b87583`)
* Add profile_name support to SQS. (:issue:`2459`, :sha:`3837951`)
* Include test_endpoints.json in source distribution. (:issue:`2550`, :sha:`7f907b7`)
* Pass along params in make_request for elastic transcoder api. (:issue:`2537`, :sha:`964999e`)
* Documents not found behavior of get_item(). (:issue:`2544`, :sha:`9b9c1c4`)
* Support auth when headers contains bytes. (:issue:`2521`, :issue:`2520`, :sha:`885348d`)
* PEP8 style fixes for ElastiCache. (:issue:`2539`, :sha:`bd0d6db`)
* PEP8 style fixes for SES. (:issue:`2538`, :sha:`c620c43`)
* Doc updates for CloudSearch. (:issue:`2546`, :sha:`9efebc2`)
* Update to latest Redshift API. (:issue:`2545`, :sha:`9151092`)
* Update to latest support API. (:issue:`2541`, :issue:`2426`, :sha:`8cf1b52`)
* Uses file name as archive description when uploading to glacier. (:issue:`2535`, :issue:`2528`, :sha:`38478c1`)
* Fix the ec2.elb.listener.Listener class's __getitem__ method. (:issue:`2533`, :sha:`7b67f98`)
* Add recognized HTTP headers for S3 metadata. (:issue:`2477`, :issue:`2050`, :sha:`c8c625a`)
* Fix class name for document. (:issue:`2530`, :sha:`2f0e689`)
* Copy CloudSearch proxy settings to endpoint services. (:issue:`2513`, :sha:`3cbbc21`)
* Merge branch 'develop' into cloudsearch2-proxy (:sha:`5b424db`)
* Add IAMer as an application built on boto. (:issue:`2515`, :sha:`1f35224`)

2.32.1

Not secure
============

:date: 2014/08/04

This release fixes an incorrect Amazon VPC peering connection call, and fixes
several minor issues related to Python 3 support including a regression when
pickling authentication information.


Fixes
-----
* Fix bin scripts for Python 3. (:issue:`2502`, :issue:`2490`, :sha:`cb78c52`)
* Fix parsing of EMR step summary response. (:issue:`2456`, :sha:`2ffb00a`)
* Update wheel to be universal for py2/py3. (:issue:`2478`, :sha:`e872d94`)
* Add pypy to tox config. (:issue:`2458`, :sha:`16c6fbe`)
* Fix Glacier file object hash calculation. (:issue:`2489`, :issue:`2488`,
:sha:`a9463c5`)
* PEP8 fixes for Glacier. (:issue:`2469`, :sha:`0575a54`)
* Use ConfigParser for Python 3 and SafeConfigParser for Python 2.
(:issue:`2498`, :issue:`2497`, :sha:`f580f73`)
* Remove redundant __future__ imports. (:issue:`2496`, :sha:`e59e199`)
* Fix dynamodb.types.Binary non-ASCII handling. (:issue:`2492`, :issue:`2491`,
:sha:`16284ea`)
* Add missing dependency to requirements.txt. (:issue:`2494`, :sha:`33db71a`)
* Fix TypeError when getting instance metadata under Python 3. (:issue:`2486`,
:issue:`2485`, :sha:`6ff525e`)
* Handle Cloudsearch indexing errors. (:issue:`2370`, :sha:`494a091`)
* Remove obsolete md5 import routine. (:issue:`2468`, :sha:`9808a77`)
* Use encodebytes instead of encodestring. (:issue:`2484`, :issue:`2483`,
:sha:`984c5ff`)
* Fix an auth class pickling bug. (:issue:`2479`, :sha:`07d6424`)

2.32.0

Not secure
============

:date: 2014/07/30

This release includes backward-compatible support for Python 3.3 and 3.4,
support for IPv6, Amazon VPC connection peering, Amazon SNS message
attributes, new regions for Amazon Kinesis, and several fixes.


Python 3 Support
----------------
* DynamoDB (:issue:`2441`, :sha:`0ef0466`, :issue:`2473`, :sha:`102c3b6`,
:issue:`2453`)
* CloudWatch Logs (:issue:`2448`, :sha:`23cbcd1`)
* Support (:issue:`2406`, :sha:`7b489a0`)
* Elastic Beanstalk (:issue:`2372`, :sha:`d45d00e`)
* CloudSearch (:issue:`2439`, :sha:`25416f9`, :issue:`2432`, :sha:`b17f2d9`)
* STS (:issue:`2435`, :sha:`1c1239b`)
* SimpleDB (:issue:`2403`, :sha:`604318d`)
* EC2 (:issue:`2424`, :sha:`5e5dc4c`)
* VPC (:issue:`2399`, :sha:`356da91`)
* OpsWorks (:issue:`2402`, :sha:`68d15a5`)
* CloudWatch (:issue:`2400`, :sha:`a4d0a7a`)
* SWF (:issue:`2397`, :sha:`6db918e`)
* MWS (:issue:`2385`, :sha:`5347fbd`)
* ELB (:issue:`2384`, :sha:`4dcc9be`)
* Elastic Transcoder (:issue:`2382`, :sha:`40c5e35`)
* EMR (:issue:`2381`, :sha:`edf4020`)
* Route53 (:issue:`2359`, :sha:`15514f7`)
* Glacier (:issue:`2357`, :sha:`a41042e`)
* RedShift (:issue:`2362`, :sha:`b8888cc`)
* CloudFront (:issue:`2355`, :sha:`f2f54b1`)
* ECS (:issue:`2364`, :sha:`ab84969`)
* Fix pylintrc to run with pylint/python 3. (:issue:`2366`, :sha:`6292ab2`)
* SNS (:issue:`2365`, :sha:`170f735`)
* AutoScaling (:issue:`2393`, :sha:`6a78057`)
* Direct Connect (:issue:`2361`, :sha:`8488d94`)
* CloudFormation (:issue:`2373`, :sha:`9872f27`)
* IAM (:issue:`2358`, :sha:`29ad3e3`)
* ElastiCache (:issue:`2356`, :sha:`2880f91`)
* SES (:issue:`2354`, :sha:`1db129e`)
* Fix S3 integration test on Py3. (:issue:`2466`, :sha:`f3eb4cd`)
* Use unittest.mock if exists. (:issue:`2451`, :sha:`cc58978`)
* Add tests/compat.py for test-only imports. (:issue:`2442`, :sha:`556f3cf`)
* Add backward-compatible support for Python 3.3+ (S3, SQS, Kinesis,
CloudTrail). (:issue:`2344`, :issue:`677`, :sha:`b503f4b`)


Features
--------
* Add marker param to describe all ELBs. (:issue:`2433`, :sha:`49af8b6`)
* Update .travis.yml to add pypy. (:issue:`2440`, :sha:`4b8667c`)
* Add 'include_all_instances' support to 'get_all_instance_status'.
(:issue:`2446`, :issue:`2230`, :sha:`5949012`)
* Support security tokens in configuration file profiles.
(:issue:`2445`, :sha:`a16bcfd`)
* Singapore, Sydney and Tokyo are missing in Kinesis Region.
(:issue:`2434`, :sha:`723290d`)
* Add support for VPC connection peering. (:issue:`2438`, :sha:`63c78a8`)
* Add seperate doc requirements. (:issue:`2412`, :sha:`2922d89`)
* Route53 support IP health checks (:issue:`2195`, :sha:`319d44e`)
* IPv6 support when making connections (:issue:`2380`, :sha:`1e70179`)
* Support SNS message attributes (:issue:`2360`, :sha:`ec106bd`)
* Add "attributes" argument to boto.dynamodb2.table.Table.batch_get.
(:issue:`2276`, :sha:`fe67f43`)
* Add documentation for top-level S3 module. (:issue:`2379`, :sha:`db77546`)


Fixes
-----
* Prevent an infinite loop. (:issue:`2465`, :sha:`71b795a`)
* Updated documentation for copy_image. (:issue:`2471`, :sha:`f9f683a`)
* Fixed 2464 added keyword "detailed" to docs. (:issue:`2467`, :issue:`2464`,
:sha:`eb26fdc`)
* Retry installation commands on Travis CI. (:issue:`2457`, :sha:`a9e8057`)
* Fix for run_instances() network_interfaces argument documentation.
(:issue:`2461`, :sha:`798fd70`)
* pyami module: tidy up to meet PEP8 better. (:issue:`2460`, :sha:`e5a23ed`)
* Updating documentation on cloudsearch regions. (:issue:`2455`, :sha:`de284a4`)
* Fixing lost errors bug in cloudsearch2 commit implementation.
(:issue:`2408`, :sha:`fedb937`)
* Import json from boto.compat for several modules.
(:issue:`2450`, :sha:`55e716b`)
* Relocate MWS requirements checks; closes 2304, 2314.
(:issue:`2314`, :issue:`2304`, :sha:`6a8f98b`)
* Added support for creating EMR clusters with a ServiceRole.
(:issue:`2389`, :sha:`7693956`)
* Doc fix: doc_service instead of service on Deleting.
(:issue:`2419`, :sha:`f7b7980`)
* Fix dummy value typo on aws_access_key_id. (:issue:`2418`, :sha:`fc2a212`)
* Fix typo; add test. (:issue:`2447`, :sha:`effa8a8`)
* Fix CloudWatch Logs docstring. (:issue:`2444`, :sha:`d4a2b02`)
* Fix S3 mock encoding bug (:issue:`2443`, :sha:`8dca89b`)
* Skip the ETag header check in responce while using SSE-C encrpytion of S3.
(:issue:`2368`, :sha:`907fc6d`)
* Fix Beanstalk exception handling. (:issue:`2431`, :sha:`40f4b5d`)
* EC2 UserData encoding fix (Full version of 1698).
(:issue:`2396`, :issue:`1698`, :sha:`78300f1`)
* Fetch S3 key storage class on-demand. (:issue:`2404`, :sha:`8c4cc67`)
* Added documentation for /manage/cmdshell.py. (:issue:`2395`, :sha:`5a28d1c`)
* Remove redundant lines in auth.py. (:issue:`2374`, :sha:`317e322`)
* Fix SWF continue_as_new_workflow_execution start_to_close_timeout.
(:issue:`2378`, :sha:`5101b06`)
* Fix StringIO imports and invocations. (:issue:`2390`, :sha:`03952c7`)
* Fixed wrong call of urlparse. (:issue:`2387`, :sha:`4935f67`)
* Update documentation on Valid Values for ses:SetIdentityNotificationTopic.
(:issue:`2367`, :sha:`3f5de0d`)
* Correct list_saml_providers to return all items.
(:issue:`2338`, :sha:`9e9427f`)
* Fixing ELB unit tests. Also did some PEP8 cleanup on ELB code.
(:issue:`2352`, :sha:`5220621`)
* Documentation updates. (:issue:`2353`, :sha:`c9233d4`)

2.31.1

Not secure
============

:date: 2014/07/10

This release fixes an installation bug in the 2.31.0 release.

2.31.0

Not secure
============

:date: 2014/07/10

This release adds support for Amazon CloudWatch Logs.


Changes
-------
* Add support for Amazon CloudWatch Logs. (:sha:`125c94d`)

2.30.0

Not secure
============

:date: 2014/07/01

This release adds new Amazon EC2 instance types, new regions for AWS CloudTrail and Amazon Kinesis, Amazon S3 presigning using signature version 4, and several documentation and bugfixes.


Changes
-------
* Add EC2 T2 instance types (:sha:`544f8925cb`)
* Add new regions for CloudTrail and Kinesis (:sha:`4d67e19914`)
* Fixed some code formatting and typo in SQS tutorial docs. (:issue:`2332`, :sha:`08c8fed`)
* Documentation update -- Child workflows and poll API. (:issue:`2333`, :issue:`2063`, :issue:`2064`, :sha:`4835676`)
* DOC Tutorial update for metrics and use of dimensions property. (:issue:`2340`, :issue:`2336`, :sha:`45fda90`)
* Let people know only EC2 supported for cloudwatch. (:issue:`2341`, :sha:`98f03e2`)
* Add namespace to AccessControlPolicy xml representation. (:issue:`2342`, :sha:`ce07446`)
* Make ip_addr optional in Route53 HealthCheck. (:issue:`2345`, :sha:`79c35ca`)
* Add S3 SigV4 Presigning. (:issue:`2349`, :sha:`125c4ce`)
* Add missing route53 autodoc. (:issue:`2343`, :sha:`6472811`)
* Adds scan_index_forward and limit to DynamoDB table query count. (:issue:`2184`, :sha:`4b6d222`)
* Add method TaggedEC2Object.add_tags(). (:issue:`2259`, :sha:`eea5467`)
* Add network interface lookup to EC2. Add update/attach/detach methods to NetworkInterface object. (:issue:`2311`, :sha:`4d44530`)
* Parse date/time in a locale independent manner. (:issue:`2317`, :issue:`2271`, :sha:`3b715e5`)
* Add documentation for delete_hosted_zone. (:issue:`2316`, :sha:`a0fdd39`)
* s/existance/existence/ (:issue:`2315`, :sha:`b8dfa1c`)
* Add multipart upload section to the S3 tutorial. (:issue:`2308`, :sha:`99953d4`)
* Only attempt shared creds load if path is a file. (:issue:`2305`, :sha:`0bffa3b`)

Page 4 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.