Skip to content

Commit

Permalink
prepare 2.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adorton-adobe committed Aug 22, 2024
1 parent 37596a5 commit 3a2f509
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
| tag | date | title |
|---------|------------|------------------------|
| v2.10.0 | 2024-08-22 | User Sync Tool v2.10.0 |

# Fixes

* #825 send `start_sync()` signal when querying groups for auto-create purposes
* #834 make TimeoutException a child of AssertionException so we don't show a stack trace
* #837 fix typo in sign engine log message
* #840 push strategy fails with unhandled exception
* e61ec81 Fix issue with all users setting

# New Features

* 5e9e01b Ability to exclude Sign users in Sign Sync
* 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](https://github.com/adobe-apiplatform/user-sync.py/blob/8082c987c79eddcc3fc06f31a1c32de300a30cd7/en/user-manual/configuring_user_sync_tool.md#limits-config) for more information

---

| tag | date | title |
|------------|------------|---------------------------|
| v2.10.0rc4 | 2024-08-13 | User Sync Tool v2.10.0rc4 |
Expand Down
2 changes: 1 addition & 1 deletion user_sync/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

__version__ = '2.10.0rc4'
__version__ = '2.10.0'

0 comments on commit 3a2f509

Please sign in to comment.