Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: api-platform/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.17
Choose a base ref
...
head repository: api-platform/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.18
Choose a head ref
  • 5 commits
  • 19 files changed
  • 2 contributors

Commits on Feb 8, 2025

  1. fix(laravel): duplicate middleware in routes

    soyuka committed Feb 8, 2025
    Copy the full SHA
    7007dcc View commit details

Commits on Feb 10, 2025

  1. chore: update client-side deps (#6961)

    soyuka authored Feb 10, 2025
    Copy the full SHA
    6b035a6 View commit details

Commits on Feb 14, 2025

  1. fix(symfony): detach objects to prevent loop when using Doctrine midd…

    …leware and Mercure (#6936) (#6965)
    LaurentHuzard authored Feb 14, 2025
    Copy the full SHA
    d2e1963 View commit details

Commits on Feb 21, 2025

  1. fix(laravel): handle route prefix (#6978)

    fixes #6969
    soyuka authored Feb 21, 2025
    Copy the full SHA
    a16147a View commit details
  2. docs: v4.0.18

    soyuka committed Feb 21, 2025
    Copy the full SHA
    21bf7b1 View commit details
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v4.0.18

### Bug fixes

* [7007dcca8](https://github.com/api-platform/core/commit/7007dcca8649814d871db7abe0fd65dc9c94a176) fix(laravel): duplicate middleware in routes
* [a16147ab7](https://github.com/api-platform/core/commit/a16147ab7b36f5238700c6ee9ee9253ce1424808) fix(laravel): handle route prefix (#6978)
* [d2e1963c5](https://github.com/api-platform/core/commit/d2e1963c56733b3174ae37cbc27a1374eba80bee) fix(symfony): detach objects to prevent loop when using Doctrine middleware and Mercure (#6936) (#6965)


### Features

## v4.0.17

### Bug fixes
@@ -2997,4 +3008,4 @@ Please read #2825 if you have issues with the behavior of Readable/Writable Link
## 1.0.0 beta 2

* Preserve indexes when normalizing and denormalizing associative arrays
* Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance
* Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance
Loading