v1.4.x - Dugong
Note
This release is under development.
Headline features that might be called out in the release overviews
- Pending...
Changes which may cause compilation errors for Scrypto developers or other integrators
- #2035 - types specifying multiple types in
#[sbor(categorize_types = "S, T")]should now use a semi-colon as a separator:#[sbor(categorize_types = "S; T")] - #2017 - Manual implementations of
ContextualDisplaymust now take a&mut fmt::Formatterinstead of aF: fmt::Write.
Other incidental features or changes which shouldn't break existing integrations, but are worthy of mention to scrypto developers, dApp developers or other integrators.
- #2053 - Minor updates to improve the
nameanddescriptionof the native node module packages. - #2067 - Removed the
eager!macro and replaced it with the rewritten, open-source and more comprehensivepreinterpret!macro which David is supporting in an open-source preinterpret crate. Give it a try for replacing code-generation procedural macros. - #2068 - Added a
radiswap-v2scenario to run at Dugong launch. It demonstrates the use ofenable_blueprint_linkingfeature as an alternative to direct linking, and also demonstrates how to configure a badge to be its own owner in the manifest. - #2069 - Running a preview with the
no_authflag will now cause anyRuntime::assert_access_rule(..)checks to be ignored, as well as disabling the authorization layer.
v1.3.x - Cuttlefish
We didn't have a formal changelog. Please see the protocol updates section of the docs site for more information.
v1.2.x - Bottlenose and before
We didn't have a formal changelog. Please see the protocol updates section of the docs site for more information.