Skip to content

chore: release v0.8.0 - #425

Merged
sd2k merged 2 commits into
mainfrom
release-plz-2026-09-11T15-58-05Z
Sep 19, 2026
Merged

sd2k merged 2 commits into
mainfrom
release-plz-2026-09-11T15-58-05Z

Conversation

@eryx-release-plz

@eryx-release-plz eryx-release-plz Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • eryx-macros: 0.7.2 -> 0.8.0
  • eryx-runtime: 0.7.2 -> 0.8.0 (✓ API compatible changes)
  • eryx-vfs: 0.7.2 -> 0.8.0 (✓ API compatible changes)
  • eryx: 0.7.2 -> 0.8.0 (⚠ API breaking changes)
  • eryx-precompile: 0.7.2 -> 0.8.0

eryx breaking changes

--- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] ---

Description:
A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.50.0/src/lints/enum_marked_non_exhaustive.ron

Failed in:
  enum NetRequest in /tmp/.tmpL2zRQ9/eryx/crates/eryx/src/wasm.rs:246
  enum FileScrubPolicy in /tmp/.tmpL2zRQ9/eryx/crates/eryx/src/secrets.rs:41
  enum FileScrubPolicy in /tmp/.tmpL2zRQ9/eryx/crates/eryx/src/secrets.rs:41
  enum CallbackOutcome in /tmp/.tmpL2zRQ9/eryx/crates/eryx/src/replay.rs:146
  enum CallbackOutcome in /tmp/.tmpL2zRQ9/eryx/crates/eryx/src/replay.rs:146
  enum TraceEventKind in /tmp/.tmpL2zRQ9/eryx/crates/eryx/src/trace.rs:23
  enum OutputScrubPolicy in /tmp/.tmpL2zRQ9/eryx/crates/eryx/src/secrets.rs:106
  enum OutputScrubPolicy in /tmp/.tmpL2zRQ9/eryx/crates/eryx/src/secrets.rs:106

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.50.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field reset_on_release of struct PoolConfig, previously in file /tmp/.tmpj15QSj/eryx/src/pool.rs:106
  field reset_on_release of struct PoolConfig, previously in file /tmp/.tmpj15QSj/eryx/src/pool.rs:106
Changelog

eryx-runtime

eryx-runtime - 0.8.0 - 2026-09-19

Added

  • [breaking] change stdout/stderr from string to bytes across the full stack (#448)

eryx-vfs

eryx-vfs - 0.8.0 - 2026-09-19

Other

  • (vfs) replace cap-std with cap-primitives (#436)

eryx

eryx - 0.8.0 - 2026-09-19

Added

  • (python) expose factory-backed SandboxPool with safe lease lifecycle (#456)
  • [breaking] change stdout/stderr from string to bytes across the full stack (#448)
  • (net) add explicit connection cleanup for reused sessions (#446)

Other

  • (net) make NetRequest non-exhaustive (#447)

eryx-precompile

eryx-precompile - 0.8.0 - 2026-09-19

Added

  • [breaking] change stdout/stderr from string to bytes across the full stack (#448)


This PR was generated with release-plz.

@eryx-release-plz eryx-release-plz Bot changed the title chore: release v0.7.2 chore: release v0.7.3 Sep 14, 2026
@eryx-release-plz
eryx-release-plz Bot force-pushed the release-plz-2026-09-11T15-58-05Z branch from 9617e4d to aa85271 Compare September 14, 2026 05:30
@github-actions

github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

@eryx-release-plz
eryx-release-plz Bot force-pushed the release-plz-2026-09-11T15-58-05Z branch 17 times, most recently from 21c1d3f to 037ceab Compare September 17, 2026 10:09
@eryx-release-plz eryx-release-plz Bot changed the title chore: release v0.7.3 chore: release v0.8.0 Sep 17, 2026
@eryx-release-plz
eryx-release-plz Bot force-pushed the release-plz-2026-09-11T15-58-05Z branch 9 times, most recently from 2117927 to e3f891d Compare September 18, 2026 16:08
@eryx-release-plz
eryx-release-plz Bot force-pushed the release-plz-2026-09-11T15-58-05Z branch from e3f891d to 8d77ff8 Compare September 19, 2026 07:06
@eryx-release-plz
eryx-release-plz Bot force-pushed the release-plz-2026-09-11T15-58-05Z branch from 8d77ff8 to a2f4f49 Compare September 19, 2026 07:15
Add detailed release notes covering the stdout/stderr bytes migration,
SandboxPool, and non_exhaustive changes, with per-client migration
guides for Rust, Python, JavaScript, and gRPC consumers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@sd2k
sd2k enabled auto-merge (squash) September 19, 2026 08:31
@sd2k
sd2k merged commit 4eb1c69 into main Sep 19, 2026
31 checks passed
@sd2k
sd2k deleted the release-plz-2026-09-11T15-58-05Z branch September 19, 2026 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant