We will be performing updates on hub.daml.com Saturday, November 9th, 2024 at 9:00am EDT (13:00 UTC). The release is estimated to take 30 minutes to complete.
The release will include:
- Canton version for all running ledgers and services upgraded to 2.9.5 (from 2.9.4)
- PQS version for all running ledgers and services upgraded to 0.4.14 (from 0.4.10)
- Pythonbots support public route
- JWT expiry for automations increased to 24hrs
Canton participant nodes will be restarted, causing brief unavailability (typically less than ten minutes) to the Ledger API for your ledger or services. This will also cause your deployed bots, integrations, triggers and PQS services to restart.
We’re making updates to the Daml Hub service and its infrastructure and don’t expect any changes needed to applications in this release. However, If you query for archived contracts via PQS, do make sure to confirm the form of package ID that you query with. The changes are available now in the Hub staging environment for confirmation if you wish to preview the changes before they are applied in this release.
- PQS Fix: Archive event handling - as a result the Read API has a more precise FQN scheme for exercises:
– becomes:select * from exercises('package:module:choice');
select * from exercises('package:module:template:choice');