Skip to content

Commit b3bef69

Browse files
committed
prepare new release
1 parent d2f8a7c commit b3bef69

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

.changelog/changelog.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
| tag | date | title |
2+
|-----------|------------|--------------------------|
3+
| v2.9.0rc3 | 2023-07-12 | User Sync Tool v2.9.0rc3 |
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.0rc2 | 2023-06-07 | User Sync Tool v2.9.0rc2 |

.changelog/latest.md

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

3-
* 8c4ea5c Implement unconditional username update
3+
* 8c4ea5c Implement username update (disabled by default - see #819)
4+
* #819 Add `update_attributes` config to govern which user attributes can be updated
5+
* `username` disabled by default, all others enabled
6+
* Generates warning message when a disabled attribute is different (assuming `--update-user-info` is enabled)
47
* [OAuth Server-to-Server Support](https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation/)
58
* New config option in UMAPI connector config and Admin Console connector:
69
`authentication_method`

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

0 commit comments

Comments
 (0)