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

fix(deps): update dependency api-platform/core to v4 #238

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
api-platform/core (source) 3.3.6 -> 4.0.9 age adoption passing confidence

Release Notes

api-platform/core (api-platform/core)

v4.0.9

Compare Source

Bug fixes

Also contains v3.4.6 changes.

Features

v4.0.8

Compare Source

What's Changed

Full Changelog: api-platform/core@v4.0.7...v4.0.8

v4.0.7

Compare Source

Bug fixes
  • 17c916c3a fix(symfony): BackedEnumProvider typo fix (#​6769)
  • 216d9ccaa fix(serializer): fetch type on normalization error when possible (#​6761)
  • 2f967d934 fix(doctrine): throw an exception when a filter is not found in a parameter (#​6767)
  • 6c9b508b0 fix(laravel): remove link header when jsonld is not enabled (#​6768)
  • 736ca045e fix(validator): allow to pass both a ConstraintViolationList and a previous exception (#​6762)
  • 9ac3661b6 fix(hydra): store and use hydra context in a local variable (#​6765)
Features

v4.0.6

Compare Source

Bug fixes
Features

v4.0.5

Compare Source

Bug fixes
Features

v4.0.4

Compare Source

Bug fixes
Features

v4.0.3

Compare Source

Bug fixes
  • 025f63e69 fix(laravel): route registration of EntrypointController should be last (#​6667)
  • 2b4937a3e fix(laravel): eloquent accessors (#​6668)
  • 4312a1f55 fix(metadata): register parameters on graphql operations
  • 6d4e24883 fix(laravel): hiding/showing relationships (#​6679)
  • 85306f2f5 fix(laravel): swagger ui authentication (#​6661)
  • a6e37068e fix(laravel): use Model::qualifyColumn instead of hardcoding $table.$column (#​6658)
  • b0d5a2ade fix(laravel): register global middleware to secure non-rest routes
  • f9d96e546 fix(metadata): graphql can be disabled but with an existing operation
Features

v4.0.2

Compare Source

Bug fixes
  • 219199db3 fix(symfony): missing alias to serializer context builder interface (#​6643)
  • 5f943e3bb fix(graphql): wrong exception namespace (#​6647)
  • 72a0b669a fix(serializer): remove serializer context builder interface
  • 88bd8c3e1 fix(laravel): installation command, fix config overwrites (#​6649)
  • 93314b08d fix(serializer): allow state's SerializerFilterContextBuilderInterface (#​6632)
  • 9a0afc917 fix(serializer): remove unnecessary dependency
  • c47e2996e fix: default format and standard_put values
  • e327f5f69 fix(symfony): namespace of path segment name generator services (#​6642)

Notes:

standard_put=true is now the default, you can set it to false using extra_properties.defaults

v4.0.1

Compare Source

Bug fixes
Features

v4.0.0

Compare Source

Bug fixes
Features

v3.4.6

Compare Source

Bug fixes

v3.4.5

Compare Source

Bug fixes

v3.4.4

Compare Source

Bug fixes

v3.4.3

Compare Source

Bug fixes
  • 3ca599158 fix(hydra): hydra_prefix on errors (#​6704)
  • f7f605dc8 fix: check that api-platform/ramsey-uuid is installed before registering related services (#​6696)
  • fbb53e5e3 fix(symfony): metadata aware name converter has 0 arguments by default (#​6711)

v3.4.2

Compare Source

Bug fixes
  • 0ca76fc89 fix(elasticsearch): allow elasticsearch 7 (#​6689)
  • 15d61c4b7 fix(metadata): using parameters in fromClass and toClass uriVariables' options (#​6663)
  • 2e2044636 fix(metadata): parameter provider in a long running http worker (#​6683)
  • 4c58b33e8 fix(jsonapi): fixed definition name to allow using the same class names in different namespaces (#​6676)
  • 4f5f56756 fix: remove hydra prefix on errors (#​6624)
  • afe7d47d7 fix(metadata): passing class as parameter in XML ApiResource's definition (#​6659)
  • b93ee467c fix(metadata): overwriting XML ApiResource definition by YAML ApiResource definition (#​6660)

v3.4.1

Compare Source

Bug fixes
  • 219199db3 fix(symfony): missing alias to serializer context builder interface (#​6643)
  • 5f943e3bb fix(graphql): wrong exception namespace (#​6647)
  • 93314b08d fix(serializer): allow state's SerializerFilterContextBuilderInterface (#​6632)
  • 9a0afc917 fix(serializer): remove unnecessary dependency
  • e327f5f69 fix(symfony): namespace of path segment name generator services (#​6642)

v3.4.0

Compare Source

Deprecations:

Namespaces like ApiPlatform/Api or ApiPlatform/Util are deprecated and will be removed in 4.0.
You should now install api-platform/symfony instead of api-platform/core.

Read the upgrade guide for detailed steps.

Bug fixes

Various fixes for components isolation.

Features

v3.3.14

Compare Source

Bug fixes
  • 4c58b33e8 fix(jsonapi): fixed definition name to allow using the same class names in different namespaces (#​6676)

v3.3.13

Compare Source

Bug fixes

v3.3.12

Compare Source

Bug fixes
  • 0a461d749 fix(symfony): allow schema restriction for collection like property from choice constraint (#​6520)
  • 0e91b0451 fix: use correct class in FilterValidationException deprecation message (#​6549)
  • 2da8dd326 fix(symfony): replace tagged by tagged_iterator
  • 3b42c9ff2 fix: deserialization path for not denormalizable relations collected errors (#​6537)
  • 41deeb4e4 fix(symfony): fix debug:api-resource command for class with multiple resources with same uriTemplate (#​6505)
  • 52fd9818b fix(elasticsearch): change normalize return type to compatible with other normalizers (#​6493)
  • b3d7c0768 fix(openapi): allow null return type parameter

v3.3.11

Compare Source

Features

v3.3.10

Compare Source

Bug fixes

v3.3.9

Compare Source

Bug fixes

v3.3.8

Compare Source

Bug fixes
Features

These are enhancement to the experimental Parameter feature:

v3.3.7

Compare Source

Bug fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Sep 19, 2024
@renovate renovate bot force-pushed the renovate/api-platform-core-4.x branch 2 times, most recently from 45e8fe0 to f5d5d75 Compare September 23, 2024 10:42
@renovate renovate bot force-pushed the renovate/api-platform-core-4.x branch 5 times, most recently from ac4cccc to 8b215ce Compare October 11, 2024 13:52
@renovate renovate bot force-pushed the renovate/api-platform-core-4.x branch 5 times, most recently from ff30b19 to 4c35ec1 Compare October 28, 2024 11:29
@renovate renovate bot force-pushed the renovate/api-platform-core-4.x branch 3 times, most recently from d5ad199 to e96ba65 Compare November 6, 2024 22:33
@renovate renovate bot force-pushed the renovate/api-platform-core-4.x branch 3 times, most recently from 62394f2 to 0cca399 Compare November 13, 2024 19:54
@renovate renovate bot force-pushed the renovate/api-platform-core-4.x branch from 0cca399 to d31ef47 Compare November 15, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants