Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

v0.7.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@dselman dselman released this 25 May 17:29
· 1202 commits to master since this release

Big new features in this release are the ability to emit events from transaction processor functions and to call external services.

Features

Playground

  • Change ns in model file #389
  • Display current identity #1042
  • Enable deletion of model and script files #1023

ACLs

  • Support for multiple verbs in single ACL rule #1040

CLIs

  • Display participant registries in network list #1037

Programming Model and Runtime

  • Emitting outbound events #1016
  • Calling external REST services #1004
  • Restrict JS syntax to ES5 #1008

Loopback Connector

Bug Fixes

  • Fixes for super-type handling #949

Know Issues

  • The Define page does not reinitialise correctly. This can cause spurious errors when deleting files.
  • Script file addition is not working correctly for new script files. As a result, files added through the Playground are not persisted on deploy. The work around for this requires manual import of a valid JavaScript file using the browse function of the Add File modal. Once imported from disc, they file may be deployed and/or modified.

Breaking changes

None

Shoutouts to new contributors!

@m-g-k for updating the VSCode extension!
@Fanarito for a data validation fix