...
Fixed an issue with the Encrypt Field Snap, where the Snap failed to support an RSA public key to encrypt a message or field. Now the Snap supports the RSA public key to encrypt the message.
Previously, the Snap catalog listed in a Project, you could use Snaps from a private Snap Packs Pack uploaded to a Project plus any uploaded to the Project, the Projet shared folder and , or the global shared folder. Now, only if a Snap Packs Pack is uploaded to the Project will be available, not those in the Project shared or global shared foldercontaining different Snaps than those uploaded to a shared folder, only the Snaps uploaded to the Project are visible. If you have existing Pipelines using Snap Packs that are no longer available because of this change, you need to fix the Pipelines .
...
by uploading the required Snaps to the Project.
For example, with Snap Pack A and B uploaded to the following locations, the table describes the visible Snaps.Global shared
: Snap pack A (Snap A-1, Snap A-2)
Project space shared: Snap pack B (Snap B-1, Snap B-2)
Project
: Snap pack B (Snap B-1, Snap B-3)
...
| Visible Snaps visible to the Project |
---|---|
OldBefore | Snap A-1, Snap A-2, Snap B-1, Snap B-2, and Snap B-3 |
NewAfter the May 2023 release | Snap A-1, Snap A-2, Snap B-1, and Snap B-3 (Snap B-2 is not visible because it is not uploaded to the Project) |
After the May 2023 release, if Snap Pack B is removed from the Project | Snap A-1, Snap A-2, Snap B-1, Snap B-2) (Snap B-2 is now visible) |
But if we remove the Snap pack B in the project, the visible snaps will be Snap A-1, Snap A-2, Snap B-1, and Snap B-2.
...