Skip to content

Commit 3cb3081

Browse files
committed
Better fix for #224: remind users they have a workaround.
We'd rather leave the pycryptodome at the most modern version, and this works fine if you set the PEX_ROOT on Windows to something short. So the fix is to remind people of the workaround in the release notes.
1 parent 92704c7 commit 3cb3081

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ The proper packages were not present for secure credential storage on Linux plat
1717
## Compatibility with Prior Versions
1818

1919
This version is fully backwards-compatible with version 2.1.
20+
21+
There are new UMAPI config file settings in this release to enable the use of encyrpted keys, see [this section of the docs](https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/deployment_best_practices.html#storing-credentials-in-os-level-storage) for full details.
22+
23+
## Known Issues
24+
25+
On the Win64 platform, due to a change in the encryption support library used by User Sync, there are very long pathnames embedded in the released build artifact `user-sync.pex`. It will likely be necessary to set the `PEX_ROOT` environment variable on Windows (as described [in the docs here](https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/setup_and_installation.html)) to be a very short path (e.g., `env:$PEX_ROOT="C:\pex"`) in order to launch User Sync successfully. We hope to avoid the need for this workaround in a future release.

0 commit comments

Comments
 (0)