File tree Expand file tree Collapse file tree 3 files changed +12
-24
lines changed Expand file tree Collapse file tree 3 files changed +12
-24
lines changed Original file line number Diff line number Diff line change
1
+ | tag | date | title |
2
+ | --------| ------------| -----------------------|
3
+ | v2.9.1 | 2023-08-07 | User Sync Tool v2.9.1 |
4
+
5
+ # Fixes
6
+
7
+ * 8fbeb83 Fix build config for Jammy
8
+
9
+ ---
10
+
1
11
| tag | date | title |
2
12
| --------| ------------| -----------------------|
3
13
| v2.9.0 | 2023-07-26 | User Sync Tool v2.9.0 |
Original file line number Diff line number Diff line change 1
- # Features
2
-
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)
7
- * [ OAuth Server-to-Server Support] ( https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation/ )
8
- * New config option in UMAPI connector config and Admin Console connector:
9
- ` authentication_method `
10
- * Set to ` oauth ` to enable Server-to-Server support
11
- * Server-to-Server auth only requires Client ID and Client Secret
12
- * JWT authentication is deprecated and will be removed in a future version
13
- * More information
14
- * https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/connect_adobe.md
15
- * https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/sync_from_console.md
16
-
17
1
# Fixes
18
2
19
- * #811 Fix user email update failures
20
-
21
- # Build Changes
22
-
23
- * Github Actions no longer maintains a build for Ubuntu Bionic (18.04),
24
- so automated ` bionic ` builds are no longer available. Automated builds
25
- for 22.04 Jammy have been added with the ` jammy ` label.
3
+ * 8fbeb83 Fix build config for Jammy
Original file line number Diff line number Diff line change 18
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
19
# SOFTWARE.
20
20
21
- __version__ = '2.9.0 '
21
+ __version__ = '2.9.1 '
You can’t perform that action at this time.
0 commit comments