Skip to content

Commit f3c8ccb

Browse files
committed
prep new release
1 parent 2825d5b commit f3c8ccb

File tree

7 files changed

+14
-45
lines changed

7 files changed

+14
-45
lines changed

.changelog/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.7.1 | 2022-03-14 | User Sync Tool v2.7.1 |
4+
5+
* \#773 Sync signal logic tweaks
6+
7+
---
8+
19
| tag | date | title |
210
|---|---|---|
311
| v2.7.0 | 2021-12-02 | User Sync Tool v2.7.0 |

.changelog/latest.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1 @@
1-
# New Features
2-
3-
**Revamped Sign Sync**
4-
5-
Sign Sync has been overhauled. It is now implemented as a separate workflow with an alternate entrypoint command (`sign-sync`).
6-
7-
Feature summary
8-
9-
- Primary config for Sign Sync is `sign-sync-config.yml`
10-
- Sign connector config - `connector-sign.yml`
11-
- All identity sources are supported
12-
- Sync supports multiple Sign targets
13-
- Full user lifecycle management for standalone Sign environments
14-
- Mapping structure to manage Sign group assignments and admin privileges
15-
- Same logging options as UMAPI sync
16-
- Sign API data is cached
17-
- Tool to migrate post-sync config
18-
19-
Architecture changes
20-
21-
- New `engine` module
22-
- `rules.py` refactored to `engine.umapi`
23-
- `config.py` refctored to multi-file module
24-
- Sign API client is top-level (parallel to `user_sync` module)
25-
- `post_sync` has been removed
26-
27-
Notes:
28-
29-
- User multi-group (UMG) is not supported at this time
30-
- The Sign client uses Sign API v6
31-
32-
Documentation here - https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/sign_sync.html
33-
34-
**Enhanced ESM Support**
35-
36-
Fixed an issue when syncing to trustee consoles that use Enterprise Storage Model (ESM).
37-
New config option `uses_business_id` in UMAPI connector config ensures that users are
38-
handled correctly.
39-
40-
See https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/advanced_configuration.html#esm-secondary-targets
1+
* \#773 Sync signal logic tweaks

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Tool are to streamline the process of named user deployment and automate user ma
88
This application is open source, maintained by Adobe, and distributed under the terms
99
of the OSI-approved MIT license. See the LICENSE file for details.
1010

11-
Copyright (c) 2016-2020 Adobe Inc.
11+
Copyright (c) 2016-2022 Adobe Inc.
1212

1313
## Documentation
1414

docs/en/success-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav_level: 1
88
nav_order: 100
99
---
1010

11-
Version 2.7.0, released 2021-12-02
11+
Version 2.7.1, released 2022-03-22
1212

1313
This document walks you through the steps needed to understand
1414
and setup the User Sync Tool.

docs/en/success-guide/test_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These commands ought to produce an output similar to the following:
2727

2828
```
2929
> .\user-sync.exe -v
30-
user-sync.exe 2.7.0rc1
30+
user-sync.exe 2.7.1
3131
```
3232

3333
```

docs/en/user-manual/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav_level: 1
88
nav_order: 10
99
---
1010

11-
Version 2.7.0, released 2021-12-02
11+
Version 2.7.1, released 2022-03-22
1212

1313
This document has all the information you need to get up and
1414
running with User Sync. It presumes familiarity with the use of

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.7.0'
21+
__version__ = '2.7.1'

0 commit comments

Comments
 (0)