Skip to content

Releases: filecoin-station/zinnia

v0.18.3

26 Apr 08:19
v0.18.3
4b58278
Compare
Choose a tag to compare

What's Changed

  • fix: change the hard-coded station id to 88 chars by @bajtos in #530

Full Changelog: v0.18.2...v0.18.3

v0.18.2

25 Apr 13:10
v0.18.2
e2b810f
Compare
Choose a tag to compare

Highlights ✨

Change the hard-coded stationId value provided by Zinnia CLI to look like a public key. The ID is 64 0 characters now.

What's Changed

  • ci: bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.0 by @dependabot in #527
  • ci: bump amannn/action-semantic-pull-request from 5.5.0 to 5.5.2 by @dependabot in #528
  • fix: pubkey-like value for stationId in dev/test by @bajtos in #529

Full Changelog: v0.18.1...v0.18.2

v0.18.1

17 Apr 12:57
v0.18.1
5604d99
Compare
Choose a tag to compare

Highlights ✨

New Zinnia API stationId by @PatrickNercessian, see #520

We skipped version 0.18.0 because the release build did not produce macOS binaries due to a bug in the build script.

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.1

v0.17.0

13 Feb 15:55
v0.17.0
ca764ff
Compare
Choose a tag to compare

Highlights ✨

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

12 Dec 15:10
v0.16.0
5316a44
Compare
Choose a tag to compare

Highlights ✨

Upgrade Rusty Lassie to v0.8.0. We now configure Lassie's user agent to report the Go Lassie version plus our custom suffix, e.g. lassie/v0.21.0-rs.

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

20 Nov 15:57
v0.15.0
b4e688d
Compare
Choose a tag to compare

Highlights ✨

  • Deno v1.38.2 / 2023.11.17
  • deno_std to 0.207.0
  • Lassie v0.7.0

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

31 Aug 08:10
v0.14.0
d66bfd0
Compare
Choose a tag to compare

Highlights ✨

  • Upgrade Rusty Lassie to 0.6.0 (Go Lassie version 0.17.0)
  • Upgrade Deno to 1.36.3 / 2023.08.24

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

28 Jun 14:32
v0.13.0
3f9c69b
Compare
Choose a tag to compare

Highlights ✨

  • secure Lassie server using authorisation
  • change IPFS retrieval timeouts to 1 day

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

23 Jun 09:24
v0.12.0
ff7a04e
Compare
Choose a tag to compare

Highlights ✨

We have two new APIs allowing modules to inspect the version of Zinnia runtime (Zinnia.versions.zinnia) and V8 engine (Zinnia.versions.v8).

When running inside Filecoin Station, Zinnia removes at startup any files left over by Lassie during the previous Station shutdown.

What's Changed

  • docs: fix heading levels in building-modules by @bajtos in #259
  • docs: fix docs explaining ESM imports sandboxing by @bajtos in #260
  • fix: delete Lassie temp when zinniad starts by @bajtos in #258
  • feat: Zinnia.versions.{zinnia,v8} by @bajtos in #261

Full Changelog: v0.11.1...v0.12.0

v0.11.1

21 Jun 12:20
v0.11.1
2c18039
Compare
Choose a tag to compare

Highlights ✨

The temporary directory that Lassie stores its temporary files in now is created before launching the daemon. This fixes issues retrieving files via the ipfs:// protocol.

What's Changed

Full Changelog: v0.11.0...v0.11.1