Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin boto3 to latest version 1.4.1 #48

Closed
wants to merge 2 commits into from
Closed

Conversation

pyup-bot
Copy link
Collaborator

boto3 is not pinned to a specific version.

I'm pinning it to the latest version 1.4.1 for now.

These links might come in handy: PyPi | Changelog | Repo

Changelog

1.4.1

  • feature:Session: Expose available_profiles property for Session (``704 <https://github.com/boto/boto3/issues/704&gt;`__)
  • bugfix:s3: Fix issue when transfers would not exit quickly from signals
  • bugfix:sqs.Queue: Fix issue in DeadLetterSourceQueues collection

1.4.0

  • feature:DynamoDB: Add request auto de-duplication based on specified primary keys for batch_writer. (605 &lt;https://github.com/boto/boto3/issues/605&gt;__)
  • feature:s3: Add managed file-like object uploads to S3 client, Bucket, and Object.
  • bugfix:Session: Fixed Session.repr region argument name.
  • feature:s3: Add managed copies to S3 client, Bucket, and Object.
  • feature:s3: Add managed downloads to file-like objects in the S3 client, Bucket, and Object.
  • bugfix:s3: Port s3.transfer module to use s3transfer package. Please refer to Upgrading Notes &lt;https://boto3.readthedocs.io/en/latest/guide/upgrading.html&gt;_ when upgrading. In porting the logic over, various performance issues and bugs were fixed.
  • feature:s3: Add io_chunksize parameter to TransferConfig

1.3.1

  • feature:S3: Add custom load to ObjectSummary
  • feature:Session: Add method to get session credentials
  • bugfix:DynamoDB: Ensure batch writer never sends more than flush_amount (483 &lt;https://github.com/boto/boto3/issues/483&gt;__)
  • feature:Resources: Add get_available_subresources to Resources (113 &lt;https://github.com/boto/boto3/issues/113&gt;__)

1.3.0

  • feature:EC2: Update resource model to include Route resources. (issue 532 &lt;https://github.com/boto/boto3/pull/532&gt;__)

1.2.5

  • bugfix:S3: Forward extra_args when using multipart downloads. (issue 503 &lt;https://github.com/boto/boto3/pull/503&gt;__)

1.2.4

  • feature:Session: Add region_name property on session. (issue 414 &lt;https://github.com/boto/boto3/pull/414&gt;__)
  • bugfix:S3: Fix issue with hanging downloads. (issue 471 &lt;https://github.com/boto/boto3/pull/471&gt;__)

1.2.3

  • feature:CloudWatch: Add resource model. (issue 412 &lt;https://github.com/boto/boto3/pull/412&gt;__)
  • feature:S3: Add a start_restore() on Object and ObjectSummary resources. (issue 408 &lt;https://github.com/boto/boto3/pull/408&gt;__)
  • feature:Documentation: Add examples for S3. (issue 402 &lt;https://github.com/boto/boto3/pull/402&gt;__)
  • bugfix:Collections: Fix regression where filters could not be chained. (issue 401 &lt;https://github.com/boto/boto3/pull/401&gt;__)
  • bugfix:S3: Progress callback will be triggered when rewinding stream. (issue 395 &lt;https://github.com/boto/boto3/pull/395&gt;__)

1.2.2

  • feature:Dependencies: Relax version constraint of futures to support version 3.x.
  • feature:Resources: Allow config object to be provided when creating resources (issue 325 &lt;https://github.com/boto/boto3/pull/325&gt;__)
  • feature:Documentation: Add docstrings for resource collections and waiters (issue 267 &lt;https://github.com/boto/boto3/pull/267&gt;, issue 261 &lt;https://github.com/boto/boto3/pull/261&gt;)

1.2.1

  • bugfix:setup.cfg: Fix issue in formatting that broke PyPI distributable

1.2.0

  • feature:Docstrings: Add docstrings for resource identifiers, attributes, references, and subresources. (issue 239 &lt;https://github.com/boto/boto3/pull/239&gt;__)
  • feature:S3: Add ability to configure host addressing style when making requests to Amazon S3. (botocore issue 673 &lt;https://github.com/boto/botocore/pull/673&gt;__)
  • bugfix:IAM: Fix model issue with attached groups, roles, and policies. (issue 304 &lt;https://github.com/boto/boto3/pull/304&gt;__)
  • bugfix:EC2.ServiceResource.create_key_pair: Fix model issue where creating key pair does not have a key_material on KeyPair resource. (issue 290 &lt;https://github.com/boto/boto3/pull/290&gt;__)

1.1.4

  • bugfix:Identifier: Make resource identifiers immutable. (issue 246 &lt;https://github.com/boto/boto3/pull/246&gt;__)
  • feature:S3: Both S3 Bucket and Object obtain upload_file() and download_file() (issue 243 &lt;https://github.com/boto/boto3/pull/243&gt;__)

1.1.3

  • feature:aws storagegateway: Add support for resource tagging.
  • feature:timeouts: Add support for customizable timeouts.

1.1.2

  • feature:session.Session: Add events property to access session's event emitter. (issue 204 &lt;https://github.com/boto/boto3/pull/204&gt;__)
  • bugfix:Glacier.Account: Fix issue with resource model. (issue 196 &lt;https://github.com/boto/boto3/pull/196&gt;__)
  • bugfix:DynamoDB: Fix misspelling of error class to DynamoDBOperationNotSupportedError. (issue 218 &lt;https://github.com/boto/boto3/pull/218&gt;__)

1.1.1

  • bugfix:EC2.ServiceResource.create_tags: Fix issue when creating multiple tags. (issue 160 &lt;https://github.com/boto/boto3/pull/160&gt;__)

1.1.0

  • bugfix:EC2.Vpc.filter: Fix issue with clobbering of Filtering paramter. (issue 154 &lt;https://github.com/boto/boto3/pull/154&gt;__)

0.0.22

  • bugfix:s3.client.upload_file: Fix double invocation of callbacks when using signature version 4. (issue 133 &lt;https://github.com/boto/boto3/pull/133&gt;__)
  • bugfix:: s3.Bucket.load (issue 128 &lt;https://github.com/boto/boto3/pull/128&gt;__)

0.0.21

  • bugfix:Installation: Fix regression when installing via older versions of pip on python 2.6. (issue 132 &lt;https://github.com/boto/boto3/pull/132&gt;__)

0.0.20

  • feature:ec2: Update resource model. (issue 129 &lt;https://github.com/boto/boto3/pull/129&gt;__)

0.0.19

  • breakingchange:Collections: Remove the page_count and limit arguments from all(). Undocument support for the two arguments in the filter() method. (issue 119 &lt;https://github.com/boto/boto3/pull/119&gt;__)
  • feature:DynamoDB: Add batch writer. (issue 118 &lt;https://github.com/boto/boto3/pull/118&gt;__)

0.0.18

  • feature:DynamoDB: Add document level interface for Table resource (issue 103 &lt;https://github.com/boto/boto3/pull/103&gt;__)
  • feature:DynamoDB: Add ConditionExpression interface for querying and filtering Table resource. (issue 103 &lt;https://github.com/boto/boto3/pull/103&gt;__)
  • feature:Clients: Add support for passing of botocore.client.Config object to instantiation of clients.

0.0.17

  • feature:Botocore: Update to Botocore 0.107.0.

0.0.16

  • bugfix:Packaging: Fix release sdist and whl files from 0.0.15.
  • feature:Amazon Dynamodb: Add resource model for Amazon DynamoDB.

0.0.15

  • bugfix:Packaging: Fix an issue with the Amazon S3 upload_file and download_file customization. (issue 85 &lt;https://github.com/boto/boto3/pull/85&gt;__)
  • bugfix:Resource: Fix an issue with the Amazon S3 BucketNofitication resource.
  • feature:Botocore: Update to Botocore 0.103.0.

0.0.14

  • feature:Resources: Update to the latest resource models for
  • feature:Amazon S3: Add an upload_file and download_file to S3 clients that transparently handle parallel multipart transfers.
  • feature:Botocore: Update to Botocore 0.102.0.

0.0.13

  • feature:Botocore: Update to Botocore 0.100.0.

0.0.12

  • feature:Resources: Add the ability to load resource data from a has relationship. This saves a call to load when available, and otherwise fixes a problem where there was no way to get at certain resource data. (issue 74 &lt;https://github.com/boto/boto3/pull/72&gt;__,
  • feature:Botocore: Update to Botocore 0.99.0

0.0.11

  • feature:Resources: Add Amazon EC2 support for ClassicLink actions and add a delete action to EC2 Volume resources.
  • feature:Resources: Add a load operation and user reference to AWS IAM's CurrentUser resource. (issue 72 &lt;https://github.com/boto/boto3/pull/72&gt;__,
  • feature:Resources: Add resources for AWS IAM managed policies. (issue 71 &lt;https://github.com/boto/boto3/pull/71&gt;__)
  • feature:Botocore: Update to Botocore 0.97.0

0.0.10

  • bugfix:Documentation: Name collisions are now handled at the resource model layer instead of the factory, meaning that the documentation now uses the correct names. (issue 67 &lt;https://github.com/boto/boto3/pull/67&gt;__)
  • feature:Session: Add a region_name option when creating a session. (issue 69 &lt;https://github.com/boto/boto3/pull/69&gt;, issue 21 &lt;https://github.com/boto/boto3/issues/21&gt;)
  • feature:Botocore: Update to Botocore 0.94.0

0.0.9

  • feature:Botocore: Update to Botocore 0.92.0

0.0.8

  • bugfix:Resources: Fix Amazon S3 resource identifier order. (issue 62 &lt;https://github.com/boto/boto3/pull/62&gt;__)
  • bugfix:Resources: Fix collection resource hydration path. (issue 61 &lt;https://github.com/boto/boto3/pull/61&gt;__)
  • bugfix:Resources: Re-enable service-level access to all resources, allowing e.g. obj = s3.Object(&#39;bucket&#39;, &#39;key&#39;). (issue 60 &lt;https://github.com/boto/boto3/pull/60&gt;__)
  • feature:Botocore: Update to Botocore 0.87.0

0.0.7

  • feature:Resources: Enable support for Amazon Glacier.
  • feature:Resources: Support plural references and nested JMESPath queries for data members when building parameters and identifiers. (issue 52 &lt;https://github.com/boto/boto3/pull/52&gt;__)
  • feature:Resources: Update to the latest resource JSON format. This is a backward-incompatible change as not all resources are exposed at the service level anymore. For example, s3.Object(&#39;bucket&#39;, &#39;key&#39;) is now s3.Bucket(&#39;bucket&#39;).Object(&#39;key&#39;). (issue 51 &lt;https://github.com/boto/boto3/pull/51&gt;__)
  • feature:Resources: Make resource.meta a proper object. This allows you to do things like resource.meta.client. This is a backward- incompatible change. (issue 45 &lt;https://github.com/boto/boto3/pull/45&gt;__)
  • feature:Dependency: Update to JMESPath 0.6.1
  • feature:Botocore: Update to Botocore 0.86.0

0.0.6

  • feature:Amazon SQS: Add purge action to queue resources
  • feature:Waiters: Add documentation for client and resource waiters (issue 44 &lt;https://github.com/boto/boto3/pull/44&gt;__)
  • feature:Waiters: Add support for resource waiters (issue 43 &lt;https://github.com/boto/boto3/pull/43&gt;__)
  • bugfix:Installation: Remove dependency on the unused six module (issue 42 &lt;https://github.com/boto/boto3/pull/42&gt;__)
  • feature:Botocore: Update to Botocore 0.80.0

0.0.5

  • feature:Resources: Add support for batch actions on collections. (issue 32 &lt;https://github.com/boto/boto3/pull/32&gt;__)
  • feature:Botocore: Update to Botocore 0.78.0

0.0.4

  • feature:Botocore: Update to Botocore 0.77.0
  • feature:EC2: Update `Amazon EC2 <http
  • feature:Resources: Support belongsTo resource reference as well as path specified in an action's resource definition.
  • bugfix:SQS: Fix an issue accessing SQS message bodies (issue 33 &lt;https://github.com/boto/boto3/issues/33&gt;__)

0.0.3

  • feature:Botocore: Update to Botocore 0.76.0.

0.0.2

  • feature:Resources: Adds resources for AWS CloudFormation &lt;http://aws.amazon.com/cloudformation/&gt;_ and AWS OpsWorks &lt;http://aws.amazon.com/opsworks/&gt;_.
  • feature:Botocore: Update to Botocore 0.73.0 and JMESPath 0.5.0
  • feature:Clients: Adds support for AWS CodeDeploy &lt;http://aws.amazon.com/codedeploy/&gt;, AWS Config &lt;http://aws.amazon.com/config/&gt;, AWS KMS &lt;http://aws.amazon.com/kms/&gt;, AWS Lambda &lt;http://aws.amazon.com/lambda/&gt;.
  • feature:UserAgent: Make requests with a customized HTTP user-agent

0.0.1

  • feature:Resources: Supports S3, EC2, SQS, SNS, and IAM resources
  • feature:Clients: Supports low-level clients for most services

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@bonclay7 bonclay7 closed this Jan 16, 2017
@bonclay7 bonclay7 deleted the pyup-pin-boto3-1.4.1 branch January 16, 2017 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants