Skip to content

Latest commit

 

History

History
74 lines (35 loc) · 3.76 KB

File metadata and controls

74 lines (35 loc) · 3.76 KB

Changelog

0.4.1 (2026-05-03)

Bug Fixes

  • Bump manylinux to 2_28 and add wheel smoke (#34) (298c5d7)

0.4.0 (2026-05-03)

⚠ BREAKING CHANGES

  • edgeflow.deploy() now returns a Deployment dataclass instead of a dict. EDGEFLOW_SERVER env var or explicit server= kwarg is now required: the silent localhost fallback was removed because it hid configuration mistakes.

Features

  • Bring Python SDK to parity with the CLI (#28) (0c6dbae)
  • Make CORS opt-in via env var (#18) (c9a19c5)
  • Schema-driven inputs for named and image targets (#25) (1ae7035)

Bug Fixes

  • Bump cli edgeflow-client dep alongside workspace version (#31) (84e40ce)

Performance

  • Pool wire buffers and drop legacy WASM path (#10) (ea06ed8)

Refactor

0.3.0 (2026-04-25)

⚠ BREAKING CHANGES

  • Replace pre-transform double-instantiation with transform-from (#5)

Bug Fixes

  • Add boosting extras for xgboost and lightgbm onnx export (#8) (eda4239)
  • Compose first deploys stuck in pending state (#7) (073e431)
  • Run preprocess pre-transforms on JSON array inputs (9f50b3f)

Refactor

  • Replace pre-transform double-instantiation with transform-from (#5) (e7bddfa)

0.2.1 (2026-04-25)

Bug Fixes

0.2.0 (2026-04-25)

Features

Bug Fixes

  • Use simple release-type for cargo workspace (37f8530)