|
| 1 | +| tag | date | title | |
| 2 | +|--------|------------|-----------------------| |
| 3 | +| v2.9.0 | 2023-07-26 | User Sync Tool v2.9.0 | |
| 4 | + |
| 5 | +# Features |
| 6 | + |
| 7 | +* 8c4ea5c Implement username update (disabled by default - see #819) |
| 8 | +* #819 Add `update_attributes` config to govern which user attributes can be updated |
| 9 | + * `username` disabled by default, all others enabled |
| 10 | + * Generates warning message when a disabled attribute is different (assuming `--update-user-info` is enabled) |
| 11 | +* [OAuth Server-to-Server Support](https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation/) |
| 12 | + * New config option in UMAPI connector config and Admin Console connector: |
| 13 | + `authentication_method` |
| 14 | + * Set to `oauth` to enable Server-to-Server support |
| 15 | + * Server-to-Server auth only requires Client ID and Client Secret |
| 16 | + * JWT authentication is deprecated and will be removed in a future version |
| 17 | + * More information |
| 18 | + * https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/connect_adobe.md |
| 19 | + * https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/sync_from_console.md |
| 20 | + |
| 21 | +# Fixes |
| 22 | + |
| 23 | +* #811 Fix user email update failures |
| 24 | + |
| 25 | +# Build Changes |
| 26 | + |
| 27 | +* Github Actions no longer maintains a build for Ubuntu Bionic (18.04), |
| 28 | + so automated `bionic` builds are no longer available. Automated builds |
| 29 | + for 22.04 Jammy have been added with the `jammy` label. |
| 30 | + |
| 31 | +# Advisory |
| 32 | + |
| 33 | +This is a pre-release and may not be stable for production use. The username |
| 34 | +update feature is under development and will currently update the username of |
| 35 | +any user that can be identified as being in need of a username update. This |
| 36 | +may have unexpected side effects. |
| 37 | + |
| 38 | +--- |
| 39 | + |
1 | 40 | | tag | date | title |
|
2 | 41 | |-----------|------------|--------------------------|
|
3 | 42 | | v2.9.0rc3 | 2023-07-12 | User Sync Tool v2.9.0rc3 |
|
|
0 commit comments