------------------- - Ensure that flattening Swagger Spec with ``$ref: None`` will not cause unbounded recursion - `PR 315`_ - Enhance ``is_ref`` detection to recognize only objects with ``$ref`` attribute and ``string`` value as reference - `PR 315`_
5.10.0
------------------- - Add ``use_spec_url_for_base_path`` configuration option - `PR 300`_ - Thanks DStape for your contribution! - Ensure ``jsonschema >= 3`` compatibility - `PR 304`_ - Minor improvement on discriminator validation - `PR 302`_
5.0.7
------------------ - Fix security object validation issue - `PR 294`_ - Fix unbounded recursion during object validation (if ``internally_dereference_refs`` is enabled) - `PR 297`_ - Fix api_url generation - `PR 295`_. Thanks mulmschneider for your contribution!
5.0.6
------------------ - Swagger Spec flattening - fix regression that led to some model definitions not having the ``x-model`` marker anymore - `PR 293`_ - Fix marshalling of array params that use collectionFormat ``multi`` - `PR 292`_
5.0.5
------------------ - Swagger Spec flattening - use model names instead of generated keys - `PR 284`_ - Swagger Spec flattening - replace inline models with top level definitions - `PR 285`_ - Fix query parameter marshalling in case of boolean parameters - `Issue 281`_ - `PR 286`_
5.0.4
------------------ - Properly sanitize names with multiple leading digits, handle more edge cases correctly - `PR 282`_