This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
Releases: mesg-foundation/mesg-js
Releases · mesg-foundation/mesg-js
v5.0.0
v4.4.0
v4.3.1
v4.3.0
v4.2.1
v4.2.0
Click here to see the release notes
Breaking Changes
- (#114) Support of proto Structs type that replace JSON strings.
Changed
- (#112) Automatic type generation.
Experimental
- (#113) Add workflow APIs.
v4.1.0
Click here to see the release notes
Added
- (#104) Resolve instance hash from Service SID.
Fixed
- (#108) Move filter on Execution's status from
executeTaskAndWaitResult
tolistenResult
.
v4.0.0
Click here to see the release notes
Breaking Changes
- (#102) Update internal logic to the new Engine's APIs of v0.11.0. The Service side stay the same (except a few types) but the application side have some modifications on the parameters of the functions. Check the release notes on the forum for more detail.
v3.0.0 - Service task output simplification
v2.1.0
- #81 Service: throw an error when task's output functions are called without any data.
- #82 Service: show a warning instead of throwing an error when tasks are defined in
mesg.yml
but not implemented. - #84 Service: throw an error when emit event functions are called without any data.
- #86 Update proto files with latest version from MESG Core.