Release 0.9.0#243
Merged
Merged
Conversation
Config:
- Bump package version 0.8.0 -> 0.9.0 in Cargo.toml and Cargo.lock.
- Rotate .github/supported-versions.yml: 0.9.0 becomes latest, 0.8.0 moves to previous (drops 0.7.0 from the matrix).
Docs:
- Finalize CHANGELOG: promote [Unreleased] to [0.9.0] - 2026-06-25 (async task composition / ASYNC_MAX_FIBERS, PROFILER_EXCLUDE_PATHS, INTERNAL_ALLOW_IPS, await timeout cancellation, internal-server hardening, channel send-waiter fix), add fresh empty [Unreleased] and the v0.9.0 release link.
- Sweep current-version image tags and version examples to 0.9.0 across docs/{en,ru,zh}, the three READMEs, oxphp.stub.php @Version, and the examples/dockerfile template.
- Regenerate llms.txt / llms-full.txt from docs/en.
- Regenerate THIRD_PARTY_LICENSES.html (offline) — only the oxphp self-entry version line changes.
Tests:
- Update version-coupled speedscope fixture exporter to oxphp/0.9.0 so speedscope_matches_fixture stays green.
This file contains hidden or 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
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.
Prepares the 0.9.0 release.
Version bump
Cargo.toml/Cargo.lock:0.8.0→0.9.0.github/supported-versions.yml:0.9.0latest,0.8.0previousversionexamples swept acrossdocs/{en,ru,zh}, the three READMEs,oxphp.stub.php, and theexamples/dockerfiletemplatellms.txt/llms-full.txtregenerated fromdocs/enTHIRD_PARTY_LICENSES.htmlregenerated offline (only theoxphpself-entry line changes)oxphp/0.9.0CHANGELOG
[Unreleased]promoted to[0.9.0] - 2026-06-25; a fresh empty[Unreleased]and thev0.9.0release link added. Highlights:oxphp_async),ASYNC_MAX_FIBERS, async in-flight gauges,PROFILER_EXCLUDE_PATHS,INTERNAL_ALLOW_IPSawaittimeout now cancels the abandoned task; port-onlyINTERNAL_ADDRbinds loopback;/configscrubbed; off-host internal-listener startup warningawaitreject;await_allearly-bail cancellationVerification
speedscope_matches_fixtureand the profiler-export fixture suite pass on host0.8.0outside CHANGELOG history and thepreviousmatrix entry