Codebase list apispec / 47741c23-bc45-4c51-a6f0-dec162037218/main CHANGELOG.rst
47741c23-bc45-4c51-a6f0-dec162037218/main

Tree @47741c23-bc45-4c51-a6f0-dec162037218/main (Download .tar.gz)

CHANGELOG.rst @47741c23-bc45-4c51-a6f0-dec162037218/mainview markup · raw · history · blame

Changelog

5.1.1 (2021-09-27)

Bug fixes:

  • Fix field ordering in "ordered" schema classes documentation (:issue:`714`).

    System Message: INFO/1 (<string>, line 9)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 9); backlink

    Unknown interpreted text role "issue".

Other changes:

  • Don't build universal wheels. We don't support Python 2 anymore. (:pr:`705`)

    System Message: INFO/1 (<string>, line 13)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 13); backlink

    Unknown interpreted text role "pr".

  • Make the build reproducible (:pr:`#669`).

    System Message: INFO/1 (<string>, line 15)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 15); backlink

    Unknown interpreted text role "pr".

5.1.0 (2021-08-10)

Features:

  • Add lazy option to component registration methods. This allows to add components to the spec only if they are actually referenced. (:pr:`702`)

    System Message: INFO/1 (<string>, line 22)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 22); backlink

    Unknown interpreted text role "pr".

  • Add BasePlugin.header_helper and MarshmallowPlugin.header_helper (:pr:`703`).

    System Message: INFO/1 (<string>, line 24)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 24); backlink

    Unknown interpreted text role "pr".

Bug fixes:

  • Ensure plugin helpers get component copies. Avoids issues if a plugin helper mutates its inputs. (:pr:`704`)

    System Message: INFO/1 (<string>, line 29)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 29); backlink

    Unknown interpreted text role "pr".

5.0.0 (2021-07-29)

Features:

  • Rename doc_default to default. Since schema metadata is namespaced in a single metadata parameter, there is no name collision with default parameter anymore (:issue:`687`).

    System Message: INFO/1 (<string>, line 37)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 37); backlink

    Unknown interpreted text role "issue".

  • Don't build schema component reference in OpenAPIConverter.resolve_nested_schema. This is done later in Components (:pr:`700`).

    System Message: INFO/1 (<string>, line 40)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 40); backlink

    Unknown interpreted text role "pr".

  • MarshmallowPlugin: resolve schemas in allOf, oneOf, anyOf and not (:pr:`701`). Thanks :user:`stefanv` for the initial work on this.

    System Message: INFO/1 (<string>, line 43)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 43); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 43)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 43); backlink

    Unknown interpreted text role "user".

Other changes:

  • Refactor Components methods to make them consistent. Use component_id rather than name, remove **kwargs when unused. (:pr:`696`)

    System Message: INFO/1 (<string>, line 48)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 48); backlink

    Unknown interpreted text role "pr".

5.0.0b1 (2021-07-22)

Features:

  • Resolve all component references in paths and components. All references must be passed as strings, not as a {$ref: '...'}} dict (:pr:`671`).

    System Message: INFO/1 (<string>, line 56)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 56); backlink

    Unknown interpreted text role "pr".

Other changes:

  • Don't use deprecated missing marshmallow field attribute but use load_default instead (:pr:`692`).

    System Message: INFO/1 (<string>, line 61)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 61); backlink

    Unknown interpreted text role "pr".

  • Refactor references resolution. get_ref method is moved from APISpec to Components (:pr:`655`). APISpec.clean_parameters and APISpec.clean_parameters are now private methods (:pr:`695`).

    System Message: INFO/1 (<string>, line 63)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 63); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 63)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 63); backlink

    Unknown interpreted text role "pr".

  • Drop support for marshmallow < 3.13.0 (:pr:`692`).

    System Message: INFO/1 (<string>, line 66)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 66); backlink

    Unknown interpreted text role "pr".

4.7.1 (2021-07-06)

Bug fixes:

  • Correct spelling of 'null': remove extra quotes (:issue:`689`). Thanks :user:`mjpieters` for the PR.

    System Message: INFO/1 (<string>, line 73)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 73); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 73)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 73); backlink

    Unknown interpreted text role "user".

4.7.0 (2021-06-28)

Features:

  • Document deprecated property from field metadata (:pr:`686`). Thanks :user:`greyli` for the PR.

    System Message: INFO/1 (<string>, line 81)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 81); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 81)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 81); backlink

    Unknown interpreted text role "user".

  • Document writeOnly and nullable properties from field metadata (:pr:`684`). Thanks :user:`greyli` for the PR.

    System Message: INFO/1 (<string>, line 83)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 83); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 83)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 83); backlink

    Unknown interpreted text role "user".

4.6.0 (2021-06-14)

Features:

  • Support Pluck field (:pr:`677`). Thanks :user:`mjpieters` for the PR.

    System Message: INFO/1 (<string>, line 91)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 91); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 91)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 91); backlink

    Unknown interpreted text role "user".

  • Support TimeDelta field (:pr:`678`).

    System Message: INFO/1 (<string>, line 92)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 92); backlink

    Unknown interpreted text role "pr".

4.5.0 (2021-06-04)

Features:

  • Support OpenAPI 3.1.0 (:issue:`579`).

    System Message: INFO/1 (<string>, line 99)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 99); backlink

    Unknown interpreted text role "issue".

Bug fixes:

  • Fix get_fields to avoid crashing when a field is named fields (:issue:`673`). Thanks :user:`Reskov` for reporting.

    System Message: INFO/1 (<string>, line 103)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 103); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 103)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 103); backlink

    Unknown interpreted text role "user".

Other changes:

  • Don't pass field metadata as keyword arguments in the tests. This is deprecated since marshmallow 3.10. apispec is still compatible with marshmallow >=3,<3.10 but tests now require marshmallow >=3.10. (:pr:`675`)

    System Message: INFO/1 (<string>, line 108)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 108); backlink

    Unknown interpreted text role "pr".

4.4.2 (2021-05-24)

Bug fixes:

  • Respect partial marshmallow schema parameter: don't document the field as required. (:issue:`627`). Thanks :user:`Anti-Distinctlyminty` for the PR.

    System Message: INFO/1 (<string>, line 117)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 117); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 117)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 117); backlink

    Unknown interpreted text role "user".

4.4.1 (2021-05-07)

Bug fixes:

  • Don't set additionalProperties if Meta.unknown is EXCLUDE (:issue:`659`). Thanks :user:`kupuguy` for the PR.

    System Message: INFO/1 (<string>, line 125)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 125); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 125)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 125); backlink

    Unknown interpreted text role "user".

4.4.0 (2021-03-31)

Features:

  • Populate additionalProperties from Meta.unknown (:pr:`635`). Thanks :user:`timsilvers` for the PR.

    System Message: INFO/1 (<string>, line 133)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 133); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 133)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 133); backlink

    Unknown interpreted text role "user".

  • Allow to_yaml to pass kwargs to yaml.dump (:pr:`648`).

    System Message: INFO/1 (<string>, line 135)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 135); backlink

    Unknown interpreted text role "pr".

  • Resolve header references in responses (:pr:`650`).

    System Message: INFO/1 (<string>, line 136)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 136); backlink

    Unknown interpreted text role "pr".

  • Resolve example references in parameters, request bodies and responses (:pr:`651`).

    System Message: INFO/1 (<string>, line 137)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 137); backlink

    Unknown interpreted text role "pr".

4.3.0 (2021-02-10)

Features:

  • Add apispec.core.Components.header to register header components (:pr:`637`).

    System Message: INFO/1 (<string>, line 145)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 145); backlink

    Unknown interpreted text role "pr".

4.2.0 (2021-02-06)

Features:

  • Make components public attributes of Components class (:pr:`634`).

    System Message: INFO/1 (<string>, line 153)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 153); backlink

    Unknown interpreted text role "pr".

4.1.0 (2021-01-26)

Features:

  • Resolve schemas in callbacks (:pr:`544`). Thanks :user:`kortsi` for the PR.

    System Message: INFO/1 (<string>, line 160)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 160); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 160)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 160); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • Fix docstrings documenting kwargs type as dict (:issue:`534`).

    System Message: INFO/1 (<string>, line 164)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 164); backlink

    Unknown interpreted text role "issue".

  • Use x-minimum and x-maximum extensions to document ranges that are not of number type (e.g. datetime) (:issue:`614`).

    System Message: INFO/1 (<string>, line 165)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 165); backlink

    Unknown interpreted text role "issue".

Other changes:

  • Test against Python 3.9.

4.0.0 (2020-09-30)

Features:

  • Backwards-incompatible: Automatically generate references for schemas passed as strings in responses and request bodies. When using MarshmallowPlugin, if a schema is passed as string, the marshmallow registry is looked up for this schema name and if none is found, the name is assumed to be a reference to a manually created schema and a reference is generated. No exception is raised anymore if the schema name can't be found in the registry. (:pr:`554`)

    System Message: INFO/1 (<string>, line 177)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 177); backlink

    Unknown interpreted text role "pr".

4.0.0b1 (2020-09-06)

Features:

  • Backwards-incompatible: Ignore location field metadata. This attribute was used in webargs but it has now been dropped. A Schema can now only have a single location. This simplifies the logic in OpenAPIConverter methods, where default_in argument now becomes location. (:pr:`526`)

    System Message: INFO/1 (<string>, line 190)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 190); backlink

    Unknown interpreted text role "pr".

  • Backwards-incompatible: Don't document int format as "int32" and float format as "float", as those are platform-dependent (:pr:`595`).

    System Message: INFO/1 (<string>, line 194)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 194); backlink

    Unknown interpreted text role "pr".

Refactoring:

  • OpenAPIConverter.field2parameters and OpenAPIConverter.property2parameter are removed. OpenAPIConverter.field2parameter becomes private. (:pr:`581`)

    System Message: INFO/1 (<string>, line 199)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 199); backlink

    Unknown interpreted text role "pr".

Other changes:

  • Drop support for marshmallow 2. Marshmallow 3.x is required. (:pr:`583`)

    System Message: INFO/1 (<string>, line 205)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 205); backlink

    Unknown interpreted text role "pr".

  • Drop support for Python 3.5. Python 3.6+ is required. (:pr:`582`)

    System Message: INFO/1 (<string>, line 206)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 206); backlink

    Unknown interpreted text role "pr".

3.3.2 (2020-08-29)

Bug fixes:

  • Fix crash when field metadata contains non-string keys (:pr:`596`). Thanks :user:`sanzoghenzo` for the fix.

    System Message: INFO/1 (<string>, line 214)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 214); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 214)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 214); backlink

    Unknown interpreted text role "user".

3.3.1 (2020-06-06)

Bug fixes:

  • Fix MarshmallowPlugin crash when resolve_schema_dict is passed a schema as string and schema_name_resolver returns None (:issue:`566`). Thanks :user:`black3r` for reporting and thanks :user:`Bangertm` for the PR.

    System Message: INFO/1 (<string>, line 222)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 222); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 222)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 222); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 222)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 222); backlink

    Unknown interpreted text role "user".

3.3.0 (2020-02-14)

Features:

  • Instantiate Components before calling plugins' init_spec (:pr:`539`). Thanks :user:`Colin-b` for the PR.

    System Message: INFO/1 (<string>, line 232)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 232); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 232)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 232); backlink

    Unknown interpreted text role "user".

3.2.0 (2019-12-22)

Features:

  • Add match_info to __location_map__ (:pr:`517`). Thanks :user:`fedorfo` for the PR.

    System Message: INFO/1 (<string>, line 240)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 240); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 240)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 240); backlink

    Unknown interpreted text role "user".

3.1.1 (2019-12-17)

Bug fixes:

  • Don't emit a warning when passing "default" as response status code in OASv2 (:pr:`521`).

    System Message: INFO/1 (<string>, line 248)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 248); backlink

    Unknown interpreted text role "pr".

3.1.0 (2019-11-04)

Features:

  • Add apispec.core.Components.example for adding Example Objects (:pr:`515`). Thanks :user:`codeasashu` for the PR.

    System Message: INFO/1 (<string>, line 256)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 256); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 256)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 256); backlink

    Unknown interpreted text role "user".

Support:

  • Test against Python 3.8 (:pr:`510`).

    System Message: INFO/1 (<string>, line 261)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 261); backlink

    Unknown interpreted text role "pr".

3.0.0 (2019-09-17)

Features:

  • Add support for generating user-defined OpenAPI properties for custom field classes via an add_attribute_function method (:pr:`478` and :pr:`498`).

    System Message: INFO/1 (<string>, line 268)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 268); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 268)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 268); backlink

    Unknown interpreted text role "pr".

  • [apispec.ext.marshmallow]: Backwards-incompatible fields.Raw and fields.Field are now represented by OpenAPI Any Type (:pr:`495`).

    System Message: INFO/1 (<string>, line 270)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 270); backlink

    Unknown interpreted text role "pr".

  • [apispec.ext.marshmallow]: Backwards-incompatible: The schema_name_resolver function now receives a Schema class, a Schema instance or a string that resolves to a Schema class. This allows a custom resolver to generate different names depending on schema modifiers used in a Schema instance (:pr:`476`).

    System Message: INFO/1 (<string>, line 274)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 274); backlink

    Unknown interpreted text role "pr".

Bug fixes:

  • [apispec.ext.marshmallow]: With marshmallow 3, the default value of a field in the documentation is the serialized value of the missing attribute, not missing itself (:pr:`490`).

    System Message: INFO/1 (<string>, line 282)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 282); backlink

    Unknown interpreted text role "pr".

Refactoring:

  • clean_parameters and clean_operations are now APISpec methods (:pr:`489`).

    System Message: INFO/1 (<string>, line 288)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 288); backlink

    Unknown interpreted text role "pr".

  • [apispec.ext.marshmallow]: Schema resolver methods are extracted from MarshmallowPlugin into a SchemaResolver class member (:pr:`496`).

    System Message: INFO/1 (<string>, line 290)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 290); backlink

    Unknown interpreted text role "pr".

  • [apispec.ext.marshmallow]: OpenAPIConverter is now a class member of MarshmallowPlugin (:pr:`493`).

    System Message: INFO/1 (<string>, line 292)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 292); backlink

    Unknown interpreted text role "pr".

  • [apispec.ext.marshmallow]: Field to properties conversion logic is extracted from OpenAPIConverter into FieldConverterMixin (:pr:`478`).

    System Message: INFO/1 (<string>, line 294)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 294); backlink

    Unknown interpreted text role "pr".

Other changes:

  • Drop support for Python 2 (:issue:`491`). Thanks :user:`hugovk` for the PR.

    System Message: INFO/1 (<string>, line 299)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 299); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 299)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 299); backlink

    Unknown interpreted text role "user".

  • Drop support for marshmallow pre-releases. Only stable 2.x and 3.x versions are supported (:issue:`485`).

    System Message: INFO/1 (<string>, line 300)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 300); backlink

    Unknown interpreted text role "issue".

2.0.2 (2019-07-04)

Bug fixes:

  • Fix compatibility with marshmallow 3.0.0rc8 (:pr:`469`).

    System Message: INFO/1 (<string>, line 308)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 308); backlink

    Unknown interpreted text role "pr".

Other changes:

  • Switch to Azure Pipelines (:pr:`468`).

    System Message: INFO/1 (<string>, line 312)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 312); backlink

    Unknown interpreted text role "pr".

2.0.1 (2019-06-26)

Bug fixes:

  • Don't mutate operations and parameters in APISpec.path to avoid issues when calling it twice with the same operations or parameters (:pr:`464`).

    System Message: INFO/1 (<string>, line 319)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 319); backlink

    Unknown interpreted text role "pr".

2.0.0 (2019-06-18)

Features:

  • Add support for path level parameters (:issue:`453`). Thanks :user:`karec` for the PR.

    System Message: INFO/1 (<string>, line 328)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 328); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 328)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 328); backlink

    Unknown interpreted text role "user".

  • Backwards-incompatible: A apispec.exceptions.DuplicateParameterError is raised when two parameters with same name and location are passed to a path or an operation (:pr:`455`).

    System Message: INFO/1 (<string>, line 330)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 330); backlink

    Unknown interpreted text role "pr".

  • Backwards-incompatible: A apispec.exceptions.InvalidParameterError is raised when a parameter is missing required name and in attributes after helpers have been executed (:pr:`455`).

    System Message: INFO/1 (<string>, line 333)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 333); backlink

    Unknown interpreted text role "pr".

Other changes:

  • Backwards-incompatible: All plugin helpers must accept extra **kwargs (:issue:`453`).

    System Message: INFO/1 (<string>, line 339)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 339); backlink

    Unknown interpreted text role "issue".

  • Backwards-incompatible: Components must be referenced by ID, not full path (:issue:`463`).

    System Message: INFO/1 (<string>, line 341)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 341); backlink

    Unknown interpreted text role "issue".

1.3.3 (2019-05-05)

Bug fixes:

  • marshmallow 3.0.0rc6 compatibility (:pr:`445`).

    System Message: INFO/1 (<string>, line 349)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 349); backlink

    Unknown interpreted text role "pr".

1.3.2 (2019-05-02)

Bug fixes:

  • Fix handling of OpenAPI v3 components content without schema in MarshmallowPlugin (:pr:`443`).

    System Message: INFO/1 (<string>, line 356)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 356); backlink

    Unknown interpreted text role "pr".

1.3.1 (2019-04-29)

Bug fixes:

  • Fix handling of http.HTTPStatus objects (:issue:`426`). Thanks :user:`DStape`.

    System Message: INFO/1 (<string>, line 364)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 364); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 364)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 364); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow]: Ensure make_schema_key returns a unique key on unhashable iterables (:pr:`416`, :pr:`439`). Thanks :user:`zedrdave`.

    System Message: INFO/1 (<string>, line 366)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 366); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 366)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 366); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 366)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 366); backlink

    Unknown interpreted text role "user".

1.3.0 (2019-04-24)

Features:

  • [apispec.ext.marshmallow]: Use class hierarchy to infer type and format properties (:issue:`433`, :issue:`250`). Thanks :user:`andrjohn` for the PR.

    System Message: INFO/1 (<string>, line 374)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 374); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 374)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 374); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 374)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 374); backlink

    Unknown interpreted text role "user".

1.2.1 (2019-04-18)

Bug fixes:

  • Fix error in MarshmallowPlugin when passing exclude and dump_only as class Meta attributes mixing list and tuple (:pr:`431`). Thanks :user:`blagasz` for the PR.

    System Message: INFO/1 (<string>, line 383)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 383); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 383)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 383); backlink

    Unknown interpreted text role "user".

1.2.0 (2019-04-08)

Features:

  • Strip empty sections (components, tags) from generated documentation (:pr:`421` and :pr:`425`).

    System Message: INFO/1 (<string>, line 392)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 392); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 392)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 392); backlink

    Unknown interpreted text role "pr".

1.1.2 (2019-04-07)

Bug fixes:

  • Fix behavior when using "2xx", 3xx", etc. for response keys (:issue:`422`). Thanks :user:`zachmullen` for reporting.

    System Message: INFO/1 (<string>, line 400)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 400); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 400)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 400); backlink

    Unknown interpreted text role "user".

1.1.1 (2019-04-02)

Bug fixes:

  • Fix passing references for parameters/responses when using MarshmallowPlugin (:pr:`414`).

    System Message: INFO/1 (<string>, line 408)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 408); backlink

    Unknown interpreted text role "pr".

1.1.0 (2019-03-17)

Features:

  • Resolve Schema classes in response headers (:pr:`409`).

    System Message: INFO/1 (<string>, line 416)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 416); backlink

    Unknown interpreted text role "pr".

1.0.0 (2019-02-08)

Features:

  • Expanded support for OpenAPI Specification version 3 (:issue:`165`).

    System Message: INFO/1 (<string>, line 423)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 423); backlink

    Unknown interpreted text role "issue".

  • Add summary and description parameters to APISpec.path (:issue:`227`). Thanks :user:`timakro` for the suggestion.

    System Message: INFO/1 (<string>, line 424)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 424); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 424)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 424); backlink

    Unknown interpreted text role "user".

  • Add apispec.core.Components.security_scheme for adding Security Scheme Objects (:issue:`245`).

    System Message: INFO/1 (<string>, line 426)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 426); backlink

    Unknown interpreted text role "issue".

  • [apispec.ext.marshmallow]: Add support for outputting field patterns from Regexp validators (:pr:`364`). Thanks :user:`DStape` for the PR.

    System Message: INFO/1 (<string>, line 428)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 428); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 428)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 428); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • [apispec.ext.marshmallow]: Fix automatic documentation of schemas when using Nested(MySchema, many==True) (:issue:`383`). Thanks :user:`whoiswes` for reporting.

    System Message: INFO/1 (<string>, line 434)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 434); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 434)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 434); backlink

    Unknown interpreted text role "user".

Other changes:

  • Backwards-incompatible: Components properties are now passed as dictionaries rather than keyword arguments (:pr:`381`).

    System Message: INFO/1 (<string>, line 440)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 440); backlink

    Unknown interpreted text role "pr".

# <1.0.0
spec.components.schema("Pet", properties={"name": {"type": "string"}})
spec.components.parameter("PetId", "path", format="int64", type="integer")
spec.components.response("NotFound", description="Pet not found")

# >=1.0.0
spec.components.schema("Pet", {"properties": {"name": {"type": "string"}}})
spec.components.parameter("PetId", "path", {"format": "int64", "type": "integer"})
spec.components.response("NotFound", {"description": "Pet not found"})

Deprecations/Removals:

  • Backwards-incompatible: The ref argument passed to fields is no longer used (:issue:`354`). References for nested Schema are stored automatically.

    System Message: INFO/1 (<string>, line 457)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 457); backlink

    Unknown interpreted text role "issue".

  • Backwards-incompatible: The extra_fields argument of apispec.core.Components.schema is removed. All properties may be passed in the component argument.

# <1.0.0
spec.definition("Pet", schema=PetSchema, extra_fields={"discriminator": "name"})

# >=1.0.0
spec.components.schema("Pet", schema=PetSchema, component={"discriminator": "name"})

1.0.0rc1 (2018-01-29)

Features:

  • Automatically generate references to nested schemas with a computed name, e.g. fields.Nested(PetSchema()) -> #components/schemas/Pet.

  • Automatically generate references for requestBody using the above mechanism.

  • Ability to opt out of the above behavior by passing a schema_name_resolver function that returns None to api.ext.MarshmallowPlugin.

  • References now respect Schema modifiers, including exclude and partial.

  • Backwards-incompatible: A apispec.exceptions.DuplicateComponentNameError is raised when registering two components with the same name (:issue:`340`).

    System Message: INFO/1 (<string>, line 483)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 483); backlink

    Unknown interpreted text role "issue".

1.0.0b6 (2018-12-16)

Features:

  • Backwards-incompatible: basePath is not removed from paths anymore. Paths passed to APISpec.path should not contain the application base path (:pr:`345`).

    System Message: INFO/1 (<string>, line 491)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 491); backlink

    Unknown interpreted text role "pr".

  • Add apispec.ext.marshmallow.openapi.OpenAPIConverter.resolve_schema_class (:pr:`346`). Thanks :user:`buxx`.

    System Message: INFO/1 (<string>, line 494)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 494); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 494)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 494); backlink

    Unknown interpreted text role "user".

1.0.0b5 (2018-11-06)

Features:

  • apispec.core.Components is added. Each APISpec instance has a Components object used to define components such as schemas, parameters or reponses. "Components" is the OpenAPI v3 terminology for those reusable top-level objects.
  • apispec.core.Components.parameter and apispec.core.Components.response are added.
  • Backwards-incompatible: apispec.APISpec.add_path and apispec.APISpec.add_tag are renamed to apispec.APISpec.path and apispec.APISpec.tag.
  • Backwards-incompatible: apispec.APISpec.definition is moved to the Components class and renamed to apispec.core.Components.schema.
# apispec<1.0.0b5
spec.add_tag({'name': 'Pet', 'description': 'Operations on pets'})
spec.add_path('/pets/', operations=...)
spec.definition('Pet', properties=...)

# apispec>=1.0.0b5
spec.tag({'name': 'Pet', 'description': 'Operations on pets'})
spec.path('/pets/', operations=...)
spec.components.schema('Pet', properties=...)
  • Plugins can define parameter_helper and response_helper to modify parameter and response components definitions.

  • MarshmallowPlugin resolves schemas in parameters and responses components.

  • Components helpers may return None as a no-op rather than an empty dict (:pr:`336`).

    System Message: INFO/1 (<string>, line 529)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 529); backlink

    Unknown interpreted text role "pr".

Bug fixes:

  • MarshmallowPlugin.schema_helper does not crash when no schema is passed (:pr:`336`).

    System Message: INFO/1 (<string>, line 534)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 534); backlink

    Unknown interpreted text role "pr".

Deprecations/Removals:

  • The legacy response_helper feature is removed. The same can be achieved from operation_helper.

1.0.0b4 (2018-10-28)

  • Backwards-incompatible: apispec.ext.flask, apispec.ext.bottle, and apispec.ext.tornado are moved to a separate package, apispec-webframeworks. (:issue:`302`).

    System Message: INFO/1 (<string>, line 545)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 545); backlink

    Unknown interpreted text role "issue".

If you use these plugins, install apispec-webframeworks and update your imports like so:

# apispec<1.0.0b4
from apispec.ext.flask import FlaskPlugin

# apispec>=1.0.0b4
from apispec_webframeworks.flask import FlaskPlugin

Thanks :user:`ergo` for the suggestion and the PR.

System Message: INFO/1 (<string>, line 559)

No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

System Message: ERROR/3 (<string>, line 559); backlink

Unknown interpreted text role "user".

1.0.0b3 (2018-10-08)

Features:

  • [apispec.core]: Backwards-incompatible: openapi_version parameter of APISpec class does not default to '2.0' anymore and info parameter is merged with **options kwargs.

Bug fixes:

  • [apispec.ext.marshmallow]: Exclude load_only fields when documenting responses (:issue:`119`). Thanks :user:`luisincrespo` for reporting.

    System Message: INFO/1 (<string>, line 572)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 572); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 572)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 572); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow]: Exclude dump_only fields when documenting request body parameter schema.

1.0.0b2 (2018-09-09)

  • Drop deprecated plugin interface. Only plugin classes are now supported. This includes the removal of APISpec's register_*_helper methods, as well as its schema_name_resolver parameter. Also drop deprecated apispec.utils.validate_swagger. (:pr:`259`)

    System Message: INFO/1 (<string>, line 580)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 580); backlink

    Unknown interpreted text role "pr".

  • Use yaml.safe_load instead of yaml.load when reading docstrings (:issue:`278`). Thanks :user:`lbeaufort` for the suggestion and the PR.

    System Message: INFO/1 (<string>, line 584)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 584); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 584)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 584); backlink

    Unknown interpreted text role "user".

1.0.0b1 (2018-07-29)

Features:

  • [apispec.core]: Backwards-incompatible: Remove Path class. Plugins' path_helper methods should now return a path as a string and optionally mutate the operations dictionary (:pr:`238`).

    System Message: INFO/1 (<string>, line 593)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 593); backlink

    Unknown interpreted text role "pr".

  • [apispec.core]: Backwards-incompatible: YAML support is optional. To install with YAML support, use pip install 'apispec[yaml]'. You will need to do this if you use FlaskPlugin, BottlePlugin, or TornadoPlugin (:pr:`251`).

    System Message: INFO/1 (<string>, line 596)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 596); backlink

    Unknown interpreted text role "pr".

  • [apispec.ext.marshmallow]: Allow overriding the documentation for a field's default. This is especially useful for documenting callable defaults (:issue:`196`).

    System Message: INFO/1 (<string>, line 600)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 600); backlink

    Unknown interpreted text role "issue".

0.39.0 (2018-06-28)

Features:

  • [apispec.core]: Backwards-incompatible: Change plugin interface. Plugins are now child classes of apispec.BasePlugin. Built-in plugins are still usable with the deprecated legacy interface. However, the new class interface is mandatory to pass parameters to plugins or to access specific methods that used to be accessed as module level functions (typically in apispec.ext.marshmallow.swagger). Also, schema_name_resolver is now a parameter of apispec.ext.marshmallow.MarshmallowPlugin. It can still be passed to APISpec while using the legacy interface. (:issue:`207`)

    System Message: INFO/1 (<string>, line 609)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 609); backlink

    Unknown interpreted text role "issue".

  • [apispec.core]: Backwards-incompatible: APISpec.openapi_version is now an apispec.utils.OpenAPIVersion instance.

0.38.0 (2018-06-10)

Features:

  • [apispec.core]: Backwards-incompatible: Rename apispec.utils.validate_swagger to apispec.utils.validate_spec and apispec.exceptions.SwaggerError to apispec.exceptions.OpenAPIError. Using validate_swagger will raise a DeprecationWarning (:pr:`224`).

    System Message: INFO/1 (<string>, line 625)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 625); backlink

    Unknown interpreted text role "pr".

  • [apispec.core]: apispec.utils.validate_spec no longer relies on the check_api NPM module. prance and openapi-spec-validator are required for validation, and can be installed using pip install 'apispec[validation]' (:pr:`224`).

    System Message: INFO/1 (<string>, line 629)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 629); backlink

    Unknown interpreted text role "pr".

  • [apispec.core]: Deep update components instead of overwriting components for OpenAPI 3 (:pr:`222`). Thanks :user:`Guoli-Lyu`.

    System Message: INFO/1 (<string>, line 633)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 633); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 633)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 633); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • [apispec.ext.marshmallow]: Fix description for parameters in OpenAPI 3 (:pr:`223`). Thanks again :user:`Guoli-Lyu`.

    System Message: INFO/1 (<string>, line 638)

    No role entry for "pr" in module "docutils.parsers.rst.languages.en". Trying "pr" as canonical role name.

    System Message: ERROR/3 (<string>, line 638); backlink

    Unknown interpreted text role "pr".

    System Message: INFO/1 (<string>, line 638)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 638); backlink

    Unknown interpreted text role "user".

Other changes:

  • Drop official support for Python 3.4. Only Python 2.7 and >=3.5 are supported.

0.37.1 (2018-05-28)

Features:

  • [apispec.ext.marshmallow]: Fix OpenAPI 3 conversion of schemas in parameters (:issue:`217`). Thanks :user:`Guoli-Lyu` for the PR.

    System Message: INFO/1 (<string>, line 652)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 652); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 652)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 652); backlink

    Unknown interpreted text role "user".

0.37.0 (2018-05-14)

Features:

  • [apispec.ext.marshmallow]: Resolve an array of schema objects in parameters (:issue:`209`). Thanks :user:`cvlong` for reporting and implementing this.

    System Message: INFO/1 (<string>, line 660)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 660); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 660)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 660); backlink

    Unknown interpreted text role "user".

0.36.0 (2018-05-07)

Features:

  • [apispec.ext.marshmallow]: Document values parameter of Dict field as additionalProperties (:issue:`201`). Thanks :user:`UrKr`.

    System Message: INFO/1 (<string>, line 669)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 669); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 669)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 669); backlink

    Unknown interpreted text role "user".

0.35.0 (2018-04-10)

Features:

  • [apispec.ext.marshmallow]: Recurse over properties when resolving schemas (:issue:`186`). Thanks :user:`lphuberdeau`.

    System Message: INFO/1 (<string>, line 677)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 677); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 677)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 677); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow]: Support writeOnly and nullable in OpenAPI 3 (fall back to x-nullable for OpenAPI 2) (:issue:`165`). Thanks :user:`lafrech`.

    System Message: INFO/1 (<string>, line 679)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 679); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 679)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 679); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • [apispec.ext.marshmallow]: Always use field.missing instead of field.default when introspecting fields (:issue:`32`). Thanks :user:`lafrech`.

    System Message: INFO/1 (<string>, line 685)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 685); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 685)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 685); backlink

    Unknown interpreted text role "user".

Other changes:

  • [apispec.ext.marshmallow]: Refactor some of the internal functions in apispec.ext.marshmallow.swagger for consistent API (:issue:`199`). Thanks :user:`lafrech`.

    System Message: INFO/1 (<string>, line 691)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 691); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 691)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 691); backlink

    Unknown interpreted text role "user".

0.34.0 (2018-04-04)

Features:

  • [apispec.core]: Maintain order in which methods are added to an endpoint (:issue:`189`). Thanks :user:`lafrech`.

    System Message: INFO/1 (<string>, line 700)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 700); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 700)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 700); backlink

    Unknown interpreted text role "user".

Other changes:

  • [apispec.core]: Path no longer inherits from dict (:issue:`190`). Thanks :user:`lafrech`.

    System Message: INFO/1 (<string>, line 705)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 705); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 705)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 705); backlink

    Unknown interpreted text role "user".

0.33.0 (2018-04-01)

Features:

  • [apispec.ext.marshmallow]: Respect data_key argument on fields (in marshmallow 3). Thanks :user:`lafrech`.

    System Message: INFO/1 (<string>, line 713)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 713); backlink

    Unknown interpreted text role "user".

0.32.0 (2018-03-24)

Features:

  • [apispec.ext.bottle]: Allow app to be passed to spec.add_path (:issue:`188`). Thanks :user:`dtaniwaki` for the PR.

    System Message: INFO/1 (<string>, line 721)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 721); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 721)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 721); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • [apispec.ext.marshmallow]: Fix issue where "body" and "required" were getting overwritten when passing a Schema to a parameter (:issue:`168`, :issue:`184`). Thanks :user:`dlopuch` and :user:`mathewmarcus` for reporting and thanks :user:`mathewmarcus` for the PR.

    System Message: INFO/1 (<string>, line 726)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 726); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 726)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 726); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 726)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 726); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 726)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 726); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 726)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 726); backlink

    Unknown interpreted text role "user".

0.31.0 (2018-01-30)

  • [apispec.ext.marshmallow]: Use dump_to for name even if load_from does not match it (:issue:`178`). Thanks :user:`LeonAgmonNacht` for reporting and thanks :user:`lafrech` for the fix.

    System Message: INFO/1 (<string>, line 735)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 735); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 735)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 735); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 735)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 735); backlink

    Unknown interpreted text role "user".

0.30.0 (2018-01-12)

Features:

  • [apispec.core]: Add Spec.to_yaml method for serializing to YAML (:issue:`161`). Thanks :user:`jd`.

    System Message: INFO/1 (<string>, line 744)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 744); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 744)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 744); backlink

    Unknown interpreted text role "user".

0.29.0 (2018-01-04)

Features:

  • [apispec.core and apispec.ext.marshmallow]: Add limited support for OpenAPI v3. Pass openapi_version='3.0.0' to Spec to use it (:issue:`165`). Thanks :user:`Bangertm`.

    System Message: INFO/1 (<string>, line 752)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 752); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 752)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 752); backlink

    Unknown interpreted text role "user".

0.28.0 (2017-12-09)

Features:

  • [apispec.core and apispec.ext.marshmallow]: Add schema_name_resolver param to APISpec for resolving ref names for marshmallow Schemas. This is useful when a self-referencing schema is nested within another schema (:issue:`167`). Thanks :user:`buxx` for the PR.

    System Message: INFO/1 (<string>, line 761)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 761); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 761)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 761); backlink

    Unknown interpreted text role "user".

0.27.1 (2017-12-06)

Bug fixes:

  • [apispec.ext.flask]: Don't document view methods that aren't included in app.add_url_rule(..., methods=[...])) (:issue:`173`). Thanks :user:`ukaratay`.

    System Message: INFO/1 (<string>, line 771)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 771); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 771)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 771); backlink

    Unknown interpreted text role "user".

0.27.0 (2017-10-30)

Features:

  • [apispec.core]: Add register_operation_helper.

Bug fixes:

  • Order of plugins does not matter (:issue:`136`).

    System Message: INFO/1 (<string>, line 783)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 783); backlink

    Unknown interpreted text role "issue".

Thanks :user:`yoichi` for these changes.

System Message: INFO/1 (<string>, line 785)

No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

System Message: ERROR/3 (<string>, line 785); backlink

Unknown interpreted text role "user".

0.26.0 (2017-10-23)

Features:

  • [apispec.ext.marshmallow]: Generate "enum" property with single entry when the validate.Equal validator is used (:issue:`155`). Thanks :user:`Bangertm` for the suggestion and PR.

    System Message: INFO/1 (<string>, line 792)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 792); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 792)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 792); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • Allow OPTIONS to be documented (:issue:`162`). Thanks :user:`buxx` for the PR.

    System Message: INFO/1 (<string>, line 798)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 798); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 798)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 798); backlink

    Unknown interpreted text role "user".

  • Fix regression from 0.25.3 that caused a KeyError (:issue:`163`). Thanks :user:`yoichi`.

    System Message: INFO/1 (<string>, line 800)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 800); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 800)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 800); backlink

    Unknown interpreted text role "user".

0.25.4 (2017-10-09)

Bug fixes:

  • [apispec.ext.marshmallow]: Fix swagger location mapping for default_in param in fields2parameters (:issue:`156`). Thanks :user:`decaz`.

    System Message: INFO/1 (<string>, line 808)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 808); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 808)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 808); backlink

    Unknown interpreted text role "user".

0.25.3 (2017-09-27)

Bug fixes:

  • [apispec.ext.marshmallow]: Correctly handle multiple fields with location=json (:issue:`75`). Thanks :user:`shaicantor` for reporting and thanks :user:`yoichi` for the patch.

    System Message: INFO/1 (<string>, line 816)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 816); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 816)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 816); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 816)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 816); backlink

    Unknown interpreted text role "user".

0.25.2 (2017-09-05)

Bug fixes:

  • [apispec.ext.marshmallow]: Avoid AttributeError when passing non-dict items to path objects (:issue:`151`). Thanks :user:`yoichi`.

    System Message: INFO/1 (<string>, line 826)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 826); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 826)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 826); backlink

    Unknown interpreted text role "user".

0.25.1 (2017-08-23)

Bug fixes:

  • [apispec.ext.marshmallow]: Fix use_instances when many=True is set (:issue:`148`). Thanks :user:`theirix`.

    System Message: INFO/1 (<string>, line 834)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 834); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 834)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 834); backlink

    Unknown interpreted text role "user".

0.25.0 (2017-08-15)

Features:

  • [apispec.ext.marshmallow]: Add use_instances parameter to fields2paramters (:issue:`144`). Thanks :user:`theirix`.

    System Message: INFO/1 (<string>, line 842)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 842); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 842)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 842); backlink

    Unknown interpreted text role "user".

Other changes:

  • Don't swallow YAMLError when YAML parsing fails (:issue:`135`). Thanks :user:`djanderson` for the suggestion and the PR.

    System Message: INFO/1 (<string>, line 847)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 847); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 847)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 847); backlink

    Unknown interpreted text role "user".

0.24.0 (2017-08-15)

Features:

  • [apispec.ext.marshmallow]: Add swagger.map_to_swagger_field decorator to support custom field classes (:issue:`120`). Thanks :user:`frol` for the suggestion and thanks :user:`dradetsky` for the PR.

    System Message: INFO/1 (<string>, line 856)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 856); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 856)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 856); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 856)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 856); backlink

    Unknown interpreted text role "user".

0.23.1 (2017-08-08)

Bug fixes:

  • [apispec.ext.marshmallow]: Fix swagger location mapping for default_in param in property2parameter (:issue:`142`). Thanks :user:`decaz`.

    System Message: INFO/1 (<string>, line 866)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 866); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 866)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 866); backlink

    Unknown interpreted text role "user".

0.23.0 (2017-08-03)

  • Pass operations constructed by plugins to downstream marshmallow plugin (:issue:`138`). Thanks :user:`yoichi`.

    System Message: INFO/1 (<string>, line 873)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 873); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 873)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 873); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow] Generate parameter specification from marshmallow Schemas (:issue:`127`). Thanks :user:`ewalker11` for the suggestion thanks :user:`yoichi` for the PR.

    System Message: INFO/1 (<string>, line 875)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 875); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 875)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 875); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 875)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 875); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.flask] Add support for Flask MethodViews (:issue:`85`, :issue:`125`). Thanks :user:`lafrech` and :user:`boosh` for the suggestion. Thanks :user:`djanderson` and :user:`yoichi` for the PRs.

    System Message: INFO/1 (<string>, line 877)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 877); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 877)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 877); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 877)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 877); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 877)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 877); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 877)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 877); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 877)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 877); backlink

    Unknown interpreted text role "user".

0.22.3 (2017-07-16)

  • Release wheel distribution.

0.22.2 (2017-07-12)

Bug fixes:

  • [apispec.ext.marshmallow]: Properly handle callable default values in output spec (:issue:`131`). Thanks :user:`NightBlues`.

    System Message: INFO/1 (<string>, line 891)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 891); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 891)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 891); backlink

    Unknown interpreted text role "user".

0.22.1 (2017-06-25)

Bug fixes:

  • [apispec.ext.marshmallow]: Include default in output spec when False is the default for a Boolean field (:issue:`130`). Thanks :user:`nebularazer`.

    System Message: INFO/1 (<string>, line 899)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 899); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 899)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 899); backlink

    Unknown interpreted text role "user".

0.22.0 (2017-05-30)

Features:

  • [apispec.ext.bottle] Added bottle plugin (:issue:`128`). Thanks :user:`lucasrc`.

    System Message: INFO/1 (<string>, line 908)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 908); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 908)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 908); backlink

    Unknown interpreted text role "user".

0.21.0 (2017-04-21)

Features:

  • [apispec.ext.marshmallow] Sort list of required field names in generated spec (:issue:`124`). Thanks :user:`dradetsky`.

    System Message: INFO/1 (<string>, line 915)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 915); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 915)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 915); backlink

    Unknown interpreted text role "user".

0.20.1 (2017-04-18)

Bug fixes:

  • [apispec.ext.tornado]: Fix compatibility with Tornado>=4.5.

  • [apispec.ext.tornado]: Fix adding paths for handlers with coroutine methods in Python 2 (:issue:`99`).

    System Message: INFO/1 (<string>, line 923)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 923); backlink

    Unknown interpreted text role "issue".

0.20.0 (2017-03-19)

Features:

  • [apispec.core]: Definition helper functions receive the definition keyword argument, which is the current state of the definition (:issue:`122`). Thanks :user:`martinlatrille` for the PR.

    System Message: INFO/1 (<string>, line 930)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 930); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 930)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 930); backlink

    Unknown interpreted text role "user".

Other changes:

  • [apispec.ext.marshmallow] Backwards-incompatible: Remove dump parameter from schema2parameters, fields2parameters, and field2parameter (:issue:`114`). Thanks :user:`lafrech` and :user:`frol` for the feedback and :user:`lafrech` for the PR.

    System Message: INFO/1 (<string>, line 934)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 934); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 934)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 934); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 934)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 934); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 934)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 934); backlink

    Unknown interpreted text role "user".

0.19.0 (2017-03-05)

Features:

  • [apispec.core]: Add extra_fields parameter to APISpec.definition (:issue:`110`). Thanks :user:`lafrech` for the PR.

    System Message: INFO/1 (<string>, line 941)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 941); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 941)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 941); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow]: Preserve the order of choices (:issue:`113`). Thanks :user:`frol` for the PR.

    System Message: INFO/1 (<string>, line 942)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 942); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 942)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 942); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • [apispec.ext.marshmallow]: 'discriminator' is no longer valid as field metadata. It should be defined by passing extra_fields={'discriminator': '...'} to APISpec.definition. Thanks for reporting, :user:`lafrech`.

    System Message: INFO/1 (<string>, line 946)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 946); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow]: Allow additional properties when translating Nested fields using allOf (:issue:`108`). Thanks :user:`lafrech` for the suggestion and the PR.

    System Message: INFO/1 (<string>, line 947)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 947); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 947)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 947); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow]: Respect dump_only and load_only specified in class Meta (:issue:`84`). Thanks :user:`lafrech` for the fix.

    System Message: INFO/1 (<string>, line 948)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 948); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 948)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 948); backlink

    Unknown interpreted text role "user".

Other changes:

  • Drop support for Python 3.3.

0.18.0 (2017-02-19)

Features:

  • [apispec.ext.marshmallow]: Translate allow_none on Fields to x-nullable (:issue:`66`). Thanks :user:`lafrech`.

    System Message: INFO/1 (<string>, line 960)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 960); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 960)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 960); backlink

    Unknown interpreted text role "user".

0.17.4 (2017-02-16)

Bug fixes:

  • [apispec.ext.marshmallow]: Fix corruption of Schema._declared_fields when serializing an APISpec (:issue:`107`). Thanks :user:`serebrov` for the catch and patch.

    System Message: INFO/1 (<string>, line 967)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 967); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 967)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 967); backlink

    Unknown interpreted text role "user".

0.17.3 (2017-01-21)

Bug fixes:

  • [apispec.ext.marshmallow]: Fix behavior when passing Schema instances to APISpec.definition. The Schema's class will correctly be registered as a an available ref (:issue:`84`). Thanks :user:`lafrech` for reporting and for the PR.

    System Message: INFO/1 (<string>, line 974)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 974); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 974)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 974); backlink

    Unknown interpreted text role "user".

0.17.2 (2017-01-03)

Bug fixes:

  • [apispec.ext.tornado]: Remove usage of inspect.getargspec for Python >= 3.3 (:issue:`102`). Thanks :user:`matijabesednik`.

    System Message: INFO/1 (<string>, line 981)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 981); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 981)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 981); backlink

    Unknown interpreted text role "user".

0.17.1 (2016-11-19)

Bug fixes:

  • [apispec.ext.marshmallow]: Prevent unnecessary warning when generating specs for marshmallow Schema's with autogenerated fields (:issue:`95`). Thanks :user:`khorolets` reporting and for the PR.

    System Message: INFO/1 (<string>, line 988)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 988); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 988)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 988); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow]: Correctly translate Length validator to minItems and maxItems for array-type fields (Nested and List) (:issue:`97`). Thanks :user:`YuriHeupa` for reporting and for the PR.

    System Message: INFO/1 (<string>, line 989)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 989); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 989)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 989); backlink

    Unknown interpreted text role "user".

0.17.0 (2016-10-30)

Features:

  • [apispec.ext.marshmallow]: Add support for properties that start with x-. Thanks :user:`martinlatrille` for the PR.

    System Message: INFO/1 (<string>, line 996)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 996); backlink

    Unknown interpreted text role "user".

0.16.0 (2016-10-12)

Features:

  • [apispec.core]: Allow description to be passed to APISpec.definition (:issue:`93`). Thanks :user:`martinlatrille`.

    System Message: INFO/1 (<string>, line 1003)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1003); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1003)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1003); backlink

    Unknown interpreted text role "user".

0.15.0 (2016-10-02)

Features:

  • [apispec.ext.marshmallow]: Allow 'query' to be passed as a field location (:issue:`89`). Thanks :user:`lafrech`.

    System Message: INFO/1 (<string>, line 1010)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1010); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1010)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1010); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • [apispec.ext.flask]: Properly strip off basePath when APPLICATION_ROOT is set on a Flask app's config (:issue:`78`). Thanks :user:`deckar01` for reporting and :user:`asteinlein` for the PR.

    System Message: INFO/1 (<string>, line 1014)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1014); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1014)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1014); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 1014)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1014); backlink

    Unknown interpreted text role "user".

0.14.0 (2016-08-14)

Features:

  • [apispec.core]: Maintain order in which paths are added to a spec (:issue:`87`). Thanks :user:`ranjanashish` for the PR.

    System Message: INFO/1 (<string>, line 1021)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1021); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1021)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1021); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow]: Maintain order of fields when ordered=True on Schema. Thanks again :user:`ranjanashish`.

    System Message: INFO/1 (<string>, line 1022)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1022); backlink

    Unknown interpreted text role "user".

0.13.0 (2016-07-03)

Features:

  • [apispec.ext.marshmallow]: Add support for Dict field (:issue:`80`). Thanks :user:`ericb` for the PR.

    System Message: INFO/1 (<string>, line 1029)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1029); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1029)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1029); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow]: dump_only fields add readOnly flag in OpenAPI spec (:issue:`79`). Thanks :user:`itajaja` for the suggestion and PR.

    System Message: INFO/1 (<string>, line 1030)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1030); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1030)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1030); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • [apispec.ext.marshmallow]: Properly exclude nested dump-only fields from parameters (:issue:`82`). Thanks :user:`incognick` for the catch and patch.

    System Message: INFO/1 (<string>, line 1034)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1034); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1034)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1034); backlink

    Unknown interpreted text role "user".

Support:

  • Update tasks.py for compatibility with invoke>=0.13.0.

0.12.0 (2016-05-22)

Features:

  • [apispec.ext.marshmallow]: Inspect validators to set additional attributes (:issue:`66`). Thanks :user:`deckar01` for the PR.

    System Message: INFO/1 (<string>, line 1045)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1045); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1045)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1045); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • [apispec.ext.marshmallow]: Respect partial parameters on Schemas (:issue:`74`). Thanks :user:`incognick` for reporting.

    System Message: INFO/1 (<string>, line 1049)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1049); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1049)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1049); backlink

    Unknown interpreted text role "user".

0.11.1 (2016-05-02)

Bug fixes:

  • [apispec.ext.flask]: Flask plugin respects APPLICATION_ROOT from app's config (:issue:`69`). Thanks :user:`deckar01` for the catch and patch.

    System Message: INFO/1 (<string>, line 1056)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1056); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1056)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1056); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow]: Fix support for plural schema instances (:issue:`71`). Thanks again :user:`deckar01`.

    System Message: INFO/1 (<string>, line 1057)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1057); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1057)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1057); backlink

    Unknown interpreted text role "user".

0.11.0 (2016-04-12)

Features:

  • Support vendor extensions on paths (:issue:`65`). Thanks :user:`lucascosta` for the PR.

    System Message: INFO/1 (<string>, line 1064)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1064); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1064)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1064); backlink

    Unknown interpreted text role "user".

  • Backwards-incompatible: Remove support for old versions (<=0.15.0) of webargs.

Bug fixes:

  • Fix error message when plugin does not have a setup() function.

  • [apispec.ext.marshmallow] Fix bug in introspecting self-referencing marshmallow fields, i.e. fields.Nested('self') (:issue:`55`). Thanks :user:`whoiswes` for reporting.

    System Message: INFO/1 (<string>, line 1070)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1070); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1070)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1070); backlink

    Unknown interpreted text role "user".

  • [apispec.ext.marshmallow] field2property no longer pops off location from a field's metadata (:issue:`67`).

    System Message: INFO/1 (<string>, line 1071)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1071); backlink

    Unknown interpreted text role "issue".

Support:

  • Lots of new docs, including a User Guide and improved extension docs.

0.10.1 (2016-04-09)

Note: This version is a re-upload of 0.10.0. There is no 0.10.0 release on PyPI.

Features:

  • Add Tornado extension (:issue:`62`).

    System Message: INFO/1 (<string>, line 1084)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1084); backlink

    Unknown interpreted text role "issue".

Bug fixes:

  • Compatibility fix with marshmallow>=2.7.0 (:issue:`64`).

    System Message: INFO/1 (<string>, line 1088)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1088); backlink

    Unknown interpreted text role "issue".

  • Fix bug that raised error for Swagger parameters that didn't include the in key (:issue:`63`).

    System Message: INFO/1 (<string>, line 1089)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1089); backlink

    Unknown interpreted text role "issue".

Big thanks :user:`lucascosta` for all these changes.

System Message: INFO/1 (<string>, line 1091)

No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

System Message: ERROR/3 (<string>, line 1091); backlink

Unknown interpreted text role "user".

0.9.1 (2016-03-17)

Bug fixes:

  • Fix generation of metadata for Nested fields (:issue:`61`). Thanks :user:`martinlatrille`.

    System Message: INFO/1 (<string>, line 1098)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1098); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1098)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1098); backlink

    Unknown interpreted text role "user".

0.9.0 (2016-03-13)

Features:

  • Add APISpec.add_tags method for adding Swagger tags. Thanks :user:`martinlatrille`.

    System Message: INFO/1 (<string>, line 1105)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1105); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • Fix bug in marshmallow extension where metadata was being lost when converting marshmallow Schemas when many=False. Thanks again :user:`martinlatrille`.

    System Message: INFO/1 (<string>, line 1109)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1109); backlink

    Unknown interpreted text role "user".

Other changes:

  • Remove duplicate SWAGGER_VERSION from api.ext.marshmallow.swagger.

Support:

  • Update docs to reflect rename of Swagger to OpenAPI.

0.8.0 (2016-03-06)

Features:

  • apispec.ext.marshmallow.swagger.schema2jsonschema properly introspects Schema instances when many=True (:issue:`53`). Thanks :user:`frol` for the PR.

    System Message: INFO/1 (<string>, line 1125)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1125); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1125)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1125); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • Fix error reporting when an invalid object is passed to schema2jsonschema or schema2parameters (:issue:`52`). Thanks again :user:`frol`.

    System Message: INFO/1 (<string>, line 1129)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1129); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1129)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1129); backlink

    Unknown interpreted text role "user".

0.7.0 (2016-02-11)

Features:

  • APISpec.add_path accepts Path objects (:issue:`49`). Thanks :user:`Trii` for the suggestion and the implementation.

    System Message: INFO/1 (<string>, line 1136)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1136); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1136)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1136); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • Use correct field name in "required" array when load_from and dump_to are used (:issue:`48`). Thanks :user:`benbeadle` for the catch and patch.

    System Message: INFO/1 (<string>, line 1140)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1140); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1140)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1140); backlink

    Unknown interpreted text role "user".

0.6.0 (2016-01-04)

Features:

  • Add APISpec#add_parameter for adding common Swagger parameter objects. Thanks :user:`jta`.

    System Message: INFO/1 (<string>, line 1147)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1147); backlink

    Unknown interpreted text role "user".

  • The field name in a spec will be adjusted if a Field's load_from and dump_to attributes are the same. :issue:`43`. Thanks again :user:`jta`.

    System Message: INFO/1 (<string>, line 1148)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1148); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1148)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1148); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • Fix bug that caused a stack overflow when adding nested Schemas to an APISpec (:issue:`31`, :issue:`41`). Thanks :user:`alapshin` and :user:`itajaja` for reporting. Thanks :user:`itajaja` for the patch.

    System Message: INFO/1 (<string>, line 1152)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1152); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1152)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1152); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1152)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1152); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 1152)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1152); backlink

    Unknown interpreted text role "user".

    System Message: INFO/1 (<string>, line 1152)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1152); backlink

    Unknown interpreted text role "user".

0.5.0 (2015-12-13)

  • schema2jsonschema and schema2parameters can introspect a marshmallow Schema instance as well as a Schema class (:issue:`37`). Thanks :user:`frol`.

    System Message: INFO/1 (<string>, line 1157)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1157); backlink

    Unknown interpreted text role "issue".

    System Message: INFO/1 (<string>, line 1157)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1157); backlink

    Unknown interpreted text role "user".

  • Backwards-incompatible: The first argument to schema2jsonschema and schema2parameters was changed from schema_cls to schema.

Bug fixes:

  • Handle conflicting signatures for plugin helpers. Thanks :user:`AndrewPashkin` for the catch and patch.

    System Message: INFO/1 (<string>, line 1162)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1162); backlink

    Unknown interpreted text role "user".

0.4.2 (2015-11-23)

  • Skip dump-only fields when dump=False is passed to schema2parameters and fields2parameters. Thanks :user:`frol`.

    System Message: INFO/1 (<string>, line 1167)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1167); backlink

    Unknown interpreted text role "user".

Bug fixes:

  • Raise SwaggerError when validate_swagger fails. Thanks :user:`frol`.

    System Message: INFO/1 (<string>, line 1171)

    No role entry for "user" in module "docutils.parsers.rst.languages.en". Trying "user" as canonical role name.

    System Message: ERROR/3 (<string>, line 1171); backlink

    Unknown interpreted text role "user".

0.4.1 (2015-10-19)

  • Correctly pass dump parameter to field2parameters.

0.4.0 (2015-10-18)

  • Add dump parameter to field2property (:issue:`32`).

    System Message: INFO/1 (<string>, line 1181)

    No role entry for "issue" in module "docutils.parsers.rst.languages.en". Trying "issue" as canonical role name.

    System Message: ERROR/3 (<string>, line 1181); backlink

    Unknown interpreted text role "issue".

0.3.0 (2015-10-02)

  • Rename and repackage as "apispec".
  • Support enum field of JSON Schema based on OneOf and ContainsOnly validators.

0.2.0 (2015-09-27)

  • Add schema2parameters, fields2parameters, and field2parameters.
  • Removed Fixed from swagger.FIELD_MAPPING for compatibility with marshmallow>=2.0.0.

0.1.0 (2015-09-13)

  • First release.