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.25.1 #137

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps boto3 from 1.24.66 to 1.25.1.

Changelog

Sourced from boto3's changelog.

1.25.1

  • api-change:accessanalyzer: [botocore] This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators.
  • api-change:location: [botocore] Added new map styles with satellite imagery for map resources using HERE as a data provider.
  • api-change:mediatailor: [botocore] This release is a documentation update
  • api-change:rds: [botocore] Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3.
  • api-change:workspaces: [botocore] This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images.

1.25.0

  • feature:Endpoints: [botocore] Implemented new endpoint ruleset system to dynamically derive endpoints and settings for services
  • api-change:acm-pca: [botocore] AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases.
  • api-change:batch: [botocore] This release adds support for AWS Batch on Amazon EKS.
  • api-change:datasync: [botocore] Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response.
  • api-change:sagemaker: [botocore] SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference recommendation job.

1.24.96

  • api-change:cognito-idp: [botocore] This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.
  • api-change:sagemaker: [botocore] CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.

1.24.95

  • api-change:devops-guru: [botocore] This release adds information about the resources DevOps Guru is analyzing.
  • api-change:globalaccelerator: [botocore] Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.
  • api-change:resiliencehub: [botocore] In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.
  • api-change:rum: [botocore] CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions

1.24.94

  • api-change:chime-sdk-messaging: [botocore] Documentation updates for Chime Messaging SDK
  • api-change:cloudtrail: [botocore] This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
  • api-change:config: [botocore] This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.
  • api-change:connect: [botocore] This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.
  • api-change:events: [botocore] Update events client to latest version
  • api-change:managedblockchain: [botocore] Adding new Accessor APIs for Amazon Managed Blockchain
  • api-change:s3: [botocore] Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
  • api-change:s3control: [botocore] Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
  • api-change:support-app: [botocore] This release adds the RegisterSlackWorkspaceForOrganization API. You can use the API to register a Slack workspace for an AWS account that is part of an organization.
  • api-change:workspaces-web: [botocore] WorkSpaces Web now supports user access logging for recording session start, stop, and URL navigation.

... (truncated)

Commits
  • 7a811db Merge branch 'release-1.25.1'
  • b94ad27 Bumping version to 1.25.1
  • e4a9f68 Add changelog entries from botocore
  • 6f5a9b0 Merge branch 'release-1.25.0'
  • bd71c34 Merge branch 'release-1.25.0' into develop
  • d175bc3 Bumping version to 1.25.0
  • 89fa9a4 Add changelog entries from botocore
  • dd44c77 Merge branch 'release-1.24.96'
  • 292fc9f Merge branch 'release-1.24.96' into develop
  • 0fccf2e Bumping version to 1.24.96
  • 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 #138.