Release of Daml 2.3.10

 Daml 2.3.10 has been released. You can install it using:

daml install 2.3.10


Summary


This is a maintenance release, addressing a couple of issues.

What’s new


Canton


  • Bugfix to the Oracle storage backend: Contracts with large number of observers could lead to an Oracle exception (code ORA-03146) while writing the contract metadata. We have modified the storage operation to not trigger the given limitation anymore. As there is no workaround, we advise users of the Oracle storage backend to upgrade in order to avoid this limitation.

JSON API


  • The cause of an internal server error message in the body of streaming responses of /v1/query and /v1/fetch requests is now logged.
  • We now update the query store in a different way, which should lead to more predictable behavior with higher-performance transaction conflicts on Oracle.