This is a maintenance release that addresses several issues.
The Daml 2.8.11 SDK has been released. You can install it using the command: daml install 2.8.11.
The table below lists how you can download Daml Enterprise or individual components.
Daml Enterprise v2.8.11 |
||
Component |
File download |
Container Image |
SDK |
NA |
|
Canton for Daml Enterprise |
digitalasset-docker.jfrog.io/canton-enterprise:2.8.11 |
|
Daml Finance |
NA |
|
HTTP JSON API Service |
digitalasset-docker.jfrog.io/http-json:2.8.11 |
|
Trigger Service |
digitalasset-docker.jfrog.io/trigger-service:2.8.11 |
|
OAuth 2.0 middleware (Open-Source) |
digitalasset-docker.jfrog.io/oauth2-middleware:2.8.11 |
|
Participant Query Store |
digitalasset-docker.jfrog.io/participant-query-store:0.3.4 |
|
Trigger Runner |
digitalasset-docker.jfrog.io/trigger-runner:2.8.11 |
|
Daml Script |
digitalasset-docker.jfrog.io/daml-script:2.8.11 |
If you are using Oracle JVM and testing security provider signatures, note that the Canton JAR file embeds the Bouncy Castle provider as a dependency. To enable the JVM to verify the signature, put the bcprov JAR on the classpath before the Canton standalone JAR. For example:
java -cp bcprov-jdk15on-1.70.jar:canton-with-drivers-2.8.11-all.jar com.digitalasset.canton.CantonEnterpriseApp
Note: These Docker images are designed to be suitable for production use, with minimal size and attack surface. Minimal images can sometimes make debugging difficult (e.g. no shell in the containers). For convenience, we provide “debug” versions of each of the above images, which you can access by appending “-debug” to the image tag (e.g. digitalasset-docker.jfrog.io/http-json:2.8.11-debug).