- Fix handling of nullable Raw fields for OAS 3.1.0 (:issue:`960`). Thanks :user:`tsokalski` for reporting and fixing.
Support:
- Support marshmallow 4 (:pr:`963`).
6.8.0
******************
Features:
- Allow properties on $ref objects for OpenAPI 3.1 (:pr:`958`). Thanks :user:`luhn` for the PR.
Bug fixes:
- Fix nullable nested schemas with metadata in OpenAPI 3.0 (:issue:`955`). Thanks :user:`luhn` for the catch and patch.
6.7.1
******************
Bug fixes:
- Fix rendering of nullable nested fields in 3.0 spec (:issue:`952`). Thanks :user:`ShepleySound` for the catch and patch.
6.7.0
******************
Bug fixes:
- Fix handling of ``fields.Dict()`` with ``values`` unset (:issue:`949`). Thanks :user:`luhn` for the catch and patch.
Other changes:
- Officially support Python 3.13 (:pr:`948`). - Drop support for Python 3.8 (:pr:`947`).
6.6.1
******************
Bug fixes:
- ``MarshmallowPlugin``: Fix handling of ``Nested`` fields with ``allow_none=True`` (:issue:`833`). Thanks :user:`jc-harrison` for reporting and :user:`kolditz-senec` for the PR.
6.6.0
******************
Features:
- Add IP fields to `DEFAULT_FIELD_MAPPING (:pr:`892`) to document format. Thanks :user:`cjproud` for the PR.