Third Release Candidate of UST 2.6.0
Unstable Warning
This is an unstable pre-release intended for testing and feature integration. If you don't need any of the new features or bug fixes listed here, please use the latest stable release.
New Features
#530 New directory connector: Admin Console
#537 New Feature --exclude-unmapped-users
#593 Standalone EXE Builds
#552 Post-Sync and Sign Sync Connector
Bug Fixes
#578 Fix for 'invalid attribute type memberOf' at user-level LDAP request
#584 Added whitelist for functions available inside of eval()
#568 Python 2 build issue due to Zipp
#561 Centos environment and dependency build issues fix
#523 Replace / Remove unused methods
#527 use jeepney 0.4 for py 3
Compatibility with Prior Versions
PEX builds have been deprecated in favor of standalone executable builds. Python is embedded in the executable, so Python is no longer required on the system to run the Sync Tool.
To upgrade to v2.6.0, simply download the Sync Tool build for your platform, extract the executable, and copy it to your User Sync Tool directory. Instead of invoking Python to run the pex (e.g. python user-sync
or python user-sync.pex
), just execute the tool (./user-sync
or .\user-sync.exe
).
Known Issues
No known issues at this time.
Additional Build Information
- Python 2.7 support has been removed as per #586. All builds are currently targeted at Python 3.6.8
- This release introduces the
-noext
build variant. It disables extension configuration support.