Skip to content

Bump nelmio/api-doc-bundle from 3.9.0 to 4.6.2#796

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/nelmio/api-doc-bundle-4.6.2
Closed

Bump nelmio/api-doc-bundle from 3.9.0 to 4.6.2#796
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/nelmio/api-doc-bundle-4.6.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 20, 2021

Bumps nelmio/api-doc-bundle from 3.9.0 to 4.6.2.

Release notes

Sourced from nelmio/api-doc-bundle's releases.

v4.6.2

No release notes provided.

Fix support of apps without twig

No release notes provided.

Allow to dump a static archive with the API documentation

No release notes provided.

Log model name conflicts, and fix deprecations

No release notes provided.

Add compound constraints support

No release notes provided.

v4.3.0

v4.2.0

No release notes provided.

v4.1.1

No release notes provided.

Adds php 8 support and extend the documentation of form types with the support of @OA\Schema

No release notes provided.

v4.0.1

No release notes provided.

Final version of 4.0!

This new major version brings OpenApi 3.0 support, a huge thank to all our contributors, reviewers, and to people who reported the issues they were facing!

Please see the upgrading guide https://github.com/nelmio/NelmioApiDocBundle/blob/master/UPGRADE-4.0.md), I hope you'll enjoy this new version :)

Second beta of NelmioApiDocBundle version 4!

This version adds @SerializedName annotation support, FOSRestBundle 3.x support, it also leverages the oneOf feature to support compound types such as MyType|MyOtherType.

It also fixes several bugs from the first beta (see nelmio/NelmioApiDocBundle@v4.0.0-BETA1...v4.0.0-BETA2).

Please try it out and give us your feedback!

v3.9.1

No release notes provided.

Changelog

Sourced from nelmio/api-doc-bundle's changelog.

CHANGELOG

4.0.0

  • Added support of OpenAPI 3.0. The internals were completely reworked and this version introduces BC breaks.

3.7.0

  • Added @SerializedName annotation support and name converters when using Symfony >= 4.2.
  • Removed pattern added from the Expression Violation message.
  • Added FOSRestBundle 3.x support
  • Added @SWG annotations support at methods level in models

3.3.0

3.2.0 (2018-03-24)

  • Add a documentation form extension. Use the documentation option to define how a form field is documented.

  • Allow references to config definitions in controllers.

  • Using @Model implicitely in @SWG\Schema, @SWG\Items and @SWG\Property is deprecated. Use ref=@Model() instead.

    Before:

    /**
     * This was considered as an array of models.
     *
     * @SWG\Property(@Model(type=FooClass::class))
     */

    After:

    /**
     * For an individual object:
     * @SWG\Property(ref=@Model(type=FooClass::class))
     *
     * For an array:
     * @SWG\Property(type="array", @SWG\Items(ref=@Model(type=FooClass::class)))
     */

... (truncated)

Commits
  • efa83ca Fix OpenApiRenderer list could be null (#1881)
  • 653a1f1 Fix path to index.html.twig in documentation (#1883)
  • 9c729ab Fix support without twig (#1878)
  • b53edda Merge pull request #1842 from zdenekdrahos/html-dump
  • 67bd715 Merge pull request #1869 from Nemrtvej/mm-update-swagger-ui
  • d73dd8f Update swagger-ui to 3.52.0
  • 22b1a7e Add @​internal to renderer classes
  • 69d0797 symfony/property-info is a mandatory dependency
  • 2f25ca6 Merge pull request #1863 from onatskyy/fix_getCollectionValueType_deprecation
  • 0667881 Fix Symfony\Component\PropertyInfo\Type::getCollectionValueType() deprecation...
  • 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)

Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 3.9.0 to 4.6.2.
- [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CHANGELOG.md)
- [Commits](nelmio/NelmioApiDocBundle@v3.9.0...v4.6.2)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 20, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 13, 2021

Superseded by #814.

@dependabot dependabot Bot closed this Dec 13, 2021
@dependabot dependabot Bot deleted the dependabot/composer/nelmio/api-doc-bundle-4.6.2 branch December 13, 2021 11:12
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants