Harvard-ATG / lts-iiif-ingest-service

A Python library to interact with the Harvard LTS (Library Technology Services) media ingest solution, which takes images and metadata and serves them via IIIF at scale. IIIFingest manages ingest credentials, uploads images to S3 for ingest, creates IIIF manifests, creates and signs asset ingest requests, and tracks the status of ingest jobs.
https://pypi.org/project/IIIFingest/
Other
2 stars 2 forks source link

Bump boto3 from 1.24.66 to 1.26.0 #142

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps boto3 from 1.24.66 to 1.26.0.

Changelog

Sourced from boto3's changelog.

1.26.0

  • feature:Endpoints: [botocore] Migrate all services to use new AWS Endpoint Resolution framework
  • Enhancement:Endpoints: [botocore] Discontinued use of sslCommonName hosts as detailed in 1.27.0 (see [#2705](https://github.com/boto/boto3/issues/2705) <https://github.com/boto/botocore/issues/2705>__ for more info)
  • api-change:rds: [botocore] Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances.
  • api-change:textract: [botocore] Add ocr results in AnalyzeIDResponse as blocks

1.25.5

  • api-change:apprunner: [botocore] This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.
  • api-change:connect: [botocore] Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP
  • api-change:ec2: [botocore] Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
  • api-change:iot: [botocore] This release adds the Amazon Location action to IoT Rules Engine.
  • api-change:logs: [botocore] SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
  • api-change:sesv2: [botocore] This release includes support for interacting with the Virtual Deliverability Manager, allowing you to opt in/out of the feature and to retrieve recommendations and metric data.
  • api-change:textract: [botocore] This release introduces additional support for 30+ normalized fields such as vendor address and currency. It also includes OCR output in the response and accuracy improvements for the already supported fields in previous version

1.25.4

  • api-change:apprunner: [botocore] AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.
  • api-change:appstream: [botocore] This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
  • api-change:cloud9: [botocore] Update to the documentation section of the Cloud9 API Reference guide.
  • api-change:cloudformation: [botocore] This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation.
  • api-change:gamesparks: [botocore] Add LATEST as a possible GameSDK Version on snapshot
  • api-change:mediatailor: [botocore] This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages.

1.25.3

  • api-change:ec2: [botocore] Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
  • api-change:fms: [botocore] Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API
  • api-change:glue: [botocore] Added support for custom datatypes when using custom csv classifier.
  • api-change:redshift: [botocore] This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.
  • api-change:sagemaker: [botocore] This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.
  • api-change:wafv2: [botocore] This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group.

1.25.2

  • api-change:iam: [botocore] Doc only update that corrects instances of CLI not using an entity.
  • api-change:kafka: [botocore] This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers.
  • api-change:neptune: [botocore] Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances.
  • api-change:sagemaker: [botocore] Amazon SageMaker Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided.

... (truncated)

Commits
  • 242df0f Merge branch 'release-1.26.0'
  • 2c826c4 Bumping version to 1.26.0
  • 4a89cc8 Add changelog entries from botocore
  • 442fea7 Merge branch 'release-1.25.5'
  • 74d886c Merge branch 'release-1.25.5' into develop
  • 2d3c96e Bumping version to 1.25.5
  • 84976eb Add changelog entries from botocore
  • 3a5c4a7 Merge branch 'release-1.25.4'
  • ce24672 Merge branch 'release-1.25.4' into develop
  • 6b49b6c Bumping version to 1.25.4
  • 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[bot] commented 1 year ago

Superseded by #143.