Flask RestPlus v0.13.0 Release Notes
Release Date: 2019-08-12 // about 5 years ago-
- โ Add new
Wildcard
fields (:pr:255
) - ๐ Fix ABC deprecation warnings (:pr:
580
) - ๐ Fix
@api.expect(..., validate=False)
decorators for an :class:Api
wherevalidate=True
is set on the constructor (:issue:609
, :pr:610
) - Ensure
basePath
is always a path - ๐ Hide Namespaces with all hidden Resources from Swagger documentation
- ๐ Per route Swagger documentation for multiple routes on a
Resource
- ๐ Fix Swagger
duplicate mapping key
problem from conflicts between response codes given as string or integer (:issue661
)
- โ Add new
Previous changes from v0.12.1
-
- ๐ Fix missing changelog inprevious release
- Ensure definitions with both
$ref
and description (or other property) output is valid (usingallOf
) - โ Added initial specifications schemas and validation support
- Ensure empty enums are not serialized (to have a valid specification)