Skip to content

Releases: loopholelabs/scale

v0.3.18

03 May 15:18
5a81d45
Compare
Choose a tag to compare

What's Changed

v0.3.17

17 Apr 17:20
53447fa
Compare
Choose a tag to compare

Changes

  • Adding the random_get WASI Syscall implementation to the Typescript Hosts's DisabledWASI Polyfill

v0.3.16

15 Apr 19:38
c01e95a
Compare
Choose a tag to compare

Changes

  • Updating the Golang and Typescript API Clients by @ShivanshVij

Features

  • Adding Typescript Client Support to the Scale Runtime by @jimmyaxod

Dependencies

v0.3.15

19 Mar 23:47
626c8d7
Compare
Choose a tag to compare

Dependencies

  • Bumping scale-signature-http to v0.3.8

v0.3.14

13 Mar 09:00
5dd896e
Compare
Choose a tag to compare

Fixes

  • Fix a series of bugs in the JS Compiler that were introduced in v0.3.13

Dependencies

  • Bumping scalefile to v0.1.9
  • Bumping scale-signature to v0.2.11
  • Bumping scale-signature-http to v0.3.7

v0.3.14-jm-test

13 Mar 22:52
Compare
Choose a tag to compare
v0.3.14-jm-test Pre-release
Pre-release

Testing release assets

v0.3.13

13 Mar 07:17
e61b9d7
Compare
Choose a tag to compare

Changes

  • Updating the typescript and golang API clients from the latest scale API
  • Removing the webpack loader (moved to the scalefile package)

Dependencies

  • Bumping scalefile to v0.1.8
  • Bumping scale-signature to v0.2.10
  • Bumping scale-signature-http to v0.3.6

v0.3.12

28 Feb 12:23
9fc5f92
Compare
Choose a tag to compare

Features

  • Updating the Typescript runtime to function properly with NextJS
  • Updating the Typescript registry to function properly in Browser environments
  • Adding a webpack loader for Typescript runtimes that need to import scale functions directly
  • Allowing the Typescript scale runtime to be instantiated with Promises of ScaleFunc objects

Changes

  • Changing the registry.New function for both Typescript and Golang to registry.Download

Dependencies

  • Bumping golang.org/x/net to v0.7.0
  • Bumping golang.org/x/text to v0.7.0

v0.3.11

22 Feb 06:18
5bd4962
Compare
Choose a tag to compare

Features

  • Updated API Client to expose the new DeleteFunction endpoint from the Scale API

v0.3.10

22 Feb 02:48
9151449
Compare
Choose a tag to compare

Fixes

  • Fixing bug in Go and TS Registry implementations where the computed hashes would get encoded in base64 instead of hex leading to incorrect hashes