-
Notifications
You must be signed in to change notification settings - Fork 705
New release #8999
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
base: master
Are you sure you want to change the base?
New release #8999
Conversation
Co-authored-by: waghanza <[email protected]>
Co-authored-by: waghanza <[email protected]>
Co-authored-by: waghanza <[email protected]>
…-instruction Add Docker healthcheck wait with 60-second timeout
Co-authored-by: waghanza <[email protected]>
…ations-rails Remove CSRF bypass anti-pattern from ruby/rails implementation
Co-authored-by: waghanza <[email protected]>
…erformance-again Optimize Rakefile: improve file I/O, fix double bracket bug, enhance code quality
Co-authored-by: waghanza <[email protected]>
Revert PR #8985: Restore original Rakefile implementation
Update dependency ch.qos.logback:logback-classic to v1.5.23
…ojo-exec-maven-plugin-3.x Update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.3
Co-authored-by: waghanza <[email protected]>
…ds-benchmarker Fix rake commands: YAML parsing error and hash access typo
Update php Docker tag to v8.5
…omicro-go-zero-1.x Update module github.com/zeromicro/go-zero to v1.9.4
…f-gf-v2-2.x Update module github.com/gogf/gf/v2 to v2.9.7
Update Rust crate salvo to 0.86
chore(deps): update denoland/deno docker tag to v2.6.4
Update Grip dependency version to 4.1.0
…yala-fasthttp-1.x fix(deps): update module github.com/valyala/fasthttp to v1.69.0
fix(deps): update dependency mezzio/mezzio to ~3.27.0
…-0.x fix(deps): update dependency metosin:reitit to v0.10.0
…ork-12.x fix(deps): update dependency laravel/framework to ~12.46.0
fix(deps): update dependency com.linecorp.armeria:armeria to [1.35,1.36)
chore(deps): update dependency starlette to >=0.51,<0.52
…rm.version fix(deps): update quarkus.platform.version to v3.30.6
|
@sy-records seems that hyperf could not be used in 8.4 0.303 No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
0.304 Loading composer repositories with package information
0.766 Updating dependencies
0.797 Your requirements could not be resolved to an installable set of packages.
0.797
0.797 Problem 1
0.797 - Root composer.json requires hyperf/http-server ~3.1.0 -> satisfiable by hyperf/http-server[v3.1.0, ..., v3.1.65].
0.797 - hyperf/http-message[v3.1.0, ..., v3.1.65] require laminas/laminas-mime ^2.7 -> satisfiable by laminas/laminas-mime[2.7.0, ..., 2.12.0].
0.797 - hyperf/http-server[v3.1.0, ..., v3.1.65] require hyperf/http-message ~3.1.0 -> satisfiable by hyperf/http-message[v3.1.0, ..., v3.1.65].
0.797 - hyperf/http-server v3.1.57 requires hyperf/engine ~3.1.0 -> found hyperf/engine[dev-di-optimize, dev-master, dev-dev, v1.0.0, ..., 1.x-dev, v2.0.0-beta.1, ..., 2.15.x-dev (alias of dev-master)] but it does not match the constraint.
0.797 - laminas/laminas-mime[2.9.0, ..., 2.10.0] require php ^7.3 || ~8.0.0 || ~8.1.0 -> your php version (8.4.16) does not satisfy that requirement.
0.797 - laminas/laminas-mime 2.11.0 requires php ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.4.16) does not satisfy that requirement.
0.797 - laminas/laminas-mime 2.12.0 requires php ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.16) does not satisfy that requirement.
0.797 - laminas/laminas-mime[2.7.0, ..., 2.7.4] require php ^5.6 || ^7.0 -> your php version (8.4.16) does not satisfy that requirement.
0.797 - laminas/laminas-mime 2.8.0 requires php ^7.3 || ~8.0.0 -> your php version (8.4.16) does not satisfy that requirement.
0.797
0.797 Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems. |
Nop That's why I do not understand. After sieging at a certain concurrency, fibers seems to hang |
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.24
|
@natanfelles aplus is failing. could you take a look ? |
|
Several tests with PHP-FPM are failing... The "502 Bad Gateway" error occurs because nginx is unable to communicate with PHP-FPM. It could be that PHP-FPM is down or the fastcgi_pass link is broken. I haven't found a solution yet. |
|
I fount it locally @natanfelles, php-fpm config changes on latest docker image |
Missing frameworks