Skip to content

v240

Choose a tag to compare

@peterpeterparker peterpeterparker released this 03 Apr 11:34
· 32 commits to main since this release

Summary

Because @icp-sdk/core wasn't marked as external in @junobuild/utils@1.0.0, the functions bundler (esbuild) ended up duplicating the Principal class. As a result, reviving encoded data mismatched references and wasn't able to deserialize data correctly. This was caught by the test suite before release (see job) and therefore, should not impact any developer.

What's Changed

Full Changelog: v239...v240