Skip to content

Releases: G-Core/FastEdge-sdk-rust

fastedge-derive-v0.3.1

04 Nov 08:31
4e700ce

Choose a tag to compare

Other

  • update wit_bindgen to latest version
  • refactored to mono rust sdk and add classification-nn-demo

v0.3.0

09 Oct 10:08

Choose a tag to compare

What's Changed

  • Adding key value store interface by @ruslanti in #34
  • add new feature to key-value store interface by @ruslanti in #36
  • forward wasi-nn submodule to 0.2.0-rc-2024-10-28 by @ruslanti in #37
  • key-value store proxywasm interface by @ruslanti in #38
  • bloom filter by @ruslanti in #39
  • proxy-wasm dictionary interface by @ruslanti in #41
  • error proxy-wasm mapping by @ruslanti in #40
  • fix: set as not publish for md_render example by @ruslanti in #42
  • chore: release v0.2.1 by @github-actions[bot] in #43
  • fix: set as not publish for md_render example by @ruslanti in #44

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Mar 17:52

Choose a tag to compare

What's Changed

  • update wasi-nn wit specification to 0.2.0-rc-2024-08-19 by @ruslanti in #32

Full Changelog: v0.1.11...v0.2.0

v0.1.10

22 Oct 10:43

Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.10

v0.1.8

21 Oct 13:11

Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

Dictionary interface

20 Aug 11:06
5e07465

Choose a tag to compare

Added dictionary interface

fastedge-v0.1.5

08 May 12:55

Choose a tag to compare

Fixed

  • fix rust sdk README.md link
  • fix workspace member versions

Other

  • add release action
  • update wit_bindgen to latest version
  • refactored to mono rust sdk and add classification-nn-demo
  • Added watermark Rust example (#8)
  • add wasi-nn wit binding
  • forward wasi-nn spec
  • set github public hosted runner
  • Copyright update and description
  • bump patch version
  • readme description
  • Create README.md
  • added HTTP Method Options to supported method list
  • renamed rust dir to fastedge-rust-sdk
  • allow semver dependencies
  • add rust workspace cargo
  • first version of rust sdk
  • Initial commit