Skip to content

Commit a56bfb9

Browse files
committed
Update release info for v1.2rc1 build
1 parent f447601 commit a56bfb9

File tree

2 files changed

+33
-31
lines changed

2 files changed

+33
-31
lines changed

RELEASE_NOTES.md

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
1-
# Release Notes for User Sync Tool Version 1.1
2-
**2017-03-03.**
3-
4-
## Updating from prior versions
5-
6-
This version has 2 new required configuration items. If you are using an earlier version, you will need to add the following entires to your main user-sync-config.yaml file:
7-
8-
limits:
9-
max_deletions_per_run: 10 # if --remove-nonexistent-users is specified, this is the most users that will be removed. Others will be left for a later run. A critical message will be logged.
10-
max_missing_users: 200 # if more than this number of user accounts are not found in the directory, user sync will abort with an error and a critical message will be logged.
11-
12-
To update your installation, download the release for your platform and replace the user-sync or user-sync.pex file with the new one. Same the old one in case of problems
13-
14-
Because this version contains a more aggressive --process-groups function (a bug fix) you may want to run with --test-only first and make sure nothing unexpected is happening.
15-
16-
## New Features / Bugs Fixed
17-
18-
1. Ability to specify additional directory attributes to load and specify a code snippet to implement complex mappings from directory information to Adobe user information and group membership. This is covered in more detail in the updated documentation.
19-
20-
2. Releases for different platforms are packaged separately so you only have to download the platform(s) you want. You do have to download the example configuration files and documentation separately.
21-
22-
3. User removal limits and guards. There are some new features to prevent user sync from accidentally removing large numbers of users in the event of misconfiguration or changes in the directory which result in users not being returned from queries.
23-
24-
4. A bug preventing sync from working properly with Federated domains with username rather than email based logins is fixed.
25-
26-
5. A bug in --process-groups was fixed. Details below.
1+
# Release Notes for User Sync Tool Version 1.2
2+
3+
These notes apply to 1.2rc1 of 2017-03-20.z
4+
5+
## New Features
6+
7+
1. You can now exclude dashboard users from being updated or
8+
deleted by User Sync. See the
9+
[docs](https://adobe-apiplatform.github.io/user-sync.py/) for
10+
details.
11+
2. There is more robust reporting for errors in configuration
12+
files.
13+
3. The log now reports the User Sync version and gives the
14+
details of how it was invoked.
15+
4. You can now create and manage users of all identity types,
16+
including Adobe IDs, both when operating from an LDAP
17+
directory and from CSV files.
18+
5. You can now distinguish, when a customer directory user is
19+
disabled or removed, whether to remove the matching Adobe-side
20+
from the organization or also to delete his Adobe user
21+
account.
22+
23+
## Significant Bug Fixes
24+
25+
1. There were many bugs fixed related to managing users of
26+
identity types other than Federated ID.
27+
2. There were many bugs fixes related to managing group
28+
membership of all identity types.
2729

2830
## Changes in Behavior
2931

30-
A bug in --process-groups was fixed. Previously, users present in the Adobe admin console but not in the directory were not removed from groups that were mapped in the user sync configuration file. This is now fixed. A group (user group or product configuration) that is mapped from a directory group is assumed to be under user sync control and any users in such groups that are not in the directory and in groups in the directory mapped to those Adobe groups are removed.
31-
32-
This release of user sync should be compatible and have no other behavior changes.
32+
All options now apply to users of all identity types. Previously,
33+
some had applied only to Federated ID and some to Enterprise ID.
3334

3435
## Compatibility with Prior Versions
3536

36-
Other than as noted above, existing configuration files and should work and have the same behavior.
37+
Other than as noted above, existing configuration files and
38+
should work and have the same behavior.

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__ = '1.1.2a1'
21+
__version__ = '1.2rc1'

0 commit comments

Comments
 (0)