release: v0.5.2 — hugepage memfd + axum-server 0.8 + non-AI recipes#233
Merged
Conversation
Workspace 0.5.1 → 0.5.2. CHANGELOG's "Unreleased" gains the dated v0.5.2 header consolidating the three PRs since v0.5.1: - #230 (hugepage-backed memfd, contributed by @theflashwin — first PR) - #232 (axum-server 0.7→0.8, drops unmaintained rustls-pemfile, closes #192) - #231 (recipes/README reorg + new ci-parallel-pytest recipe) Patch release — no API breaks; all new surface is opt-in (`--hugepages` requires `--live-fork`; recipes are doc-only). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Patch release consolidating three PRs landed since v0.5.1:
--hugepagesflag)axum-server0.7 → 0.8 — drops unmaintainedrustls-pemfile(closes #192)recipes/READMEreorg + newci-parallel-pytestrecipeAll additive — no breaking changes.
--hugepagesrequires--live-fork; old call sites work unchanged.What's in this PR
Cargo.toml: workspaceversion = "0.5.2"sdk/python/pyproject.toml:version = "0.5.2"(will auto-publish to PyPI on tag push)sdk/typescript/package.json:version = "0.5.2"(auto-publish onts-v0.5.2tag)CHANGELOG.md: rolls "Unreleased" into a datedv0.5.2 — 2026-06-08sectionTest plan
v0.5.2+ push → triggersrelease.yml(builds linux tarball + GitHub Release) +publish-pypi.yml(uploadsforkdSDK)ts-v0.5.2+ push → triggerspublish-npm.ymlfor@deeplethe/forkd🤖 Generated with Claude Code