Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Is there an incremental changelog for snapshot releases?Forum ↗

Is there an incremental changelog for snapshot releases?

App Development3 posts185 views7 likesLast activity Jan 2022
GE
georgOP
Jan 2022 1

I was looking at the most recent snapshot release page: Release 2.0.0-snapshot.20220110.8812.0.3a08380b · digital-asset/daml · GitHub

Is there a changelog somewhere that tells me what changed since the previous snapshot?

CO
cocreature
Jan 2022 3

There is nothing published but you can use the unreleased.sh script in the Daml repo which takes a git range as an argument and shows you the changelog, e.g.,

./unreleased.sh v2.0.0-snapshot.20220105.8777.0.cb15ab5a..v2.0.0-snapshot.20220110.8812.0.3a08380b

That said, these changelogs are not reviewed in detail and there is no guarantee for either correctness or completeness.

ST
stefanobaghino-da
Jan 2022 3

We’re so ledger-centric that even our changelog is a roll-up of a sequence of transactions. :capybara:

← Back to Discussions