2024-02-22 14:05:33 +03:00

5.9 KiB

Changelog

0.12.0 (2024-02-22)

⚠ BREAKING CHANGES

  • update marine-rs-sdk to 0.14.0, remove all of json_path remains (#820)

Features

  • update marine-rs-sdk to 0.14.0, remove all of json_path remains (#820) (08e8547)

0.11.2 (2024-02-20)

Features

  • execution-engine: Rc-based JSON value (#813) (0d53f2b)

0.11.1 (2024-01-03)

Features

  • air-parser: VM-347 After next validator fold check (#774) (c6f157a)

0.11.0 (2023-12-12)

⚠ BREAKING CHANGES

  • air-parser: optimize Instruction type layout (#767)

Features

  • air-parser: optimize Instruction type layout (#767) (1673cdf)

0.10.0 (2023-09-21)

⚠ BREAKING CHANGES

  • execution-engine: this patch prohibits error code = 0 (#702)

Features

  • execution-engine: this patch prohibits error code = 0 (#702) (45035cc)
  • parser,execution-engine: allow :error: in fail (#696) (bd80a12)

0.9.0 (2023-09-07)

⚠ BREAKING CHANGES

  • execution-engine: canon stream map support [fixes VM-301] (#648)

Features

  • execution-engine: canon stream map support [fixes VM-301] (#648) (b4cbf8f)

0.8.2 (2023-09-04)

Features

  • execution-engine: a new :error: runtime attribute according with FLIP-11 [fixes VM-329] (#683) (20afb79)

0.8.1 (2023-08-03)

Features

  • air-parser: canon stream syntax (#618) (8871465)
  • air-parser: improved canon stream syntax support [fixes VM-293] (8871465)

0.8.0 (2023-07-16)

⚠ BREAKING CHANGES

  • execution-engine: stream map to scalar conversion using canon instruction [fixes VM-294] (#610)

Features

  • execution-engine: Stream Map to Scalar conversion using canon instruction [fixes VM-294] (fcb4c9d)
  • execution-engine: stream map to scalar conversion using canon instruction [fixes VM-294] (#610) (fcb4c9d)

0.7.5 (2023-06-22)

Features

  • execution-engine: Stream Map initial support [fixes VM-283,VM-284] (#592) (9d7d34a)
  • execution-engine: StreamMap initial support for ap and new instructions [fixes VM-283,VM-284] (9d7d34a)

0.7.4 (2023-03-15)

Features

  • tools: merge some tools into the air CLI tool (#509) (79ac153)

0.7.3 (2023-02-21)

⚠ BREAKING CHANGES

  • avm: improve anomaly detection

Features