Skip to content

Latest commit

 

History

History
253 lines (123 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

253 lines (123 loc) · 10.1 KB

Changelog

  • The following workspace dependencies were updated

    • dependencies
      • marine-it-interfaces bumped from 0.7.3 to 0.8.0
      • marine-module-interface bumped from 0.6.1 to 0.7.0
      • marine-utils bumped from 0.4.0 to 0.5.0
      • marine-min-it-version bumped from 0.2.1 to 0.3.0
      • it-json-serde bumped from 0.3.5 to 0.4.0
  • The following workspace dependencies were updated

    • dependencies
      • marine-js-backend bumped from 0.3.1 to 0.3.2

0.14.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)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • marine-js-backend bumped from 0.4.0 to 0.4.1

0.13.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
      • marine-js-backend bumped from 0.3.2 to 0.3.3

0.12.0 (2024-02-21)

⚠ BREAKING CHANGES

  • support marine-rs-sdk 0.14

Features

  • support marine-rs-sdk 0.14 (b20a27f)

0.11.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)

0.10.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)

0.9.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)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • marine-js-backend bumped from 0.3.0 to 0.3.1

0.8.0 (2023-11-07)

⚠ BREAKING CHANGES

  • versions: enforce minor version bumps (#397)
  • propagate errors from linked modules (#388)

Features

  • deps: update rust crate log to 0.4.20 (8a6035f)
  • deps: update rust crate serde_json to 1.0.107 (0c1d378)
  • propagate errors from linked modules (#388) (a94494b)

Bug Fixes

  • marine-js: Add JSONValue return type (#393) (8ea6c3c)
  • versions: enforce minor version bumps (#397) (8c217c7)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • marine-js-backend bumped from 0.2.0 to 0.2.1

0.7.2 (2023-08-04)

Features

  • marine-js: use wasmparser instead of walrus to parse module exports (#359) (550f7d3)

0.7.0 (2023-08-03)

⚠ BREAKING CHANGES

  • marine-js: update register_module interface to vastly improve performance (#354)

Features

  • marine-js: update register_module interface to vastly improve performance (#354) (1e1f71d)

0.6.0 (2023-08-02)

⚠ BREAKING CHANGES

  • marine-js: Export wasm file from package.json (#353)
  • marine-js: support call parameters (#351)

Features

  • marine-js: Export wasm file from package.json (#353) (49a095a)
  • marine-js: support call parameters (#351) (456521b)

0.5.0 (2023-07-25)

⚠ BREAKING CHANGES

  • marine-js: replace old marine-js with common marine-runtime + backend traits impl for JS (#332)

Features

  • marine-js: replace old marine-js with common marine-runtime + backend traits impl for JS (#332) (a61ddfc)

Bug Fixes

  • build: add imports update into marine-js bindgen glue code patcher (#348) (08508ac)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • marine-js-backend bumped from 0.1.0 to 0.1.1

0.4.1 (2023-04-04)

Bug Fixes

  • release-please: Get rid of workspace.dependencies (#316) (71835e6)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • marine-it-interfaces bumped from 0.8.0 to 0.8.1
      • marine-module-interface bumped from 0.7.0 to 0.7.1
      • it-json-serde bumped from 0.4.0 to 0.4.1

0.4.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)

0.3.45 (2023-02-15)

Bug Fixes

  • marine-js: add empty index.js as main entry point (#282) (cc430a0)

0.3.44 (2023-02-06)

Bug Fixes

0.3.43 (2023-02-03)

Features

  • marine-js: Switch MarineJS package From CJS to ESM format (#265) (9e2dd39)