File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for User Sync Tool Version 2.2.2
2
2
3
- These notes apply to v2.2.2rc2 of 2017-10-29 .
3
+ These notes apply to v2.2.2rc3 of 2017-11-14 .
4
4
5
5
## New Features
6
6
@@ -16,6 +16,8 @@ These notes apply to v2.2.2rc2 of 2017-10-29.
16
16
17
17
[ #293 ] ( https://github.com/adobe-apiplatform/user-sync.py/issues/293 ) : Don't crash when existing users are added to secondaries.
18
18
19
+ [ #301 ] ( https://github.com/adobe-apiplatform/user-sync.py/issues/301 ) : User Sync fails when adding more than 10 groups to a user.
20
+
19
21
## Compatibility with Prior Versions
20
22
21
23
There are no interface changes from prior versions.
Original file line number Diff line number Diff line change 48
48
'pycryptodome' ,
49
49
'pyldap==2.4.37' ,
50
50
'PyYAML' ,
51
- 'umapi-client>=2.8 ' ,
51
+ 'umapi-client>=2.9 ' ,
52
52
'psutil' ,
53
53
'keyring' ,
54
54
'six'
Original file line number Diff line number Diff line change 18
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
19
# SOFTWARE.
20
20
21
- __version__ = '2.2.2rc2 '
21
+ __version__ = '2.2.2rc3 '
You can’t perform that action at this time.
0 commit comments