chore(deps): update dependency api-platform/json-schema to v4.3.1 - autoclosed#9230
Closed
renovate[bot] wants to merge 1 commit intodevelfrom
Closed
chore(deps): update dependency api-platform/json-schema to v4.3.1 - autoclosed#9230renovate[bot] wants to merge 1 commit intodevelfrom
renovate[bot] wants to merge 1 commit intodevelfrom
Conversation
Contributor
Author
|
215be2b to
3e6c329
Compare
3e6c329 to
49ee685
Compare
auto-merge was automatically disabled
March 21, 2026 21:03
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.2.20→4.3.1Release Notes
api-platform/core (api-platform/json-schema)
v4.3.1Compare Source
What's Changed
New Contributors
Full Changelog: api-platform/core@v4.3.0...v4.3.1
v4.3.0Compare Source
Features
SkipAutoconfigureattribute (#7467)Bug fixes
Breaking changes
@typewithoutputanditemUriTemplate: When usingoutputwithitemUriTemplateon a collection operation, the JSON-LD@typenow uses the resource class name instead of the output DTO class name for semantic consistency withitemUriTemplatebehavior. Update any client code that relies on the DTO class name in@type.property(#7681): Doctrine parameter-based filters (ExactFilter,IriFilter,PartialSearchFilter,UuidFilter) now throwInvalidArgumentExceptionif thepropertyattribute is missing. If you have filter parameters without an explicitproperty, you must either add one or use the:propertyplaceholder in your parameter name.$classMetadata->markReadOnly()) will no longer expose PUT and PATCH operations. Clients sending PUT/PATCH to these resources will receive a 404. If you need write operations on readonly entities, explicitly define them in yourApiResourceattribute.Behavioral changes
@idnow always uses#ShortName(#7771): Hydra documentation classes now consistently use#ShortNameas their@idinstead of schema.org type URIs (e.g.schema:Product). This resolves class identifier collisions when multiple resources shared the same semantic type, which previously caused api-doc-parser conflation. Semantic types configured viatypesare now exposed throughrdfs:subClassOf. Clients should expect class@idand property range changes in the Hydra documentation if resources had customtypesconfigured.isGrantedevaluated before provider (#7500): Security expressions are now evaluated before the state provider runs. Expressions that do not reference theobjectvariable will be checked earlier (at thepre_readstage), improving security by preventing unnecessary database queries on unauthorized requests. Expressions that referenceobjectstill wait for the provider to resolve the entity. Review any security expressions that relied on provider side-effects running before authorization.AllowandAccept-Postheaders per the Linked Data Platform specification. These are informational headers that help clients discover API capabilities and should not break existing integrations.?ui=scalar. To disable it, setenable_scalar: falsein your API Platform configuration.v4.2.22Compare Source
What's Changed
New Contributors
Full Changelog: api-platform/core@v4.2.21...v4.2.22
v4.2.21Compare Source
Bug fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.