Skip to content

Commit 8638cd4

Browse files
committed
Prepare for 2.8 release (release notes).
1 parent d119ff6 commit 8638cd4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,16 @@ Bug fix releases: The first fix attempt had problems, the second is better.
106106

107107
* [Issue 50](https://github.com/adobe-apiplatform/umapi-client.py/issues/50)
108108
* Unicode input for email produced error strings that were incorrectly encoded, so clients crashed trying to use them.
109+
110+
### Version 2.8
111+
112+
UMAPI compatibility release:
113+
114+
Because the UMAPI functionality around Adobe IDs is now different for migrated organizations, the client no longer does a lot of redundant validation of server-side checks. This makes it more tolerant of clients who use it against both migrated and non-migrated orgs.
115+
116+
**NOTE**: Clients that were relying on the client to default Enterprise ID country code to "UD" now need to specify it themselves.
117+
118+
* [Issue 54](https://github.com/adobe-apiplatform/umapi-client.py/issues/54)
119+
* Allow setting attributes on Adobe ID users as long as the server allows it.
120+
* [Issue 55](https://github.com/adobe-apiplatform/umapi-client.py/issues/55)
121+
* Don't default the country code when creating new Enterprise ID users.

0 commit comments

Comments
 (0)