Gitlab 18.0 has been released. Since there are breaking changes the update will be postponed to July 2025. For a list of breaking changes see https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/. Please prepare yourself and your projects for this update.
On June, 12th between 18:00 and 22:00 gitlab.tugraz.at may not be available (Reason: maintenance work / gitlab updates).
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
nelmio/cors-bundle | require | minor |
2.2.0 -> 2.3.1
|
v2.3.1
Full Changelog: https://github.com/nelmio/NelmioCorsBundle/compare/2.3.0...2.3.1
v2.3.0
CacheableResponseVaryListener
's priority from 0 to -10 to ensure it runs after FrameworkExtraBundle listeners have set their cache headers (#179)
expose_headers
to a wildcard '*'
which exposes all headers, this works as long as allow_credentials is not enabled as per the spec (#132)skip_same_as_origin
flag (default to true which is the old behavior) to allow opting out of skipping the CORS headers in the response if the Origin matches the application's hostname (#178)This MR has been generated by Renovate Bot.