Skip to content

Commit c29933e

Browse files
committed
update changelog
1 parent 91f55da commit c29933e

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.changelog/changelog.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.9.0rc2 | 2023-06-07 | User Sync Tool v2.9.0rc2 |
4+
5+
# Features
6+
7+
* 8c4ea5c Implement unconditional username update
8+
* [OAuth Server-to-Server Support](https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation/)
9+
* New config option in UMAPI connector config and Admin Console connector:
10+
`authentication_method`
11+
* Set to `oauth` to enable Server-to-Server support
12+
* Server-to-Server auth only requires Client ID and Client Secret
13+
* JWT authentication is deprecated and will be removed in a future version
14+
* More information
15+
* https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/connect_adobe.md
16+
* https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/sync_from_console.md
17+
18+
# Fixes
19+
20+
* #811 Fix user email update failures
21+
22+
# Build Changes
23+
24+
* Github Actions no longer maintains a build for Ubuntu Bionic (18.04),
25+
so automated `bionic` builds are no longer available. Automated builds
26+
for 22.04 Jammy have been added with the `jammy` label.
27+
28+
# Advisory
29+
30+
This is a pre-release and may not be stable for production use. The username
31+
update feature is under development and will currently update the username of
32+
any user that can be identified as being in need of a username update. This
33+
may have unexpected side effects.
34+
35+
---
36+
137
| tag | date | title |
238
|---|---|---|
339
| v2.9.0rc1 | 2023-04-12 | User Sync Tool v2.9.0rc1 |

.changelog/latest.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Features
22

33
* 8c4ea5c Implement unconditional username update
4+
* [OAuth Server-to-Server Support](https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation/)
5+
* New config option in UMAPI connector config and Admin Console connector:
6+
`authentication_method`
7+
* Set to `oauth` to enable Server-to-Server support
8+
* Server-to-Server auth only requires Client ID and Client Secret
9+
* JWT authentication is deprecated and will be removed in a future version
10+
* More information
11+
* https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/connect_adobe.md
12+
* https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/sync_from_console.md
413

514
# Fixes
615

0 commit comments

Comments
 (0)