Daml Connect 1.10.0 RC is out!
Announcements4 posts478 views7 likesLast activity Feb 2021
AN
anthonyOP
Feb 2021Highlights
- Daml Triggers and OAuth Middleware are now Stable
- Daml-LF 1.11 is now stable without any further changes from the beta version. It includes the following features and changes
- Choice Observers
- Generic Maps and
DA.MapandDA.Setlibraries are - Ledger API version is now at 1.9
- Daml Studio now provides tooltips and go-to-definition even if the code doesn’t currently compile
- Considerable performance improvements
Impact and Migration
- This release is purely additive so no action needs to be taken. We recommend testing projects with Daml-LF 1.11 or fixing Daml-LF version at 1.8 (the current default) at this point. Daml-LF 1.11 will become the default with the next release of Daml Connect.
Full notes here: Release of Daml Connect 1.10.0 - Daml
PE
perbergman
Feb 2021Any examples showing the auth middleware? I am using auth0 and I would like to use the auth middleware with it.
CO
cocreature
Feb 2021We have an example configuration for deploying the trigger service against Auth0.
PE
perbergman
Feb 2021thanks!