Skip to content

Releases: loopholelabs/scale

v0.3.9

22 Feb 01:08
92856bb
Compare
Choose a tag to compare

Changes

  • Bumping auth version to v0.2.26

Features

  • Added WithStorage option to go/registry to allow for pre-configured Storage Clients to be used
  • Updated API Client to expose the new UserInfo endpoint from the Scale API

v0.3.8

21 Feb 11:27
3920d7c
Compare
Choose a tag to compare

Features

  • Added WithClient option to go/registry to allow for pre-configured OpenAPI Clients to be used

v0.3.7

21 Feb 09:36
1f171b9
Compare
Choose a tag to compare

Fixes

  • Fixing bug in Go Runtime where passing in nil as the Next function would cause a panic

v0.3.6

21 Feb 02:49
edf10ea
Compare
Choose a tag to compare

Features

  • In the Go runtime module actions are now cancellable via the given context

Changes

  • Removing parcel.js and using the typescript compiler directly to build typescript libraries
  • Renaming @loopholelabs/scale-ts library to @loopholelabs/scale
  • Bumping wazero to 1.0.0-pre.9

Fixes

  • Fixing bugs in the DisabledWASI Polyfill implementation where the proper error codes would not be returned (fd_write, fd_read, environ..., args...)
  • Fixing bug in the DisabledWASI Polyfill implementation where the proper clock time would not get returned
  • Making sure the client, registry, and storage typescript packages get exported and packaged properly
  • Making sure modules that return an error get thrown away properly instead of being recycled

v0.3.5

17 Feb 21:19
7389549
Compare
Choose a tag to compare

Fixes

  • Fixing a bug in go/storage and ts/storage where the entire function path would be used to parse the filename instead of just the base file name

v0.3.4

17 Feb 20:46
63728d7
Compare
Choose a tag to compare

Changes

  • Bumping scale-signature version to v0.2.9
  • Bumping scale-signature-http version to v0.3.4
  • Bumping scalefile version to v0.1.7
  • Updating storage libraries for both TS and Go to use the new scalefile library

v0.3.3

17 Feb 06:16
13edc4a
Compare
Choose a tag to compare

Changes

  • Changed the implementation of List in go/storage so that it returns an []Entry which contains the Organization and the Hash of the scale function
  • Changed the implementation of Get in go/storage and ts/storage so they both Return an Entry

v0.3.2

17 Feb 02:35
754b56b
Compare
Choose a tag to compare

Changes

  • Fixing bug in go/storage where the List function was not appending the storage BasePath properly
  • Fixing bug in go/storage where the Get function would return an error if the required scale function was not found (it now returns nil)
  • Updating the golang compile template's main.go file to not have a dependency on the scale runtime itself

v0.3.1

17 Feb 00:52
bd27735
Compare
Choose a tag to compare

Changes

  • Adding API Client for both Golang and Typescript
  • Adding Registry Functionality for both Golang and Typescript
  • Adding scalefile support for Typescript
  • Bumping scale-signature version to v0.2.7
  • Bumping scale-signature-http version to v0.3.2

v0.3.0

15 Feb 20:29
23ef185
Compare
Choose a tag to compare

Changes

  • Bumping scale-signature version to v0.2.2
  • Bumping scale-signature-http version to v0.3.0
  • Bumping scalefile version to v0.1.5