Update dependency drf-spectacular to v0.24.2 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
drf-spectacular | dependencies | minor |
==0.23.1 -> ==0.24.2
|
Release Notes
tfranzel/drf-spectacular
v0.24.2
- robustify extension class loading
#​821 <https://github.com/tfranzel/drf-spectacular/issues/821>
_ - fix regression due to GIS import for django-filter
#​821 <https://github.com/tfranzel/drf-spectacular/issues/821>
_
Breaking changes / important additions:
- Hotfix release to mitigate optional GDAL import errors for django-filter.
v0.24.1
- bugfix GeometryFilter for GIS and django-filter
#​814 <https://github.com/tfranzel/drf-spectacular/issues/814>
_ - NullBooleanField comment and add 3.14.0 to test suite
#​818 <https://github.com/tfranzel/drf-spectacular/issues/818>
_ - fix:
#​816 <https://github.com/tfranzel/drf-spectacular/issues/816>
_ NullBooleanField does not exist in DRF >= 3.14.0 [Laurent Tramoy] - fix GIS source lookup with hops
#​813 <https://github.com/tfranzel/drf-spectacular/issues/813>
_ - Add blueprint for Stoplight Elements docs UI [Alex Burgel]
- fix OpenApiParameter enum and pattern for many=True
#​808 <https://github.com/tfranzel/drf-spectacular/issues/808>
_
Breaking changes / important additions:
- Hotfix release to mitigate removal of
NullBooleanField
in DRF 3.14.0 - Small fixes to OpenApiParameter and
django-filter
v0.24.0
- fix yaml serialization error on Django SafeString
#​802 <https://github.com/tfranzel/drf-spectacular/issues/802>
_ - mitigate DRF bug in ObtainAuthToken < 3.12.0
#​796 <https://github.com/tfranzel/drf-spectacular/issues/796>
_ - add FAQ entry for django-csp errors
#​173 <https://github.com/tfranzel/drf-spectacular/issues/173>
_#​797 <https://github.com/tfranzel/drf-spectacular/issues/797>
_ - bugfix TokenMatchesOASRequirements
#​469 <https://github.com/tfranzel/drf-spectacular/issues/469>
_ and JWTCookieAuthentication#​626 <https://github.com/tfranzel/drf-spectacular/issues/626>
_ - add custom redoc settings option
- fix error with PrimaryKeyRelatedField on non-ModelSerializer
#​353 <https://github.com/tfranzel/drf-spectacular/issues/353>
_ - provide context to serializer for @extend_schema use-cases
#​699 <https://github.com/tfranzel/drf-spectacular/issues/699>
_ - add example value hint to doc
#​788 <https://github.com/tfranzel/drf-spectacular/issues/788>
_ - fix packages= so top_level.txt is correct [anthony sottile]
- Adding documentation for the OpenApiParameter 'many' argument [Paul Wayper]
- Extend OpenApiSerializerExtension interface.
#​392 <https://github.com/tfranzel/drf-spectacular/issues/392>
_#​705 <https://github.com/tfranzel/drf-spectacular/issues/705>
_ - Include context with request when instantiating serializers [Mike Hansen]
Breaking changes / important additions:
- Some minor gaps closed in the extension interface and serializer context initialization. It is a y-stream release, because there remains a small chance of change for users that sport non-standard customizations.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.