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

chore(deps): update backend #7096

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update backend #7096

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Flask (changelog) >=2.2.3, <3 -> >=3.0.3, <4 age adoption passing confidence major
boto3 ~=1.34.114 -> ~=1.35.24 age adoption passing confidence minor
cellxgene-ontology-guide (changelog) ~=1.0.0 -> ~=1.2.0 age adoption passing confidence minor
connexion ==2.14.2 -> ==3.1.0 age adoption passing confidence major
connexion ~=2.14.2 -> ~=3.1.0 age adoption passing confidence major
dataclasses-json (changelog) ==0.6.6 -> ==0.6.7 age adoption passing confidence patch
datadog ==0.49.1 -> ==0.50.1 age adoption passing confidence minor
ddtrace (changelog) ~=2.8.5 -> ~=2.12.2 age adoption passing confidence minor
gunicorn (changelog) ==22.0.0 -> ==23.0.0 age adoption passing confidence major
gunicorn (changelog) ~=22.0.0 -> ~=23.0.0 age adoption passing confidence major
matplotlib >=3.6.3, <3.7 -> >=3.9.2, <3.10 age adoption passing confidence minor
numba ~=0.59.1 -> ~=0.60.0 age adoption passing confidence minor
psutil ~=5.9.8 -> ~=6.0.0 age adoption passing confidence major
psutil >=5.9.5, <6 -> >=6, <7 age adoption passing confidence major
pyarrow ==16.0.0 -> ==17.0.0 age adoption passing confidence major
pydantic (changelog) ~=1.10.7 -> ~=2.9.2 age adoption passing confidence major
pydantic (changelog) >=1.10.7, <2 -> >=2.9.2, <3 age adoption passing confidence major
scipy (source) ~=1.13.1 -> ~=1.14.1 age adoption passing confidence minor
swagger-ui (source) 3.23.11 -> 5.17.14 age adoption passing confidence major
swagger-ui (source) 3.0.13 -> 5.17.14 age adoption passing confidence major
ubuntu 22.04 -> 24.04 age adoption passing confidence final major

Release Notes

pallets/flask (Flask)

v3.0.3

Compare Source

Released 2024-04-07

  • The default hashlib.sha1 may not be available in FIPS builds. Don't
    access it at import time so the developer has time to change the default.
    :issue:5448
  • Don't initialize the cli attribute in the sansio scaffold, but rather in
    the Flask concrete class. :pr:5270

v3.0.2

Compare Source

Released 2024-02-03

  • Correct type for jinja_loader property. :issue:5388
  • Fix error with --extra-files and --exclude-patterns CLI options.
    :issue:5391

v3.0.1

Compare Source

Released 2024-01-18

  • Correct type for path argument to send_file. :issue:5230
  • Fix a typo in an error message for the flask run --key option. :pr:5344
  • Session data is untagged without relying on the built-in json.loads
    object_hook. This allows other JSON providers that don't implement that.
    :issue:5381
  • Address more type findings when using mypy strict mode. :pr:5383

v3.0.0

Compare Source

Released 2023-09-30

  • Remove previously deprecated code. :pr:5223
  • Deprecate the __version__ attribute. Use feature detection, or
    importlib.metadata.version("flask"), instead. :issue:5230
  • Restructure the code such that the Flask (app) and Blueprint
    classes have Sans-IO bases. :pr:5127
  • Allow self as an argument to url_for. :pr:5264
  • Require Werkzeug >= 3.0.0.
boto/boto3 (boto3)

v1.35.24

Compare Source

=======

  • api-change:dynamodb: [botocore] Generate account endpoint for DynamoDB requests when the account ID is available
  • api-change:neptune: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:sagemaker: [botocore] Amazon SageMaker now supports using manifest files to specify the location of uncompressed model artifacts within Model Packages
  • api-change:sagemaker-metrics: [botocore] This release introduces support for the SageMaker Metrics BatchGetMetrics API.
  • api-change:workspaces: [botocore] Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process

v1.35.23

Compare Source

=======

  • api-change:codeconnections: [botocore] This release adds the PullRequestComment field to CreateSyncConfiguration API input, UpdateSyncConfiguration API input, GetSyncConfiguration API output and ListSyncConfiguration API output
  • api-change:glue: [botocore] This change is for releasing TestConnection api SDK model
  • api-change:lambda: [botocore] Tagging support for Lambda event source mapping, and code signing configuration resources.
  • api-change:mediaconvert: [botocore] This release provides support for additional DRM configurations per SPEKE Version 2.0.
  • api-change:medialive: [botocore] Adds Bandwidth Reduction Filtering for HD AVC and HEVC encodes, multiplex container settings.
  • api-change:quicksight: [botocore] QuickSight: 1. Add new API - ListFoldersForResource. 2. Commit mode adds visibility configuration of Apply button on multi-select controls for authors.
  • api-change:sagemaker: [botocore] Introduced support for G6e instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
  • api-change:workspaces-web: [botocore] WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs.

v1.35.22

Compare Source

=======

  • api-change:ce: [botocore] This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
  • api-change:ds: [botocore] Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
  • api-change:ds-data: [botocore] Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships.
  • api-change:guardduty: [botocore] Add launchType and sourceIPs fields to GuardDuty findings.
  • api-change:mailmanager: [botocore] Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.
  • api-change:rds: [botocore] Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
  • api-change:s3: [botocore] Added SSE-KMS support for directory buckets.

v1.35.21

Compare Source

=======

  • api-change:codebuild: [botocore] GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks
  • api-change:ecr: [botocore] The DescribeImageScanning API now includes fixAvailable, exploitAvailable, and fixedInVersion fields to provide more detailed information about the availability of fixes, exploits, and fixed versions for identified image vulnerabilities.
  • api-change:ecs: [botocore] This is a documentation only release to address various tickets.
  • api-change:lambda: [botocore] Support for JSON resource-based policies and block public access
  • api-change:rds: [botocore] Updates Amazon RDS documentation with configuration information about the BYOL model for RDS for Db2.
  • api-change:ssm: [botocore] Support for additional levels of cross-account, cross-Region organizational units in Automation. Various documentation updates.

v1.35.20

Compare Source

=======

  • api-change:bedrock: [botocore] This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig.
  • api-change:iot: [botocore] This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.
  • api-change:medialive: [botocore] Removing the ON_PREMISE enum from the input settings field.
  • api-change:organizations: [botocore] Doc only update for AWS Organizations that fixes several customer-reported issues
  • api-change:pca-connector-scep: [botocore] This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management.
  • api-change:rds: [botocore] Launching Global Cluster tagging.

v1.35.19

Compare Source

=======

  • api-change:amplify: [botocore] Doc only update to Amplify to explain platform setting for Next.js 14 SSG only applications
  • api-change:ivs: [botocore] Updates to all tags descriptions.
  • api-change:ivschat: [botocore] Updates to all tags descriptions.

v1.35.18

Compare Source

=======

  • api-change:cognito-idp: [botocore] Added email MFA option to user pools with advanced security features.
  • api-change:elbv2: [botocore] Correct incorrectly mapped error in ELBv2 waiters
  • api-change:emr: [botocore] Update APIs to allow modification of ODCR options, allocation strategy, and InstanceTypeConfigs on running InstanceFleet clusters.
  • api-change:glue: [botocore] AWS Glue is introducing two new optimizers for Apache Iceberg tables: snapshot retention and orphan file deletion. Customers can enable these optimizers and customize their configurations to perform daily maintenance tasks on their Iceberg tables based on their specific requirements.
  • api-change:mediaconvert: [botocore] This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback
  • api-change:rds: [botocore] This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters.
  • api-change:storagegateway: [botocore] The S3 File Gateway now supports DSSE-KMS encryption. A new parameter EncryptionType is added to these APIs: CreateSmbFileShare, CreateNfsFileShare, UpdateSmbFileShare, UpdateNfsFileShare, DescribeSmbFileShares, DescribeNfsFileShares. Also, in favor of EncryptionType, KmsEncrypted is deprecated.
  • api-change:synthetics: [botocore] This release introduces two features. The first is tag replication, which allows for the propagation of canary tags onto Synthetics related resources, such as Lambda functions. The second is a limit increase in canary name length, which has now been increased from 21 to 255 characters.

v1.35.17

Compare Source

=======

  • api-change:bedrock-agent: [botocore] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
  • api-change:bedrock-agent-runtime: [botocore] Amazon Bedrock Knowledge Bases now supports using inference profiles to increase throughput and improve resilience.
  • api-change:ecr: [botocore] Added KMS_DSSE to EncryptionType
  • api-change:guardduty: [botocore] Add support for new statistic types in GetFindingsStatistics.
  • api-change:lexv2-models: [botocore] Support new Polly voice engines in VoiceSettings: long-form and generative
  • api-change:medialive: [botocore] Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support.

v1.35.16

Compare Source

=======

  • api-change:chime-sdk-voice: [botocore] Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs.
  • api-change:cognito-identity: [botocore] This release adds sensitive trait to some required shapes.
  • api-change:pipes: [botocore] This release adds support for customer managed KMS keys in Amazon EventBridge Pipe
  • api-change:securityhub: [botocore] Documentation update for Security Hub
  • enhancement:AWSCRT: [botocore] Update awscrt version to 0.21.5
  • enhancement:s3: [botocore] Adds logic to gracefully handle invalid timestamps returned in the Expires header.

v1.35.15

Compare Source

=======

  • api-change:dynamodb: [botocore] Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.
  • api-change:elbv2: [botocore] Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.
  • api-change:ivs-realtime: [botocore] IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).
  • api-change:kafka: [botocore] Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions.
  • api-change:sagemaker: [botocore] Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS
  • api-change:sagemaker-runtime: [botocore] AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.

v1.35.14

Compare Source

=======

  • api-change:qapps: [botocore] Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item.

v1.35.13

Compare Source

=======

  • api-change:application-signals: [botocore] Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements.
  • api-change:codepipeline: [botocore] Updates to add recent notes to APIs and to replace example S3 bucket names globally.
  • api-change:connect: [botocore] Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines).
  • api-change:gamelift: [botocore] Amazon GameLift provides additional events for tracking the fleet creation process.
  • api-change:kinesisanalyticsv2: [botocore] Support for Flink 1.20 in Managed Service for Apache Flink
  • api-change:sagemaker: [botocore] Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.

v1.35.12

Compare Source

=======

  • api-change:appsync: [botocore] Adds new logging levels (INFO and DEBUG) for additional log output control
  • api-change:bedrock-agent: [botocore] Add support for user metadata inside PromptVariant.
  • api-change:finspace: [botocore] Updates Finspace documentation for smaller instances.
  • api-change:fis: [botocore] This release adds safety levers, a new mechanism to stop all running experiments and prevent new experiments from starting.
  • api-change:logs: [botocore] Update to support new APIs for delivery of logs from AWS services.
  • api-change:s3control: [botocore] Amazon Simple Storage Service /S3 Access Grants / Features : This release launches new Access Grants API - ListCallerAccessGrants.

v1.35.11

Compare Source

=======

  • api-change:connect: [botocore] Release ReplicaConfiguration as part of DescribeInstance
  • api-change:datazone: [botocore] Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request.
  • api-change:elbv2: [botocore] This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.
  • api-change:mediaconnect: [botocore] AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected.
  • api-change:medialive: [botocore] Added MinQP as a Rate Control option for H264 and H265 encodes.
  • api-change:sagemaker: [botocore] Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces.
  • api-change:timestream-influxdb: [botocore] Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.

v1.35.10

Compare Source

=======

  • api-change:backup: [botocore] The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
  • api-change:datazone: [botocore] Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
  • api-change:logs: [botocore] This release introduces a new optional parameter: Entity, in PutLogEvents request
  • api-change:redshift-data: [botocore] The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returnedsession-id

v1.35.9

Compare Source

======

  • api-change:bedrock-agent-runtime: [botocore] Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
  • api-change:bedrock-runtime: [botocore] Add support for imported-model in invokeModel and InvokeModelWithResponseStream.
  • api-change:personalize: [botocore] This releases ability to update automatic training scheduler for customer solutions
  • api-change:quicksight: [botocore] Increased Character Limit for Dataset Calculation Field expressions
  • api-change:stepfunctions: [botocore] This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine.
  • api-change:wafv2: [botocore] The minimum request rate for a rate-based rule is now 10. Before this, it was 100.

v1.35.8

Compare Source

======

  • api-change:appconfig: [botocore] This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile.
  • api-change:datazone: [botocore] Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.
  • api-change:devicefarm: [botocore] This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API.
  • api-change:ec2: [botocore] Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space
  • api-change:internetmonitor: [botocore] Adds new querying types to show overall traffic suggestion information for monitors
  • api-change:pcs: [botocore] Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS.
  • api-change:workspaces: [botocore] Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.

v1.35.7

Compare Source

======

  • api-change:bedrock: [botocore] Amazon Bedrock SDK updates for Inference Profile.
  • api-change:bedrock-runtime: [botocore] Amazon Bedrock SDK updates for Inference Profile.
  • api-change:chatbot: [botocore] Update documentation to be consistent with the API docs
  • api-change:omics: [botocore] Adds data provenance to import jobs from read sets and references
  • api-change:polly: [botocore] Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH).

v1.35.6

Compare Source

======

  • api-change:iotsitewise: [botocore] AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock.
  • api-change:workspaces: [botocore] This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs.

v1.35.5

Compare Source

======

  • api-change:bedrock-agent: [botocore] Releasing the support for Action User Confirmation.
  • api-change:bedrock-agent-runtime: [botocore] Releasing the support for Action User Confirmation.
  • api-change:codebuild: [botocore] Added support for the MAC_ARM environment type for CodeBuild fleets.
  • api-change:organizations: [botocore] Releasing minor partitional endpoint updates.
  • api-change:qbusiness: [botocore] Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.
  • api-change:supplychain: [botocore] Update API documentation to clarify the event SLA as well as the data model expectations

v1.35.4

Compare Source

======

  • api-change:autoscaling: [botocore] Amazon EC2 Auto Scaling now provides EBS health check to manage EC2 instance replacement
  • api-change:bedrock: [botocore] Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed. Customers can submit a batch of 25 evaluation jobs to be deleted at once.
  • api-change:emr-containers: [botocore] Correct endpoint for FIPS is configured for US Gov Regions.
  • api-change:inspector2: [botocore] Add enums for Agentless scan statuses and EC2 enablement error states
  • api-change:quicksight: [botocore] Explicit query for authors and dashboard viewing sharing for embedded users
  • api-change:route53: [botocore] Amazon Route 53 now supports the Asia Pacific (Malaysia) Region (ap-southeast-5) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

v1.35.3

Compare Source

======

  • api-change:codestar: [botocore] The codestar client has been removed following the deprecation of the service on July 31, 2024.
  • api-change:ec2: [botocore] DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances
  • api-change:entityresolution: [botocore] Increase the mapping attributes in Schema to 35.
  • api-change:glue: [botocore] Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.
  • api-change:lambda: [botocore] Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.
  • api-change:securityhub: [botocore] Security Hub documentation and definition updates
  • api-change:ses: [botocore] Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for "Deliver to S3 Action"

v1.35.2

Compare Source

======

  • api-change:ecs: [botocore] Documentation only release to address various tickets
  • api-change:opensearchserverless: [botocore] Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE.
  • api-change:s3: [botocore] Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

v1.35.1

Compare Source

======

  • api-change:bedrock: [botocore] Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3.
  • api-change:codebuild: [botocore] AWS CodeBuild now supports creating fleets with macOS platform for running builds.
  • api-change:deadline: [botocore] This release adds additional search fields and provides sorting by multiple fields.
  • api-change:lambda: [botocore] Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig.
  • api-change:ssm-sap: [botocore] Add new attributes to the outputs of GetApplication and GetDatabase APIs.

v1.35.0

Compare Source

======

  • api-change:batch: [botocore] Improvements of integration between AWS Batch and EC2.
  • api-change:inspector2: [botocore] Update the correct format of key and values for resource tags
  • api-change:quicksight: [botocore] Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata
  • api-change:sagemaker: [botocore] Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response
  • api-change:sesv2: [botocore] Marking use case description field of account details as deprecated.
  • feature:signing: [botocore] Adds internal support for the new 'auth' trait to allow a priority list of auth types for a service or operation.
spec-first/connexion (connexion)

v3.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: spec-first/connexion@3.0.6...3.1.0

v3.0.6

Compare Source

What's Changed
New Contributors

Full Changelog: spec-first/connexion@3.0.5...3.0.6

v3.0.5

Compare Source

Highlights

Fix broken swagger_ui when using Swagger 2 specification with references.

What's Changed

Full Changelog: spec-first/connexion@3.0.4...3.0.5

v3.0.4

Compare Source

Highlights

Set Starlette upperbound version to <0.33 until https://github.com/encode/starlette/discussions/2361 is resolved.

What's Changed

Full Changelog: spec-first/connexion@3.0.3...3.0.4

v3.0.3

Compare Source

Highlights

  • Fix regression in app startup time
  • Fix CORS headers on error responses

What's Changed

New Contributors

Full Changelog: spec-first/connexion@3.0.2...3.0.3

v3.0.2

Compare Source

Highlights

  • Fix multiple file upload
  • Add migration guide for migrating from Connexion 2 to 3

What's Changed

New Contributors

Full Changelog: spec-first/connexion@3.0.1...3.0.2

v3.0.1

Compare Source

Highlights

  • Fix error handlers on FlaskApp to match documented behavior
  • Multiple documentation improvements

What's Changed

Full Changelog: spec-first/connexion@3.0.0...3.0.1

v3.0.0

Compare Source

Connexion 3.0: API-first for all

We are excited to announce the release of Connexion 3.0! 🎉

Connexion 3 fundamentally changes how Connexion is designed and implemented, and how it
fits into the wider Python API ecosystem. We adopted the ASGI interface, which makes Connexion both
modular and well-integrated with most modern Python API tooling.

It brings some major changes compared to 2.X:

  • The improved App and new AsyncApp allow you to use Connexion as a stand-alone framework
    • The App interface was extended so you no longer have to care about the framework used
      underneath
  • Connexion can now be used as middleware to supercharge any ASGI or WSGI-compatible framework
    with its spec-based functionality
  • Connexion is now pluggable in many dimensions:
    • All Connexion functionality is pluggable by adding or removing middleware from its stack
    • Validation is now pluggable by content type, solving longstanding issues regarding endpoints
      with multiple content types and making it easy to add validation for additional content types
    • Authentication is now pluggable by security scheme, making it easy to customize the behavior or
      add support for additional security schemes.
  • Aiohttp support has been dropped due to lack of ASGI support
  • We spent a lot of effort on extending and improving our documentation_

For further details, check:

Full changelog


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

Deployment Summary

@renovate renovate bot force-pushed the renovate/backend branch 20 times, most recently from 3883aaa to 328721a Compare May 31, 2024 17:00
@renovate renovate bot force-pushed the renovate/backend branch 5 times, most recently from 5404ed1 to 785e1fb Compare June 5, 2024 20:07
@renovate renovate bot force-pushed the renovate/backend branch 8 times, most recently from 67332ef to 009175d Compare August 28, 2024 02:46
@renovate renovate bot force-pushed the renovate/backend branch 6 times, most recently from d9809fd to f8d8d82 Compare September 4, 2024 18:37
@renovate renovate bot force-pushed the renovate/backend branch 6 times, most recently from 234a95c to 562ec0b Compare September 12, 2024 14:35
@renovate renovate bot force-pushed the renovate/backend branch 6 times, most recently from f4468bb to 8765d6b Compare September 19, 2024 09:02
@renovate renovate bot force-pushed the renovate/backend branch 2 times, most recently from 1247514 to fba782e Compare September 20, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants