Skip to content

Commit f891fad

Browse files
committed
prepare for GM build of 2.1.1.
1 parent c1ef51d commit f891fad

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes for User Sync Tool Version 2.2.1
22

3-
These notes apply to v2.2.1rc1 of 2017-08-28.
3+
These notes apply to v2.2.1 of 2017-08-30.
44

55
## New Features
66

@@ -9,16 +9,20 @@ These notes apply to v2.2.1rc1 of 2017-08-28.
99
* a `str` (or `unicode` in py2) if the attribute has one value;
1010
* a `list` of `str` (or `unicode` in py2) if the attribute has multiple values.
1111

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+
1214
## Bug Fixes
1315

1416
[#257](https://github.com/adobe-apiplatform/user-sync.py/issues/257): Catch exceptions thrown by umapi-client when creating actions.
1517

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.
1719

1820
[#260](https://github.com/adobe-apiplatform/user-sync.py/issues/260): Make sure the requests library is loaded when using pex on Windows.
1921

2022
[#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.
2123

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+
2226
## Compatibility with Prior Versions
2327

2428
There are no functional changes from prior versions.

user_sync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = '2.2.1rc1'
21+
__version__ = '2.2.1'

0 commit comments

Comments
 (0)