Skip to content

Commit c3d3d50

Browse files
committed
prepare new release
1 parent 92c813c commit c3d3d50

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

.changelog/changelog.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
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+
140
| tag | date | title |
241
|-----------|------------|--------------------------|
342
| v2.9.0rc3 | 2023-07-12 | User Sync Tool v2.9.0rc3 |

user_sync/version.py

+1-1
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.9.0rc3'
21+
__version__ = '2.9.0'

0 commit comments

Comments
 (0)