Skip to content

Releases: edgee-cloud/rust-sdk

v2.0.1

14 Jan 06:45

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 Jan 13:49

Choose a tag to compare

v2.0.0 – Major Repository Transition 🚨

⚠️ Breaking change: repository purpose has changed

Starting with v2.0.0, this repository is no longer the Edgee CLI.

Historically, this repo was the CLI used by developers to build, test, and push WebAssembly components to the Edgee platform. As Edgee evolved, this repository has been repurposed to support a new core product surface.

What changed in v2.0.0?

  • This repository is now the Rust SDK for the Edgee AI Gateway API

  • It provides:

    • Strongly-typed Rust bindings
    • Low-level primitives to interact with the AI Gateway
    • A stable foundation for building AI Gateway integrations and tooling in Rust
  • The previous CLI codebase has not been removed, but moved to a dedicated repository

Where is the CLI now?

The original CLI has been relocated here:

👉 https://github.com/edgee-cloud/cli

This new repository contains:

  • Continued maintenance of CLI features
  • The same workflows developers previously relied on to build and push Wasm components

Why this change?

  • The scope and responsibilities of the CLI and the AI Gateway SDK diverged significantly

  • Keeping both in the same repository caused:

    • Confusion about ownership and purpose
    • Slower iteration
    • Poorer API guarantees
  • Separating them allows:

    • Clearer versioning semantics
    • Better DX for both Rust SDK users and CLI users
    • A more stable foundation for the AI Gateway ecosystem

Migration notes

  • If you were using edgee as a CLI → switch to edgee-cloud/cli
  • If you are building Rust integrations with the AI Gateway → you are in the right place

v1.3.0

02 Jan 17:00

Choose a tag to compare

What's Changed

Full Changelog: v1.2.27...v1.3.0

v1.2.27

21 Oct 06:16

Choose a tag to compare

What's Changed

Full Changelog: v1.2.26...v1.2.27

v1.2.26

15 Oct 15:34
86f3fdf

Choose a tag to compare

What's Changed

Full Changelog: v1.2.25...v1.2.26

v1.2.25

08 Oct 09:21
cad0314

Choose a tag to compare

What's Changed

Full Changelog: v1.2.24...v1.2.25

v1.2.24

02 Oct 07:30
9f352b2

Choose a tag to compare

What's Changed

Full Changelog: v1.2.22...v1.2.24

v1.2.22

08 Sep 12:24

Choose a tag to compare

What's Changed

Full Changelog: v1.2.21...v1.2.22

v1.2.21

06 Aug 08:56
8d66fe6

Choose a tag to compare

What's Changed

Full Changelog: v1.2.20...v1.2.21

v1.2.20

28 Jul 08:41
ba7e962

Choose a tag to compare

What's Changed

Full Changelog: v1.2.19...v1.2.20