Skip to content

Releases: fluencelabs/aqua

aqua: v0.10.0

16 Feb 15:55
3635a0b
Compare
Choose a tag to compare

0.10.0 (2023-02-16)

⚠ BREAKING CHANGES

Features

aqua: v0.9.4

01 Feb 08:40
b4a62da
Compare
Choose a tag to compare

0.9.4 (2023-02-01)

Bug Fixes

  • Canonicalize variable in an object creation or a copy if a variable is a stream (#649) (fedd743)

Performance Improvements

aqua: v0.9.3

20 Jan 06:53
b6643df
Compare
Choose a tag to compare

0.9.3 (2023-01-20)

Features

Bug Fixes

  • nil in return [DXJ-226] (#629) (7ab980a)
  • ci: Set correct aqua version when creating release-please PRs [fixes FLU-215 and FLU-218] #642 (d7956c1)
  • error-messages: fix incorrect number of arguments message [fixes LNG-108] (#645) (d0a9db5)

aqua: v0.9.2

17 Jan 17:30
4a76c6f
Compare
Choose a tag to compare

0.9.2 (2023-01-17)

Bug Fixes

  • deps: update dependency @fluencelabs/fluence to v0.28.0 #627 (fa1dc89)

Aqua Compiler 0.9.1

17 Jan 10:05
58039df
Compare
Choose a tag to compare

Changes since 0.8.0

  • #611 Introduce new JS library with API to control Aqua compiler inside JS programs
  • a lot of libraries in Scala and JS were updated

Aqua Compiler 0.8.0

30 Nov 12:31
63433f2
Compare
Choose a tag to compare

Changes since 0.7.7

  • #592 LNG-96 struct creation in aqua code
  • use aqua instead of module
  • a lot of bug fixes

Aqua Compiler 0.7.7-354

17 Oct 18:21
0909130
Compare
Choose a tag to compare

Changes since 0.7.6

  • #574 Fix timeout in aqua run
  • #563 LNG-87 AIR: add null and never modes to fold instruction
  • #565 LNG-88 AIR: Canonicalize streams in service calls and if statements
  • #564 #562 bug fixes
  • #553 LNG-86 AIR: Stream canonicalization
  • Update FluenceJS version to latest

Aqua Compiler 0.7.6

28 Sep 14:17
3784a71
Compare
Choose a tag to compare

Changes since 0.7.5

  • #552 Run builtin services directly from aqua run without any input
  • #551 Run services in aqua run
  • LNG-85 Restrict streams in structures. Restrict assignment with empty streams and arrays
  • #560 bump fluence-js to v0.25.1
  • #550 DXJ-99 bug fix

Aqua Compiler 0.7.5

22 Aug 14:06
a8eeeac
Compare
Choose a tag to compare

Changes since 0.7.4

Aqua

  • LNG-40 AIR validation at compile time
  • LNG-78 throw parser error on negative array indexes
  • LNG-69 fix the topology bug for if statement without else
  • LNG-63 fix stream hanging

CLI

Aqua Compiler 0.7.4

24 Jun 08:50
9bba41a
Compare
Choose a tag to compare

Changes since 0.7.3

  • #520 DXJ-44 JSON services support
  • #517 Use JSON as arguments in aqua run without brackets for optional fields