Drf-yasg-json-api

Latest version: v0.9.1

Safety actively analyzes 621269 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.9.1

------------------
- Waive `django<4.0` requirement after making tests work with Django 4.0

(Thanks to nikosmichas!)

0.9.0

------------------
- Add support for `djangorestframework-jsonapi==5.0`
- Enhance `NamesFormatFilter` to adjust formatting to `FORMAT_FIELD_NAMES` setting from `djangorestframework-jsonapi`

(Thanks to nikosmichas!)

0.8.1

------------------
- Fix adding x-read-only property by XPropertiesFilter to be compatible with Multipart/FormData parser

0.8.0

------------------

- Add support for generating schema from `responses` argument of
`swagger_auto_schema`
- Add explicit support for `django==3.1` and `djangorestframework-jsonapi==3.2`
- Deprecate `InlineSerializerInspector` and `InlineSerializerSmartInspector` in favor
of `JSONAPISerializerInspector` and `JSONAPISerializerSmartInspector`
- to generate docs for JSON API views use `JSONAPISerializerInspector`
(or `JSONAPISerializerSmartInspector` to use *smart* feature described in README)
- to generate docs for **non** JSON API views use `drf-yasg` basic `ReferencingSerializerInspector`
(or `InlineSerializerInspector` if you're using inline schema)
- to generate docs for both JSON API and **non** JSON API use `drf-yasg-json-api` inspector followed
by `drf-yasg` inspector, see default configuration in README

0.7.1

------------------

- Extend support of string-based `included_serializers` to handle
indirect recursion

0.7.0

------------------

- Add support for string-based `included_serializers`
- Warn about missing `get_serializer` for view's list action

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.