Flask RestPlus v0.13.0 Release Notes

Release Date: 2019-08-12 // over 4 years ago
    • โž• Add new Wildcard fields (:pr:255)
    • ๐Ÿ›  Fix ABC deprecation warnings (:pr:580)
    • ๐Ÿ›  Fix @api.expect(..., validate=False) decorators for an :class:Api where validate=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)

Previous changes from v0.12.1

    • ๐Ÿ›  Fix missing changelog inprevious release
    • Ensure definitions with both $ref and description (or other property) output is valid (using allOf)
    • โž• Added initial specifications schemas and validation support
    • Ensure empty enums are not serialized (to have a valid specification)