|
1 |
| -# Release Notes for User Sync Tool Version 2.2.1 |
| 1 | +# Release Notes for User Sync Tool Version 2.2.2 |
2 | 2 |
|
3 |
| -These notes apply to v2.2.1 of 2017-08-30. |
| 3 | +These notes apply to v2.2.2rc1 of 2017-10-25. |
4 | 4 |
|
5 | 5 | ## New Features
|
6 | 6 |
|
7 |
| -[#266](https://github.com/adobe-apiplatform/user-sync.py/issues/266): Extended attribute values (defined in extensions) can now be multi-valued. The type of the attribute value in the `source_attributes` dictionary will be: |
8 |
| -* `None` if the attribute has no value; |
9 |
| -* a `str` (or `unicode` in py2) if the attribute has one value; |
10 |
| -* a `list` of `str` (or `unicode` in py2) if the attribute has multiple values. |
11 |
| - |
12 |
| -[#268](https://github.com/adobe-apiplatform/user-sync.py/issues/268): To make sure users get all the right overlapping entitlements associated with mapped user groups, `--strategy push` now does group removals before group adds. |
| 7 | +None. |
13 | 8 |
|
14 | 9 | ## Bug Fixes
|
15 | 10 |
|
16 |
| -[#257](https://github.com/adobe-apiplatform/user-sync.py/issues/257): Catch exceptions thrown by umapi-client when creating actions. |
17 |
| - |
18 |
| -[#258](https://github.com/adobe-apiplatform/user-sync.py/issues/258): Correctly decrypt private keys in py3. |
| 11 | +[#283](https://github.com/adobe-apiplatform/user-sync.py/issues/283): Don't import keyring unless needed. |
19 | 12 |
|
20 |
| -[#260](https://github.com/adobe-apiplatform/user-sync.py/issues/260): Make sure the requests library is loaded when using pex on Windows. |
| 13 | +[#286](https://github.com/adobe-apiplatform/user-sync.py/issues/286): Allow specifying attributes for Adobe IDs. |
21 | 14 |
|
22 |
| -[#265](https://github.com/adobe-apiplatform/user-sync.py/issues/265): Extended attributes in extensions couldn't be fetched unless they had non-ascii names. |
23 |
| - |
24 |
| -[#269](https://github.com/adobe-apiplatform/user-sync.py/issues/269): When using `--strategy sync`, new users created in secondary organizations were not being added to any groups. |
| 15 | +[#288](https://github.com/adobe-apiplatform/user-sync.py/issues/288): Escape special characters in user input to LDAP queries. |
25 | 16 |
|
26 | 17 | ## Compatibility with Prior Versions
|
27 | 18 |
|
28 |
| -There are no functional changes from prior versions. |
| 19 | +There are no interface changes from prior versions. |
29 | 20 |
|
30 | 21 | ## Known Issues
|
31 | 22 |
|
32 |
| -Because the release on Windows is built with a pre-compiled version of pyldap, we have to specify a specific version to be used in each release. This not always be the latest version. |
| 23 | +Because the release on Windows is built with a pre-compiled version of pyldap, we have to specify a specific version to be used in each release. This may not always be the latest version. |
33 | 24 |
|
34 | 25 | On the Win64 platform, there are very long pathnames embedded in the released build artifact `user-sync.pex`, which will cause problems unless you are on Windows 10 and are either running Python 3.6 or have enabled long pathnames system-wide (as described in this [Microsoft Dev Center article](https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx)). To work around this issue on older platforms, set the `PEX_ROOT` environment variable (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., `set PEX_ROOT=C:\pex`).
|
| 26 | + |
| 27 | +Each release on each platform is built with a specific version of Python. Typically this is the latest available (from the OS vendor, if they provide one) for that platform. In general, and especially on Windows, you should use the same Python to run User Sync as it was built with. |
0 commit comments