Skip to content

Commit 3604bb5

Browse files
committed
update release notes for fix of #236.
1 parent 1419b71 commit 3604bb5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@ These notes apply to v2.2rc1 of 2017-06-18.
44

55
## New Features
66

7-
[#52](https://github.com/adobe-apiplatform/user-sync.py/issues/235): This release runs on both Python 2 and Python 3 (3.4, 3.5, and 3.6 to be precise)!
7+
[#52](https://github.com/adobe-apiplatform/user-sync.py/issues/235): This release runs on both Python 2 and Python 3 (2.7, 3.4, 3.5, and 3.6 to be precise)!
88

99
[#234](https://github.com/adobe-apiplatform/user-sync.py/issues/234): There are new UMAPI configuration settings (`timeout` and `retries` in the `server` section) to control the network behavior when talking to the UMAPI server. The default timeout of 120 seconds and the default retry count of 3 are unchanged.
1010

1111
[#182](https://github.com/adobe-apiplatform/user-sync.py/issues/182): At long last, you can select users in nested groups. The new implementation also allows us to avoid fetching the entire directory when the users are only supposed to come from specific groups, as with `--users mapped` ([#129](https://github.com/adobe-apiplatform/user-sync.py/issues/129).
1212

13+
[#236](https://github.com/adobe-apiplatform/user-sync.py/issues/236): Directory users can now be pushed directly to Adobe, rather than synchronized with a fetch of Adobe users. A new command-line argument `--strategy push` (as opposed to the default `--strategy sync`) controls this.
14+
1315
## Bug Fixes
1416

1517
This release contains bug fixes for:
1618

1719
* [#227](https://github.com/adobe-apiplatform/user-sync.py/issues/227): crashes due to bad user keys.
1820
* [#235](https://github.com/adobe-apiplatform/user-sync.py/issues/235): crash if Adobe ID user has no username or domain info.
19-
* [#233](https://github.com/adobe-apiplatform/user-sync.py/issues/235): exceptions in LDAP connections are handled gracefully, as are keyboard interrupts.
21+
* [#233](https://github.com/adobe-apiplatform/user-sync.py/issues/233): exceptions in LDAP connections are handled gracefully, as are keyboard interrupts.
2022

2123
## Compatibility with Prior Versions
2224

23-
This version is fully backwards-compatible with version 2.1.1. As mentioned above, there are two new configuration settings.
25+
This version is fully backwards-compatible with version 2.1.1. As mentioned above, there are new configuration settings for controlling network behavior and update strategy.
2426

2527
## Known Issues
2628

0 commit comments

Comments
 (0)