Changelog
*Sourced from [apispec's changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst).*
> 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` (431). Thanks blagasz for the PR.
>
> 1.2.0 (2019-04-08)
> ==================
>
> Features:
>
> - Strip empty sections (components, tags) from generated documentation (421 and 425).
>
> 1.1.2 (2019-04-07)
> ==================
>
> Bug fixes:
>
> - Fix behavior when using "2xx", 3xx", etc. for response keys (422). Thanks zachmullen for reporting.
>
> 1.1.1 (2019-04-02)
> ==================
>
> Bug fixes:
>
> - Fix passing references for parameters/responses when using `MarshmallowPlugin` (414).
>
> 1.1.0 (2019-03-17)
> ==================
>
> Features:
>
> - Resolve `Schema` classes in response headers (409).
>
> 1.0.0 (2019-02-08)
> ==================
>
> Features:
>
> - Expanded support for OpenAPI Specification version 3 (165).
> - Add `summary` and `description` parameters to `APISpec.path` (227). Thanks timakro for the suggestion.
> - Add apispec.core.Components.security\_scheme for adding Security Scheme Objects (245).
> - \[apispec.ext.marshmallow\]: Add support for outputting field patterns from `Regexp` validators (364). Thanks DStape for the PR.
>
> Bug fixes:
>
> - \[apispec.ext.marshmallow\]: Fix automatic documentation of schemas when using `Nested(MySchema, many==True)` (383). Thanks whoiswes for reporting.
>
> Other changes:
> ... (truncated)
Commits
- [`aca2ec3`](https://github.com/marshmallow-code/apispec/commit/aca2ec378e67e4541cef7fc7a7fec0e0c2a9587e) Bump version and update changelog
- [`0845c66`](https://github.com/marshmallow-code/apispec/commit/0845c66b67998f8e47b624c10efebe7bd5dbd532) Rework ext.marshmallow.common.get_fields tests
- [`9c12274`](https://github.com/marshmallow-code/apispec/commit/9c12274f171f72027559c8b66ee4fc425bd0e0bc) Merge pull request [#431](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/431) from blagasz/dev
- [`c318591`](https://github.com/marshmallow-code/apispec/commit/c3185911213d641b5ae9b9b17eb6a2c4f2edd47a) Bump pre-commit from 1.15.1 to 1.15.2
- [`c634cb0`](https://github.com/marshmallow-code/apispec/commit/c634cb023300ea87021e84f3c6bbd4d9dba3f6c6) Fix Marshmallow Schema's Meta exclude field list/tuple error
- [`4a4d160`](https://github.com/marshmallow-code/apispec/commit/4a4d160fb460f020c852383bdb6b903c32469677) Bump sphinx from 2.0.0 to 2.0.1
- [`af64ad3`](https://github.com/marshmallow-code/apispec/commit/af64ad371472942bc6b34e99d01f91f733ab3230) Bump version and update changelog
- [`cb22bd7`](https://github.com/marshmallow-code/apispec/commit/cb22bd71ce7be72752dc72d3d4ab58fa27cd54cc) Merge pull request [#425](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/425) from marshmallow-code/strip_empty_tags_from_docs
- [`f554c48`](https://github.com/marshmallow-code/apispec/commit/f554c4868ca97ddbafaa63e5cbbef0655e51eb42) Strip tags from doc if empty
- [`14b4762`](https://github.com/marshmallow-code/apispec/commit/14b476243cb235712a0266d0b77237d349fc3a55) Merge pull request [#421](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/421) from marshmallow-code/strip_empty_subsections_from_docs
- Additional commits viewable in [compare view](https://github.com/marshmallow-code/apispec/compare/0.38.0...1.2.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps apispec from 0.38.0 to 1.2.1.
Changelog
*Sourced from [apispec's changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst).* > 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` (431). Thanks blagasz for the PR. > > 1.2.0 (2019-04-08) > ================== > > Features: > > - Strip empty sections (components, tags) from generated documentation (421 and 425). > > 1.1.2 (2019-04-07) > ================== > > Bug fixes: > > - Fix behavior when using "2xx", 3xx", etc. for response keys (422). Thanks zachmullen for reporting. > > 1.1.1 (2019-04-02) > ================== > > Bug fixes: > > - Fix passing references for parameters/responses when using `MarshmallowPlugin` (414). > > 1.1.0 (2019-03-17) > ================== > > Features: > > - Resolve `Schema` classes in response headers (409). > > 1.0.0 (2019-02-08) > ================== > > Features: > > - Expanded support for OpenAPI Specification version 3 (165). > - Add `summary` and `description` parameters to `APISpec.path` (227). Thanks timakro for the suggestion. > - Add apispec.core.Components.security\_scheme for adding Security Scheme Objects (245). > - \[apispec.ext.marshmallow\]: Add support for outputting field patterns from `Regexp` validators (364). Thanks DStape for the PR. > > Bug fixes: > > - \[apispec.ext.marshmallow\]: Fix automatic documentation of schemas when using `Nested(MySchema, many==True)` (383). Thanks whoiswes for reporting. > > Other changes: > ... (truncated)Commits
- [`aca2ec3`](https://github.com/marshmallow-code/apispec/commit/aca2ec378e67e4541cef7fc7a7fec0e0c2a9587e) Bump version and update changelog - [`0845c66`](https://github.com/marshmallow-code/apispec/commit/0845c66b67998f8e47b624c10efebe7bd5dbd532) Rework ext.marshmallow.common.get_fields tests - [`9c12274`](https://github.com/marshmallow-code/apispec/commit/9c12274f171f72027559c8b66ee4fc425bd0e0bc) Merge pull request [#431](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/431) from blagasz/dev - [`c318591`](https://github.com/marshmallow-code/apispec/commit/c3185911213d641b5ae9b9b17eb6a2c4f2edd47a) Bump pre-commit from 1.15.1 to 1.15.2 - [`c634cb0`](https://github.com/marshmallow-code/apispec/commit/c634cb023300ea87021e84f3c6bbd4d9dba3f6c6) Fix Marshmallow Schema's Meta exclude field list/tuple error - [`4a4d160`](https://github.com/marshmallow-code/apispec/commit/4a4d160fb460f020c852383bdb6b903c32469677) Bump sphinx from 2.0.0 to 2.0.1 - [`af64ad3`](https://github.com/marshmallow-code/apispec/commit/af64ad371472942bc6b34e99d01f91f733ab3230) Bump version and update changelog - [`cb22bd7`](https://github.com/marshmallow-code/apispec/commit/cb22bd71ce7be72752dc72d3d4ab58fa27cd54cc) Merge pull request [#425](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/425) from marshmallow-code/strip_empty_tags_from_docs - [`f554c48`](https://github.com/marshmallow-code/apispec/commit/f554c4868ca97ddbafaa63e5cbbef0655e51eb42) Strip tags from doc if empty - [`14b4762`](https://github.com/marshmallow-code/apispec/commit/14b476243cb235712a0266d0b77237d349fc3a55) Merge pull request [#421](https://github-redirect.dependabot.com/marshmallow-code/apispec/issues/421) from marshmallow-code/strip_empty_subsections_from_docs - Additional commits viewable in [compare view](https://github.com/marshmallow-code/apispec/compare/0.38.0...1.2.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.