Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump apispec from 4.7.1 to 5.1.0 #266

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2021

Bumps apispec from 4.7.1 to 5.1.0.

Changelog

Sourced from apispec's changelog.

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)
  • Add BasePlugin.header_helper and MarshmallowPlugin.header_helper (:pr:703).

Bug fixes:

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

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).
  • Don't build schema component reference in OpenAPIConverter.resolve_nested_schema. This is done later in Components (:pr:700).
  • MarshmallowPlugin: resolve schemas in allOf, oneOf, anyOf and not (:pr:701). Thanks :user:stefanv for the initial work on this.

Other changes:

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

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).

Other changes:

  • Don't use deprecated missing marshmallow field attribute but use load_default instead (:pr:692).
  • 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).
  • Drop support for marshmallow < 3.13.0 (:pr:692).
Commits
  • 9c6f120 Bump version and update CHANGELOG
  • 45b2dfc Merge pull request #704 from marshmallow-code/plugin_helpers_get_copies
  • 41bdfa0 Ensure plugin helpers get component copies
  • 5932e61 Merge pull request #703 from marshmallow-code/header_helper
  • 521bee2 Add MarshmallowPlugin.header_helper
  • a4065c0 Improve MarshmallowPlugin.parameter_helper tests
  • 8af46c4 Add BasePlugin.header_helper
  • d5cd8ab Merge pull request #702 from marshmallow-code/lazy_components
  • 0d659b2 Update docs about components lazy registration
  • 129abc2 Lazy component registration
  • Additional commits viewable in compare view

Dependabot compatibility score

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2021
Bumps [apispec](https://github.com/marshmallow-code/apispec) from 4.7.1 to 5.1.0.
- [Release notes](https://github.com/marshmallow-code/apispec/releases)
- [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/apispec@4.7.1...5.1.0)

---
updated-dependencies:
- dependency-name: apispec
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/apispec-5.1.0 branch from 0442b76 to b755f8f Compare August 23, 2021 08:38
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 28, 2021

Superseded by #287.

@dependabot dependabot bot closed this Sep 28, 2021
@dependabot dependabot bot deleted the dependabot/pip/apispec-5.1.0 branch September 28, 2021 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants