-
Added support for patched toolchain releases. The patched toolchains have
+nin their name, for examplev3.1.0+1. This change affects the following subcommands: -
sdk-manager installsubcommand: Runningnrfutil sdk-manager install <SDK version>installs the latest patched toolchain release for that SDK version even if a previous toolchain is already installed. sdk-manager searchsubcommand: The search output will list all available patch toolchain releases for a specific SDK release. Some toolchain releases might be hidden by default and will only be included if the--show-allflag is used.-
sdk-manager toolchain launchandsdk-manager toolchain envsubcommands: The installed toolchain with the higher patch number will be used for the environment for both commands. -
Added support for uninstalling a toolchain using the toolchain bundle ID by using the
--toolchain-bundle-idflag with thesdk-manager toolchain uninstallsubcommand. - Added support for a
tagsfield in the toolchain index. Using this field, entries can be marked ashiddento hide them by default in thesdk-manager searchoutput. - Added a
mappingsfield to thetoolchain searchJSON output, which describes the relationship between the bundle IDs and the SDK versions, as recorded in the toolchain index.