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
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Release Notes for User Sync Tool Version 2.2.1
2
2
3
-
These notes apply to v2.2.1rc1 of 2017-08-28.
3
+
These notes apply to v2.2.1 of 2017-08-30.
4
4
5
5
## New Features
6
6
@@ -9,16 +9,20 @@ These notes apply to v2.2.1rc1 of 2017-08-28.
9
9
* a `str` (or `unicode` in py2) if the attribute has one value;
10
10
* a `list` of `str` (or `unicode` in py2) if the attribute has multiple values.
11
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.
13
+
12
14
## Bug Fixes
13
15
14
16
[#257](https://github.com/adobe-apiplatform/user-sync.py/issues/257): Catch exceptions thrown by umapi-client when creating actions.
15
17
16
-
[#258](https://github.com/adobe-apiplatform/user-sync.py/issues/258): Correctly decrypte private keys in py3.
18
+
[#258](https://github.com/adobe-apiplatform/user-sync.py/issues/258): Correctly decrypt private keys in py3.
17
19
18
20
[#260](https://github.com/adobe-apiplatform/user-sync.py/issues/260): Make sure the requests library is loaded when using pex on Windows.
19
21
20
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.
21
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.
25
+
22
26
## Compatibility with Prior Versions
23
27
24
28
There are no functional changes from prior versions.
0 commit comments