Skip to content

Releases: Cornices/cornice.ext.swagger

1.0.0

31 Mar 18:12
020efc9
Compare
Choose a tag to compare

Breaking Changes

  • Drop Python 2 support

Internal changes

  • bump swagger-ui files to 3.23.11

0.7.0

30 Jul 01:47
Compare
Choose a tag to compare
  • Support swagger example field on colander SchemaNode custom kwarg:
    def SomeSchema(colander.MappingSchema):
        name = colander.SchemaNode(colander.String(), example='Mr. IceCream')

The example field is returned in the swagger spec accordingly.

0.6.0

28 Mar 15:09
Compare
Choose a tag to compare
  • Add cornice_enable_openapi_view()and cornice_enable_openapi_explorer() Pyramid directives to serve the API Explorer and the spec information (#79).

0.5.5

19 Mar 10:50
5090550
Compare
Choose a tag to compare
  • Prevent failure with non-colander schemas (#78, thanks @ergo!)

0.5.4

26 Feb 09:50
0834384
Compare
Choose a tag to compare

Internals

  • Fix return types in docstrings (#77)

0.5.3

14 Feb 11:56
bb18a12
Compare
Choose a tag to compare

Pyramid compliance