Skip to content

Commit 15a228b

Browse files
committed
prepare new release
1 parent 8fbeb83 commit 15a228b

File tree

3 files changed

+12
-24
lines changed

3 files changed

+12
-24
lines changed

.changelog/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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 |

.changelog/latest.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
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

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.9.0'
21+
__version__ = '2.9.1'

0 commit comments

Comments
 (0)