update lock clucknut
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
Build, Push and Deploy / build-and-push (push) Successful in 3m14s
Build, Push and Deploy / deploy-staging (push) Successful in 25s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-18 20:32:18 +07:00
parent 4554035227
commit dcaf267458
3359 changed files with 153185 additions and 205489 deletions

View File

@@ -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