This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summarySwitched build backend from maturin to hatchling, removed openssl-sys dependency enabling manylinux builds.
Full changelog
What's new in v0.1.1
CLI
- Pixel art logo — J-shaped vertical jet (body IS the letter J) rendered in 24-bit ANSI colour on
jamjet devstartup andjamjet --version --version/-Vflag — prints version with logo and exits
Packaging
- Switched build backend from maturin to hatchling (pure Python wheel)
- Rust
jamjet-serverbinaries distributed as GitHub Release assets; CLI auto-downloads on firstjamjet dev - Removed
openssl-sysdependency:reqwestnow usesrustls-tls— enables manylinux builds without OpenSSL headers
CI fixes
- Fixed
cargo fmtformatting inworkers/src/executors/eval.rs - Added missing
use std::collections::HashMapinapi/src/secrets.rstest module - Fixed
cargo auditflag (--deny unsoundreplaces invalid--deny vulnerabilities) - Reformatted Python files with
ruff format/ruff check --fix - Added
types-PyYAMLdev dependency; adjusted mypy config for JSON-heavy code patterns - Fixed
list[BaseScorer]type annotation in eval CLI command
Website
- Added pixel art logo to jamjet.dev docs sidebar and hero section
Breaking Changes
- Removed `openssl-sys` dependency; `reqwest` now uses `rustls-tls`, altering runtime requirements and enabling manylinux builds without OpenSSL headers.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About jamjet-labs/jamjet
Durable, agent-native AI runtime with native MCP client + server and A2A support. Rust core for performance, Python authoring for ergonomics. Features graph-based workflows, durable execution, and multi-agent coordination.
Related context
Related tools
Earlier breaking changes
- v0.8.1 PyPI description changed to "safety layer for AI agents"
Beta — feedback welcome: [email protected]