Skip to content

Releases: adobe-apiplatform/user-sync.py

User Sync Tool v2.10.0rc2

20 Oct 02:52
Compare
Choose a tag to compare
Pre-release

Fixes

  • e61ec81 Fix issue with all users setting

New Features

  • d761c5e Introduce option to limit scope of Adobe-only users to just those that
    have groups to remove in the current sync. See the
    manual

    for more information

User Sync Tool v2.10.0rc1

27 Sep 21:00
Compare
Choose a tag to compare
Pre-release

Fixes

  • e61ec81 Fix issue with all users setting

User Sync Tool v2.9.1

07 Aug 19:50
Compare
Choose a tag to compare

Fixes

  • 8fbeb83 Fix build config for Jammy

User Sync Tool v2.9.0

26 Jul 22:06
Compare
Choose a tag to compare

Features

Fixes

  • #811 Fix user email update failures

Build Changes

  • Github Actions no longer maintains a build for Ubuntu Bionic (18.04),
    so automated bionic builds are no longer available. Automated builds
    for 22.04 Jammy have been added with the jammy label.

User Sync Tool v2.9.0rc3

12 Jul 16:42
Compare
Choose a tag to compare
Pre-release

Features

Fixes

  • #811 Fix user email update failures

Build Changes

  • Github Actions no longer maintains a build for Ubuntu Bionic (18.04),
    so automated bionic builds are no longer available. Automated builds
    for 22.04 Jammy have been added with the jammy label.

Advisory

This is a pre-release and may not be stable for production use. The username
update feature is under development and will currently update the username of
any user that can be identified as being in need of a username update. This
may have unexpected side effects.

User Sync Tool v2.9.0rc2

07 Jun 23:44
Compare
Choose a tag to compare
Pre-release

Features

Fixes

  • #811 Fix user email update failures

Build Changes

  • Github Actions no longer maintains a build for Ubuntu Bionic (18.04),
    so automated bionic builds are no longer available. Automated builds
    for 22.04 Jammy have been added with the jammy label.

Advisory

This is a pre-release and may not be stable for production use. The username
update feature is under development and will currently update the username of
any user that can be identified as being in need of a username update. This
may have unexpected side effects.

User Sync Tool v2.9.0rc1

13 Apr 19:47
Compare
Choose a tag to compare
Pre-release

Features

  • 8c4ea5c Implement unconditional username update

Fixes

  • #811 Fix user email update failures

Build Changes

  • Github Actions no longer maintains a build for Ubuntu Bionic (18.04),
    so automated bionic builds are no longer available. Automated builds
    for 22.04 Jammy have been added with the jammy label.

Advisory

This is a pre-release and may not be stable for production use. The username
update feature is under development and will currently update the username of
any user that can be identified as being in need of a username update. This
may have unexpected side effects.

User Sync Tool v2.8.0

30 Jan 19:07
Compare
Choose a tag to compare

Known Issues

Note - email address updates may not work as expected. See #810 for more information.

Features

  • #738 Platform and environment info

Fixes

User Sync Tool v2.7.6

12 Jan 21:08
Compare
Choose a tag to compare

Features

  • 4c4545a Extend "additional groups" awareness/support to all directory connectors

Fixes

  • 183e1d2 Fix bug when writing Adobe-only users to file (#801)
  • 79ce27d Non-zero exit code for certain error conditions (#803)
  • 651d211 Deal with emails, not usernames in CSV adobe-only features (write to CSV, read from CSV) (#808)

Documentation

  • c54a9eb Update Additional Groups documentation to discuss all directory connector types

User Sync Tool v2.7.5

29 Sep 22:15
Compare
Choose a tag to compare

Bug Fixes

  • fbeb468 Update Sign API model to ignore unknown attributes
  • 637a2bf Get Okta token from config securely

Documentation Updates

  • Documentation is now built from branch user-guide
  • eab9825 Create GHA workflow to build docs