Skip to content

Commit 3a2f509

Browse files
committed
prepare 2.10.0 release
1 parent 37596a5 commit 3a2f509

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.changelog/changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
| tag | date | title |
2+
|---------|------------|------------------------|
3+
| v2.10.0 | 2024-08-22 | User Sync Tool v2.10.0 |
4+
5+
# Fixes
6+
7+
* #825 send `start_sync()` signal when querying groups for auto-create purposes
8+
* #834 make TimeoutException a child of AssertionException so we don't show a stack trace
9+
* #837 fix typo in sign engine log message
10+
* #840 push strategy fails with unhandled exception
11+
* e61ec81 Fix issue with all users setting
12+
13+
# New Features
14+
15+
* 5e9e01b Ability to exclude Sign users in Sign Sync
16+
* 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
17+
18+
---
19+
120
| tag | date | title |
221
|------------|------------|---------------------------|
322
| v2.10.0rc4 | 2024-08-13 | User Sync Tool v2.10.0rc4 |

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.10.0rc4'
21+
__version__ = '2.10.0'

0 commit comments

Comments
 (0)