Skip to content

Commit d8938b5

Browse files
committed
update changelog
1 parent ea4a9e7 commit d8938b5

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

.changelog/changelog.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.7.0rc2 | 2021-10-22 | User Sync Tool v2.7.0rc2 |
4+
5+
# New Features
6+
7+
**Revamped Sign Sync**
8+
9+
Sign Sync has been overhauled. It is now implemented as a separate workflow with an alternate entrypoint command (`sign-sync`).
10+
11+
Feature summary
12+
13+
- Primary config for Sign Sync is `sign-sync-config.yml`
14+
- Sign connector config - `connector-sign.yml`
15+
- All identity sources are supported
16+
- Sync supports multiple Sign targets
17+
- Full user lifecycle management for standalone Sign environments
18+
- Mapping structure to manage Sign group assignments and admin privileges
19+
- Same logging options as UMAPI sync
20+
21+
Architecture changes
22+
23+
- New `engine` module
24+
- `rules.py` refactored to `engine.umapi`
25+
- `config.py` refctored to multi-file module
26+
- Sign API client is top-level (parallel to `user_sync` module)
27+
- `post_sync` has been removed
28+
29+
Notes:
30+
31+
- User multi-group (UMG) is not supported at this time
32+
- The Sign client uses Sign API v5
33+
34+
Documentation here - https://github.com/adobe-apiplatform/user-sync.py/blob/v2-sign-phase-2/docs/en/user-manual/sign_sync.md
35+
36+
---
37+
138
| tag | date | title |
239
|---|---|---|
340
| v2.7.0rc1 | 2021-10-07 | User Sync Tool v2.7.0rc1 |

.changelog/latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Notes:
2727
- User multi-group (UMG) is not supported at this time
2828
- The Sign client uses Sign API v5
2929

30-
Documentation is forthcoming.
30+
Documentation here - https://github.com/adobe-apiplatform/user-sync.py/blob/v2-sign-phase-2/docs/en/user-manual/sign_sync.md

0 commit comments

Comments
 (0)