update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
19
vendor/kreait/firebase-php/CHANGELOG.md
vendored
19
vendor/kreait/firebase-php/CHANGELOG.md
vendored
@@ -5,6 +5,22 @@ # CHANGELOG
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [7.24.1] - 2025-11-27
|
||||
|
||||
* Added support for `firebase/php-jwt:^7.0.2` to remediate the vulnerabilities [PKSA-y2cr-5h3j-g3ys](https://github.com/advisories/GHSA-2x45-7fc3-mxwq) and [CVE-2025-4659](https://nvd.nist.gov/vuln/detail/CVE-2025-45769).
|
||||
|
||||
### Changed
|
||||
|
||||
* `Factory::withHttpLogger()` and `Factory::withHttpDebugLogger()` have been deprecated. If you're using these methods,
|
||||
you can use `HttpClientOptions` instead.
|
||||
([Documentation](https://firebase-php.readthedocs.io/en/latest/setup.html#logging))
|
||||
|
||||
### Deprecated methods
|
||||
|
||||
* `Kreait\Firebase\Factory::withHttpLogger()`
|
||||
* `Kreait\Firebase\Factory::withHttpDebugLogger()`
|
||||
* `Kreait\Firebase\Http\Middleware::log()`
|
||||
|
||||
## [7.24.0] - 2025-11-27
|
||||
|
||||
### Changed
|
||||
@@ -415,7 +431,8 @@ ## 6.x Changelog
|
||||
|
||||
https://github.com/kreait/firebase-php/blob/6.9.6/CHANGELOG.md
|
||||
|
||||
[Unreleased]: https://github.com/kreait/firebase-php/compare/7.24.0...7.x
|
||||
[Unreleased]: https://github.com/kreait/firebase-php/compare/7.24.1...7.x
|
||||
[7.24.1]: https://github.com/kreait/firebase-php/compare/7.24.0...7.24.1
|
||||
[7.24.0]: https://github.com/kreait/firebase-php/compare/7.23.0...7.24.0
|
||||
[7.23.0]: https://github.com/kreait/firebase-php/compare/7.22.0...7.23.0
|
||||
[7.22.0]: https://github.com/kreait/firebase-php/compare/7.21.2...7.22.0
|
||||
|
||||
Reference in New Issue
Block a user