Skip to content

Remove deprecated features #598

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

Merged
merged 1 commit into from
Jun 18, 2023
Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Jun 16, 2023

  • Remove deprecated Spec.create method
  • Remove deprecated spec as a first parameter for validate_request and validate_response shortcuts
  • Remove deprecated validator parameter for validate_request and validate_response shortcuts
  • Remove deprecated return unmarshalling data result for validate_request and validate_response shortcuts
  • Remove deprecated RequestValidator, ResponseValidator and openapi_ objects
  • Remove deprecated custom_deserializersparameter
  • Remove deprecated custom_formattersparameter

@p1c2u p1c2u force-pushed the feature/remove-deprecated-features branch 8 times, most recently from 6231628 to 526f628 Compare June 18, 2023 08:29
@p1c2u p1c2u force-pushed the feature/remove-deprecated-features branch from 526f628 to 41fefb3 Compare June 18, 2023 08:35
@codecov
Copy link

codecov bot commented Jun 18, 2023

Codecov Report

Merging #598 (41fefb3) into master (0a885e6) will increase coverage by 0.62%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #598      +/-   ##
==========================================
+ Coverage   90.30%   90.93%   +0.62%     
==========================================
  Files         127      123       -4     
  Lines        3714     3452     -262     
  Branches      445      421      -24     
==========================================
- Hits         3354     3139     -215     
+ Misses        303      263      -40     
+ Partials       57       50       -7     
Impacted Files Coverage Δ
openapi_core/__init__.py 100.00% <ø> (ø)
...penapi_core/deserializing/media_types/factories.py 100.00% <ø> (ø)
openapi_core/shortcuts.py 100.00% <ø> (ø)
openapi_core/spec/paths.py 100.00% <ø> (+5.71%) ⬆️
openapi_core/unmarshalling/request/__init__.py 100.00% <ø> (ø)
...penapi_core/unmarshalling/request/unmarshallers.py 79.56% <ø> (-2.11%) ⬇️
openapi_core/unmarshalling/response/__init__.py 100.00% <ø> (ø)
...enapi_core/unmarshalling/response/unmarshallers.py 79.84% <ø> (-1.18%) ⬇️
openapi_core/unmarshalling/schemas/factories.py 100.00% <ø> (ø)
...penapi_core/unmarshalling/schemas/unmarshallers.py 95.60% <ø> (+0.78%) ⬆️
... and 4 more

... and 2 files with indirect coverage changes

@p1c2u p1c2u merged commit f7f97d7 into master Jun 18, 2023
@p1c2u p1c2u deleted the feature/remove-deprecated-features branch June 18, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant