Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

0.15.0#415

p1c2u announced inAnnouncements
Sep 12, 2022· 0 comments
Discussion options

Changelog

Backward incompatibilities

  • Python 3.6 and earlier no longer supported
  • headers attribute added toOpenAPIResponse datatype
  • RequestParameters'header attribute asHeaders type
  • RequestParameters'cookie attribute asImmutableMultiDict type
  • RequestValidationResult'parameters attribute asParameters type
  • unusedserver,operation andpath attributes removed fromRequestValidationResult
  • EmptyParameterValue exception renamed toEmptyQueryParameterValue
  • FalconOpenAPIRequestFactory requires to be instantiated
  • create_spec shortcut replaced withSpec.create
  • OpenAPIRequest andOpenAPIResponse removed. All backward compabilities fromcontrib removed.
  • spec_validate_* shortcuts removed. Usevalidate_request andvalidate_response withvalidator parameter instead.
  • validate_{parameters,body,security} shortcuts removed. Use predefinedopenapi_request_parameters_validator,openapi_request_body_validator andopenapi_request_security_validator fromopenapi_core.validation.request instead.
  • validate_{data,headers} shortcuts removed. Use predefinedopenapi_response_data_validator andopenapi_response_headers_validator fromopenapi_core.validation.response instead.
  • custom_media_type_deserializers parameter forRequestValidator andResponseValidator removed. UseMediaTypeDeserializersFactory withcustom_deserializers parameter and pass it to validator withmedia_type_deserializers_factory parameter.
  • custom_formatters parameter forRequestValidator andResponseValidator removed. UseSchemaUnmarshallersFactory withcustom_formatters parameter and pass it to validator.

This discussion was created from the release0.15.0.
You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
1 participant
@p1c2u

[8]ページ先頭

©2009-2025 Movatter.jp