nficano / python-lambda

A toolkit for developing and deploying serverless Python code in AWS Lambda.
ISC License
1.5k stars 229 forks source link

Bump boto3 from 1.16.48 to 1.18.4 #701

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps boto3 from 1.16.48 to 1.18.4.

Changelog

Sourced from boto3's changelog.

1.18.4

  • api-change:kendra: [botocore] Amazon Kendra now provides a data source connector for Amazon WorkDocs. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-workdocs.html
  • api-change:proton: [botocore] Documentation updates for AWS Proton
  • api-change:iam: [botocore] Documentation updates for AWS Identity and Access Management (IAM).
  • api-change:rds: [botocore] Adds the OriginalSnapshotCreateTime field to the DBSnapshot response object. This field timestamps the underlying data of a snapshot and doesn't change when the snapshot is copied.
  • api-change:elbv2: [botocore] Update elbv2 client to latest version
  • api-change:lambda: [botocore] New ResourceConflictException error code for PutFunctionEventInvokeConfig, UpdateFunctionEventInvokeConfig, and DeleteFunctionEventInvokeConfig operations.
  • api-change:codebuild: [botocore] AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.
  • api-change:personalize: [botocore] My AWS Service (placeholder) - Making minProvisionedTPS an optional parameter when creating a campaign. If not provided, it defaults to 1.
  • api-change:emr: [botocore] Update emr client to latest version

1.18.3

  • api-change:compute-optimizer: [botocore] Documentation updates for Compute Optimizer
  • api-change:ec2: [botocore] Added idempotency to the CreateVolume API using the ClientToken request parameter

1.18.2

  • api-change:imagebuilder: [botocore] Documentation updates for reversal of default value for additional instance configuration SSM switch, plus improved descriptions for semantic versioning.
  • api-change:directconnect: [botocore] Documentation updates for directconnect
  • api-change:health: [botocore] In the Health API, the maximum number of entities for the EventFilter and EntityFilter data types has changed from 100 to 99. This change is related to an internal optimization of the AWS Health service.
  • api-change:robomaker: [botocore] This release allows customers to create a new version of WorldTemplates with support for Doors.
  • api-change:location: [botocore] Add five new API operations: UpdateGeofenceCollection, UpdateMap, UpdatePlaceIndex, UpdateRouteCalculator, UpdateTracker.
  • api-change:emr-containers: [botocore] Updated DescribeManagedEndpoint and ListManagedEndpoints to return failureReason and stateDetails in API response.

1.18.1

  • api-change:appintegrations: [botocore] Documentation update for AppIntegrations Service
  • api-change:chime: [botocore] This SDK release adds Account Status as one of the attributes in Account API response
  • api-change:auditmanager: [botocore] This release relaxes the S3 URL character restrictions in AWS Audit Manager. Regex patterns have been updated for the following attributes: s3RelativePath, destination, and s3ResourcePath. 'AWS' terms have also been replaced with entities to align with China Rebrand documentation efforts.

1.18.0

  • api-change:ec2: [botocore] This feature enables customers to specify weekly recurring time window(s) for scheduled events that reboot, stop or terminate EC2 instances.
  • api-change:cognito-idp: [botocore] Documentation updates for cognito-idp
  • api-change:ecs: [botocore] Documentation updates for support of awsvpc mode on Windows.
  • api-change:lex-models: [botocore] Lex now supports the en-IN locale
  • api-change:iotsitewise: [botocore] Update the default endpoint for the APIs used to manage asset models, assets, gateways, tags, and account configurations. If you have firewalls with strict egress rules, configure the rules to grant you access to api.iotsitewise.[region].amazonaws.com or api.iotsitewise.[cn-region].amazonaws.com.cn.
  • feature:Python: Drop support for Python 2.7
  • feature:Python: [botocore] Dropped support for Python 2.7

1.17.112

... (truncated)

Commits
  • 99f2e1a Merge branch 'release-1.18.4'
  • b753243 Bumping version to 1.18.4
  • 41aa96f Add changelog entries from botocore
  • 8594952 Merge branch 'release-1.18.3'
  • bca340e Merge branch 'release-1.18.3' into develop
  • eb916bc Bumping version to 1.18.3
  • 67b3c32 Add changelog entries from botocore
  • c236fa1 Add missing close paren in error handling guide (#2934)
  • 9f78be8 Merge branch 'release-1.18.2'
  • 7f476b5 Merge branch 'release-1.18.2' into develop
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #702.