Skip to content

Releases: fluencelabs/nox

Fluence Node v1.8.1

13 Dec 17:06
1120523
Compare
Choose a tag to compare
  • #1238 air-interpreter-wasm = "=0.17.7"

sha256: 8c3caf94929c4bbd2195f13fd7aa396856173046b2a605cf082052ef2a1577e1

Fluence Node v1.8.0

15 Nov 18:02
af2b678
Compare
Choose a tag to compare
  • #1223 Builtins: add Peer.timeout
  • #1224 AquaDHT tests: use Aqua with 'new' operator

sha256: b47288b3d51535a4929acb136d7ddcb7f1adb9a01d0abd6cd9c195a47c769926

Fluence Node v1.7.1

10 Nov 15:41
bbe9f71
Compare
Choose a tag to compare
  • #1222 Particle Data Store: fix cleanup function

sha256: eb01d1260c3f2a1ced177912739a033f5402a3259e01a5de8aa546c62a2327b5

Fluence Node v1.7.0

09 Nov 10:38
5022da0
Compare
Choose a tag to compare
  • #1209 Integrate async AVM, introduce user-defined callbacks

sha256: 8e8981de8cb522ff268812621500162c5ef3721ad329ee1fb54f277d1f48f204

Fluence Node v1.6.2

05 Nov 11:02
7b7049c
Compare
Choose a tag to compare
  • #1204 Load config from default path if cmd arg is not provided

sha256: bcbcad0b4f95ff673ef4b8f00675a6c980a26584a0864a00c0c5714813097285

Fluence Node v1.6.1

21 Oct 15:15
Compare
Choose a tag to compare
  • #1188 Update AIR interpreter to 0.14.7
  • #1200 CircleCI: set "update_fluence": "true"

sha256: 969eb78d997783a734c888633097669bbd34374a8b28f5ca24d7cabb3941e118

Fluence Node v1.6.0

06 Sep 17:11
97c883a
Compare
Choose a tag to compare

sha256: 8ebd4791c3c74799bfa2cd4ce02159f90abcfca36e2d5901a1a5415ee4ff5c01

Fluence v0.1.6: IPFS support

04 Apr 21:08
e37dd12
Compare
Choose a tag to compare
Pre-release

In this release:

Rust SDK

Latest version is 0.1.4 (crates.io)

JavaScript SDK

Latest version is 0.1.26 (npmjs.org)

Fluence Docker images

fluencelabs/node:v0.1.6
fluencelabs/worker:v0.1.6

Fluence CLI

Fluence v0.1.5: simpler CLI and worker optimizations

05 Mar 15:28
0c85197
Compare
Choose a tag to compare

In this release:

  • CLI now has a setup command that writes all info to a config file. Shorter commands, better ergonomics, less things to remember.
  • Workers are now work faster, require less memory, and handle errors better.
  • Lot's of new and updated documentation and examples.
  • Different improvements in JS and Rust SDKs

Rust SDK

Latest version is 0.1.0

JavaScript SDK

Latest version is 0.1.16

Fluence Docker images

fluencelabs/node:v0.1.5
fluencelabs/worker:v0.1.5

Fluence CLI

Fluence v0.1.4: sane worker management & rinkeby

26 Feb 19:27
b05bb89
Compare
Choose a tag to compare

This release implements a new worker management model, simplifying workflow for miners, users and developers.

Now all requests to Fluence node and its workers are sent through a single API_PORT.

Also, now deployment supports both Kovan and Rinkeby networks, utilizing Parity or Geth respectively.

Rust SDK

This release contains Fluence Rust SDK version 0.10.0 with the following features:

  • Specify gateway function via #[invocation_handler] macro
  • Specify init function via init attribute in #[invocation_handler(init = fn_name)] macro
  • Support Vec<u8> and String as gateway function input and output types

You can use it as a dependency in your Cargo.toml:

[dependencies]
fluence = "0.10.0"

JavaScript SDK

This release contains Fluence JS SDK version 0.1.10 with the following features:

  • Connect to an app via connect method
  • Connect directly to a Fluence worker via directConnect method
  • Simple randomized load balancing is used when calling invoke on AppSession (i.e., after connect)

You can use it as a dependency in your package.json:

"dependencies": {
  "fluence": "0.1.10"
}

Fluence Docker images

fluencelabs/node:v0.1.4
fluencelabs/worker:v0.1.4

Fluence CLI