-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 11.5 #1007
Merged
Release 11.5 #1007
Conversation
This file contains 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
Fix QOL aliases and allow multiple devenvs to run simultanously.
Address CVE-2024-45338 by upgrading golang.org/x/net to v0.33.0 go get golang.org/x/[email protected] go: upgraded golang.org/x/net v0.23.0 => v0.33.0 go: upgraded golang.org/x/sys v0.18.0 => v0.28.0 go: upgraded golang.org/x/text v0.14.0 => v0.21.0
Co-authored-by: Michal Nowacki <[email protected]>
Concerns about future/past proofing to the checking prioritized the non-eval implementation vs using the eval method for checking the version. However, aws-sdk-php internal functions frequently change without notice in the release notes. An extra eval is used to avoid the fatal error that would occur in the VERY unlikely event of Aws/Sdk.php not being found and which addresses the previous concerns while decoupling versioning from internal functions.
Fix agent build scan by pinning runner to ubuntu-22.04. ubuntu-24.04, which is what ubuntu-latest has recently become, doesn't have agent's build dependency (libpcre3-dev) installed.
`codeql-action/upload-sarif` needs to know where the scanned code was checked out if it has been checked out to a subdir of `github.workspace`.
Bumps monolog and guzzle versions for 8.4 support from those libraries. monolog2 -> 2.10 monolog3 -> 3.8 guzzle -> 7.9.2 Adds 8.4 to builds/tests/installers. Requires some updates to our make/configure scripts to adapt to changes in PHP autoconf macros. Adjusts tests to account for new closure naming in PHP 8.4 Adjusts tests to account for deprecation of E_USER_ERROR --------- Co-authored-by: James <[email protected]> Co-authored-by: Michal Nowacki <[email protected]>
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1007 +/- ##
==========================================
- Coverage 78.68% 78.04% -0.64%
==========================================
Files 196 196
Lines 27047 27105 +58
==========================================
- Hits 21281 21155 -126
- Misses 5766 5950 +184
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
bduranleau-nr
approved these changes
Jan 9, 2025
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.
No description provided.