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+
111| tag | date | title |
212| --------| ------------| -----------------------|
313| 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-
171# Fixes
182
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 1818# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919# SOFTWARE.
2020
21- __version__ = '2.9.0 '
21+ __version__ = '2.9.1 '
You can’t perform that action at this time.
0 commit comments