Skip to content

Releases: eggstack/eggress

eggress v1.0.7

Choose a tag to compare

@github-actions github-actions released this 15 Sep 03:45

Prebuilt CLI binaries for v1.0.7. See docs/INSTALLATION.md for install, checksum, and update guidance.

eggress v1.0.6

Choose a tag to compare

@github-actions github-actions released this 12 Sep 02:00

Prebuilt CLI binaries for v1.0.6. See docs/INSTALLATION.md for install, checksum, and update guidance.

eggress v1.0.4

Choose a tag to compare

@dbowm91 dbowm91 released this 04 Sep 19:25

eggress v1.0.4

Bug-fix rollup since v1.0.2: workspace-wide audit corrections (proxy resource
and auth handling, runtime/protocol fixes, port matcher, composite and loopback
routing, validation hardening), an outbound pproxy://__ chain correction with
fail-closed redacted errors, a Python smoke-workflow fix, and documentation
reconciliation (release policy, architecture deep dives).

Version note: 1.0.3 was skipped

1.0.3 was published to crates.io but never tagged or announced. Its install
check exposed a packaging defect: eggress-config embedded
docs/parity/composition_matrix.toml via an escaping include_str!, so the
crate (and 6 dependents) could not compile from the registry. The matrix is now
vendored inside eggress-config with a sync test against the canonical
docs/parity/ copy. All 26 crates were republished as 1.0.4, the registry
install check passes (cargo install eggress-cli --version 1.0.4), and the 7
affected 1.0.3 versions were yanked. This is also the first release published
to PyPI (the tag workflow's coherence gate misread the workspace-inherited
binding version, which additionally meant 1.0.2 never reached PyPI).

Channels

  • crates.io: all 26 eggress-* crates at 1.0.4.
  • PyPI: eggress 1.0.4 (five cp39-abi3 wheels plus sdist).
  • GitHub: tag v1.0.4 on this release.

v1.0.2

Choose a tag to compare

@dbowm91 dbowm91 released this 19 Aug 07:41

Release 1.0.2 — README offloaded to docs, capability checklist extracted.