Releases: loopholelabs/scale
Releases · loopholelabs/scale
v0.3.9
Changes
- Bumping
auth
version tov0.2.26
Features
- Added
WithStorage
option togo/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
Features
- Added
WithClient
option togo/registry
to allow for pre-configured OpenAPI Clients to be used
v0.3.7
Fixes
- Fixing bug in
Go
Runtime where passing innil
as theNext
function would cause a panic
v0.3.6
Features
- In the
Go
runtime module actions are now cancellable via the given context
Changes
- Removing
parcel.js
and using thetypescript
compiler directly to build typescript libraries - Renaming
@loopholelabs/scale-ts
library to@loopholelabs/scale
- Bumping
wazero
to1.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
, andstorage
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
Fixes
- Fixing a bug in
go/storage
andts/storage
where the entire function path would be used to parse the filename instead of just the base file name
v0.3.4
Changes
- Bumping
scale-signature
version tov0.2.9
- Bumping
scale-signature-http
version tov0.3.4
- Bumping
scalefile
version tov0.1.7
- Updating
storage
libraries for both TS and Go to use the newscalefile
library
v0.3.3
Changes
- Changed the implementation of
List
ingo/storage
so that it returns an[]Entry
which contains theOrganization
and theHash
of the scale function - Changed the implementation of
Get
ingo/storage
andts/storage
so they both Return anEntry
v0.3.2
Changes
- Fixing bug in
go/storage
where theList
function was not appending the storage BasePath properly - Fixing bug in
go/storage
where theGet
function would return an error if the required scale function was not found (it now returns nil) - Updating the
golang
compile template'smain.go
file to not have a dependency on thescale
runtime itself
v0.3.1
Changes
- Adding API Client for both
Golang
andTypescript
- Adding Registry Functionality for both
Golang
andTypescript
- Adding
scalefile
support forTypescript
- Bumping
scale-signature
version tov0.2.7
- Bumping
scale-signature-http
version tov0.3.2
v0.3.0
Changes
- Bumping
scale-signature
version tov0.2.2
- Bumping
scale-signature-http
version tov0.3.0
- Bumping
scalefile
version tov0.1.5