Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
adorton-adobe committed Aug 7, 2023
1 parent 8fbeb83 commit 15a228b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 deletions.
10 changes: 10 additions & 0 deletions .changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
| tag | date | title |
|--------|------------|-----------------------|
| v2.9.1 | 2023-08-07 | User Sync Tool v2.9.1 |

# Fixes

* 8fbeb83 Fix build config for Jammy

---

| tag | date | title |
|--------|------------|-----------------------|
| v2.9.0 | 2023-07-26 | User Sync Tool v2.9.0 |
Expand Down
24 changes: 1 addition & 23 deletions .changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
# Features

* 8c4ea5c Implement username update (disabled by default - see #819)
* #819 Add `update_attributes` config to govern which user attributes can be updated
* `username` disabled by default, all others enabled
* Generates warning message when a disabled attribute is different (assuming `--update-user-info` is enabled)
* [OAuth Server-to-Server Support](https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation/)
* New config option in UMAPI connector config and Admin Console connector:
`authentication_method`
* Set to `oauth` to enable Server-to-Server support
* Server-to-Server auth only requires Client ID and Client Secret
* JWT authentication is deprecated and will be removed in a future version
* More information
* https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/connect_adobe.md
* https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/sync_from_console.md

# 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.
* 8fbeb83 Fix build config for Jammy
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.9.0'
__version__ = '2.9.1'

0 comments on commit 15a228b

Please sign in to comment.