You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve recently updated from 1.5.3. to the latest version and seeing a breaking issues with EtM_DecryptTransform and EtM_DecryptTransform .
Looking at the history I can see there is a breaking change in the API signature of both functions (the default chunkNumber has been removed). No big deal for us as we do not use this. However, this still causes an exception to be thrown so the implementation has obviously also changed.
The question is, how do we supply an upgrade path for the users of our App who can have thousands of files encrypted with version 1.5.3?
The text was updated successfully, but these errors were encountered:
I’ve recently updated from 1.5.3. to the latest version and seeing a breaking issues with EtM_DecryptTransform and EtM_DecryptTransform .
Looking at the history I can see there is a breaking change in the API signature of both functions (the default chunkNumber has been removed). No big deal for us as we do not use this. However, this still causes an exception to be thrown so the implementation has obviously also changed.
The question is, how do we supply an upgrade path for the users of our App who can have thousands of files encrypted with version 1.5.3?
The text was updated successfully, but these errors were encountered: