noirbizarre / flask-fs

Simple and easy file storages for Flask
https://flask-fs.readthedocs.org
MIT License
31 stars 15 forks source link

Pin boto3 to latest version 1.4.1 #9

Closed pyup-bot closed 7 years ago

pyup-bot commented 8 years ago

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>__)
  • 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 <https://github.com/boto/boto3/issues/605>__)
  • 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 <https://boto3.readthedocs.io/en/latest/guide/upgrading.html>_ 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 <https://github.com/boto/boto3/issues/483>__)
  • feature:Resources: Add get_available_subresources to Resources (113 <https://github.com/boto/boto3/issues/113>__)

    1.3.0

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

    1.2.5

  • bugfix:S3: Forward extra_args when using multipart downloads. (issue 503 <https://github.com/boto/boto3/pull/503>__)

    1.2.4

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

    1.2.3

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

    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 <https://github.com/boto/boto3/pull/325>__)
  • feature:Documentation: Add docstrings for resource collections and waiters (issue 267 <https://github.com/boto/boto3/pull/267>, issue 261 <https://github.com/boto/boto3/pull/261>)

    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 <https://github.com/boto/boto3/pull/239>__)
  • feature:S3: Add ability to configure host addressing style when making requests to Amazon S3. (botocore issue 673 <https://github.com/boto/botocore/pull/673>__)
  • bugfix:IAM: Fix model issue with attached groups, roles, and policies. (issue 304 <https://github.com/boto/boto3/pull/304>__)
  • bugfix:EC2.ServiceResource.create_key_pair: Fix model issue where creating key pair does not have a key_material on KeyPair resource. (issue 290 <https://github.com/boto/boto3/pull/290>__)

    1.1.4

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

    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 <https://github.com/boto/boto3/pull/204>__)
  • bugfix:Glacier.Account: Fix issue with resource model. (issue 196 <https://github.com/boto/boto3/pull/196>__)
  • bugfix:DynamoDB: Fix misspelling of error class to DynamoDBOperationNotSupportedError. (issue 218 <https://github.com/boto/boto3/pull/218>__)

    1.1.1

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

    1.1.0

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

    0.0.22

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

    0.0.21

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

    0.0.20

  • feature:ec2: Update resource model. (issue 129 <https://github.com/boto/boto3/pull/129>__)

    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 <https://github.com/boto/boto3/pull/119>__)
  • feature:DynamoDB: Add batch writer. (issue 118 <https://github.com/boto/boto3/pull/118>__)

    0.0.18

  • feature:DynamoDB: Add document level interface for Table resource (issue 103 <https://github.com/boto/boto3/pull/103>__)
  • feature:DynamoDB: Add ConditionExpression interface for querying and filtering Table resource. (issue 103 <https://github.com/boto/boto3/pull/103>__)
  • 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 <https://github.com/boto/boto3/pull/85>__)
  • 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 <https://github.com/boto/boto3/pull/72>__,
  • 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 <https://github.com/boto/boto3/pull/72>__,
  • feature:Resources: Add resources for AWS IAM managed policies. (issue 71 <https://github.com/boto/boto3/pull/71>__)
  • 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 <https://github.com/boto/boto3/pull/67>__)
  • feature:Session: Add a region_name option when creating a session. (issue 69 <https://github.com/boto/boto3/pull/69>, issue 21 <https://github.com/boto/boto3/issues/21>)
  • 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 <https://github.com/boto/boto3/pull/62>__)
  • bugfix:Resources: Fix collection resource hydration path. (issue 61 <https://github.com/boto/boto3/pull/61>__)
  • bugfix:Resources: Re-enable service-level access to all resources, allowing e.g. obj = s3.Object('bucket', 'key'). (issue 60 <https://github.com/boto/boto3/pull/60>__)
  • 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 <https://github.com/boto/boto3/pull/52>__)
  • 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('bucket', 'key') is now s3.Bucket('bucket').Object('key'). (issue 51 <https://github.com/boto/boto3/pull/51>__)
  • 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 <https://github.com/boto/boto3/pull/45>__)
  • 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 <https://github.com/boto/boto3/pull/44>__)
  • feature:Waiters: Add support for resource waiters (issue 43 <https://github.com/boto/boto3/pull/43>__)
  • bugfix:Installation: Remove dependency on the unused six module (issue 42 <https://github.com/boto/boto3/pull/42>__)
  • feature:Botocore: Update to Botocore 0.80.0

    0.0.5

  • feature:Resources: Add support for batch actions on collections. (issue 32 <https://github.com/boto/boto3/pull/32>__)
  • 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! 🤖