Skip to content

Latest commit

 

History

History
288 lines (153 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

288 lines (153 loc) · 10.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • The following workspace dependencies were updated

    • dependencies
      • fluence-app-service bumped from 0.23.0 to 0.23.1
  • The following workspace dependencies were updated

    • dependencies
      • fluence-app-service bumped from 0.25.0 to 0.25.1
  • The following workspace dependencies were updated

    • dependencies
      • fluence-app-service bumped from 0.25.1 to 0.25.2
  • The following workspace dependencies were updated

    • dependencies
      • fluence-app-service bumped from 0.25.2 to 0.25.3
      • marine-wasm-backend-traits bumped from 0.2.0 to 0.2.1
  • The following workspace dependencies were updated

    • dependencies
      • fluence-app-service bumped from 0.25.3 to 0.26.0
      • marine-wasm-backend-traits bumped from 0.2.1 to 0.3.0
  • The following workspace dependencies were updated

    • dependencies
      • fluence-app-service bumped from 0.31.1 to 0.31.2
  • The following workspace dependencies were updated

    • dependencies
      • fluence-app-service bumped from 0.35.0 to 0.35.1
  • The following workspace dependencies were updated

    • dependencies
      • fluence-app-service bumped from 0.35.1 to 0.35.2

0.31.0 (2024-04-10)

⚠ BREAKING CHANGES

  • versions: enforce minor version bumps (#430)
  • move to async execution (#396)

Features

Bug Fixes

  • versions: enforce minor version bumps (#430) (be8293b)

0.30.0 (2024-02-22)

⚠ BREAKING CHANGES

  • rework wasi mapped dirs handing, relax restrictions (#421)

Features

  • rework wasi mapped dirs handing, relax restrictions (#421) (f54ca71)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fluence-app-service bumped from 0.34.0 to 0.35.0
      • marine-wasm-backend-traits bumped from 0.5.1 to 0.6.0

0.29.0 (2024-02-21)

⚠ BREAKING CHANGES

  • support marine-rs-sdk 0.14

Features

  • support marine-rs-sdk 0.14 (b20a27f)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fluence-app-service bumped from 0.33.0 to 0.33.1

0.28.0 (2024-02-20)

⚠ BREAKING CHANGES

  • support particle parameters in CallParameters (__marine_host_api_v2) (#417)

Features

  • support particle parameters in CallParameters (__marine_host_api_v2) (#417) (220c028)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fluence-app-service bumped from 0.32.0 to 0.33.0

0.27.0 (2024-02-08)

⚠ BREAKING CHANGES

  • ABI: support marine-rs-sdk host api versions, support worker_id in CallParamaters (#409)

Features

  • ABI: support marine-rs-sdk host api versions, support worker_id in CallParamaters (#409) (c948b8b)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fluence-app-service bumped from 0.31.2 to 0.32.0

0.26.2 (2024-01-10)

Features

  • cli, mrepl: support windows in marine cli and mrepl (#406) (71d1fb1)

0.26.1 (2024-01-07)

Bug Fixes

  • docs: add correct repository link for every published crate (#403) (ebb0bcb)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fluence-app-service bumped from 0.31.0 to 0.31.1
      • marine-wasm-backend-traits bumped from 0.5.0 to 0.5.1

0.26.0 (2023-12-14)

⚠ BREAKING CHANGES

  • versions: enforce minor version bumps (#400)
  • add memory limiting (#391)

Features

Bug Fixes

  • versions: enforce minor version bumps (#400) (597ef4f)

0.25.0 (2023-11-07)

⚠ BREAKING CHANGES

  • versions: enforce minor version bumps (#397)

Features

  • deps: update rust crate anyhow to 1.0.75 (#372) (44b8e96)
  • deps: update rust crate check-latest to 1.0.2 (8480a49)
  • deps: update rust crate log to 0.4.20 (8a6035f)
  • deps: update rust crate serde_json to 1.0.107 (0c1d378)

Bug Fixes

  • versions: enforce minor version bumps (#397) (8c217c7)

0.24.0 (2023-09-13)

⚠ BREAKING CHANGES

  • deps: update marine-rs-sdk-to 0.10.0 (#364)

Features

  • deps: update marine-rs-sdk-to 0.10.0 (#364) (036c334)

0.23.0 (2023-08-09)

⚠ BREAKING CHANGES

  • versions: enforce minor version bump on minor dependency update (#362)
  • deps: update marine-rs-sdk

Features

  • deps: update marine-rs-sdk (e7861f5)

Bug Fixes

  • versions: enforce minor version bump on minor dependency update (#362) (bf8e2e9)

0.22.0 (2023-08-04)

⚠ BREAKING CHANGES

  • update versions to comply with semver (#357)

Bug Fixes

  • update versions to comply with semver (#357) (71e138d)

0.21.0 (2023-03-14)

⚠ BREAKING CHANGES

  • decouple wasmer from Marine, replace it with generic backend interface (#219)

Features

  • decouple wasmer from Marine, replace it with generic backend interface (#219) (d3a773d)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fluence-app-service bumped from 0.24.0 to 0.25.0
      • marine-wasm-backend-traits bumped from 0.1.0 to 0.2.0

0.20.0 (2023-03-03)

⚠ BREAKING CHANGES

  • fluence-app-service: add separate bases for temp dirs and mapped dirs (#288)

Features

  • fluence-app-service: add separate bases for temp dirs and mapped dirs (#288) (1d86899)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fluence-app-service bumped from 0.23.1 to 0.24.0

0.19.1 (2023-02-10)

Bug Fixes

  • cli: Make checking latest version an optional feature #278 (da31cbb)

0.19.0 (2023-02-08)

⚠ BREAKING CHANGES

  • add pretty-print for repl output + small error messaging improvement (#274)

Features

  • add pretty-print for repl output + small error messaging improvement (#274) (9c1f20b)

[Unreleased]

[0.18.8] - 2022-12-06

Other

  • updated the following local packages: fluence-app-service