Skip to content

v1.1.5

Latest
Compare
Choose a tag to compare
@alexgraham-da alexgraham-da released this 25 Mar 04:54
· 9 commits to master since this release
fcba51a

What's Changed

  • Make non-hub domain support opt-in

Full Changelog: v1.1.4...v1.1.5

If you are using this library with a domain that is not provided to you by Daml Hub, you must now set nonHubDomain to true in the DamlHub context:

<DamlHub token="..." nonHubDomain>
  {/ ... /}
</DamlHub>

You must also indicate this by passing true into isRunningOnHub() if calling it directly.