marine/core/CHANGELOG.md
fluencebot 66e42ef4c4
chore: release master (#313)
* chore: release master

* update Cargo.lock

---------

Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
2023-03-29 17:46:49 +03:00

2.5 KiB

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
      • marine-wasmtime-backend bumped from 0.2.0 to 0.2.1

0.20.1 (2023-03-22)

Bug Fixes

  • runtime: support new wasm opcodes by removing unused memory limit setting (#299) (b9dbf67)

0.20.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
      • marine-module-info-parser bumped from 0.5.1 to 0.6.0
      • marine-it-interfaces bumped from 0.7.3 to 0.8.0
      • marine-it-parser bumped from 0.11.1 to 0.12.0
      • marine-it-generator bumped from 0.9.5 to 0.10.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
      • marine-wasm-backend-traits bumped from 0.1.0 to 0.2.0
      • marine-wasmtime-backend bumped from 0.1.0 to 0.2.0

[Unreleased]

[0.19.0] - 2022-12-06

Fixed

  • [breaking] bump minor versions where it was required in #189 (#212)
  • fix tests after renaming (#174)

Other

  • (deps) update all non-major rust dependencies (#211)
  • Add marine e2e (#230)
  • (build) fix clippy warnings (#213)
  • Update Rust crate semver to v1 (#198)
  • Update all non-major Rust dependencies (#204)
  • Update all non-major Rust dependencies (#189)
  • bump crate versions that used marine-rs-sdk-main 0.6.15 (#185)
  • Support marine-rs-sdk 0.7.0 (#180)
  • Fix value after table problem in TomlMarineNamedModuleConfig(#175)
  • Rename FaaS to Marine, Runtime to Core (#172)