Skip to content

v0.1.0-alpha.14

Choose a tag to compare

@luccast luccast released this 26 Feb 19:25
· 206 commits to main since this release
6f974e8

This release wraps up the M3.5 prototype work and includes follow-up reliability fixes from production CI.

What’s new

  • M3.5 prototype scope completed across observability, streaming robustness, benchmark gates, and release polish.
  • OpenTelemetry export path for GenAI spans is now wired (config-gated via otel.enabled).
  • Watch dashboard improvements: event filtering, clear warn/block indicators, and stronger test coverage.
  • Install hardening: release installer now verifies checksums and supports Linux + macOS paths cleanly.
  • Sustained benchmark coverage added for proxy, queue, and SQLite throughput behavior.

Reliability improvements in this patch

  • Fixed CI lint blockers (errcheck/staticcheck updates).
  • Stabilized flaky proxy integration tests by retrying transient transport reset errors in test-only request paths.

Why this matters

This release is focused on making Crabwise easier to trust in day-to-day use: better visibility (OTel + watch), stronger safety checks (installer verification), and more reliable CI/test gates.

Upgrade

curl -sSfL https://raw.githubusercontent.com/crabwise-ai/crabwise/main/install.sh | VERSION=0.1.0-alpha.14 bash