Skip to content

Commit de598d6

Browse files
committed
finish update of changelog
1 parent 6e0e74a commit de598d6

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

.changelog/changelog.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,93 @@
1+
| tag | date | title |
2+
|---|---|---|
3+
| v2.16 | 2021-01-22 | umapi-client v2.16 |
4+
5+
\#83 - Implement `ssl_verify` for authentication endpoint
6+
7+
---
8+
9+
| tag | date | title |
10+
|---|---|---|
11+
| v2.15 | 2020-10-28 | umapi-client v2.15 |
12+
13+
\#75 Add statistics from response headers for query_multiple
14+
\#79 Treat connection error like a timeout
15+
\#80 & \#81 Switch CI platforms
16+
17+
---
18+
19+
| tag | date | title |
20+
|---|---|---|
21+
| v2.14 | 2020-04-30 | umapi-client v2.14 |
22+
23+
\#76 Option to disable SSL validation for UMAPI calls
24+
25+
---
26+
27+
| tag | date | title |
28+
|---|---|---|
29+
| v2.13 | 2019-11-14 | umapi-client v2.13 |
30+
31+
* Make `group` the default key for group operations
32+
* Only install `enum34` if Python version < 3.4
33+
34+
---
35+
36+
| tag | date | title |
37+
|---|---|---|
38+
| v2.12 | 2019-01-09 | umapi-client v2.12 |
39+
40+
Modify validation behavior to facilitate the creation of users that may have different email addresses and email-type usernames.
41+
42+
---
43+
44+
| tag | date | title |
45+
|---|---|---|
46+
| v2.11 | 2018-08-31 | umapi-client v2.11 |
47+
48+
Supports the creation, deletion, and updating of Adobe groups. Supports the assignment of large lists of groups that will be split into lists no larger than 10 apiece, according to the UMAPI spec.
49+
50+
---
51+
52+
| tag | date | title |
53+
|---|---|---|
54+
| v2.10 | 2017-12-08 | Enhancement: UMAPI_MOCK environment variable |
55+
56+
The new environment variable `UMAPI_MOCK` controls whether the umapi_client can be used with a mock server: either a `proxy` server which accepts http and relays requests to the actual server via https, recording requests and responses; or a `playback` server which accepts http, doesn't require auth, and simply plays back the server answers from a prior run. Both these modes are used by the user_sync test_framework.
57+
58+
---
59+
60+
| tag | date | title |
61+
|---|---|---|
62+
| v2.9 | 2017-11-14 | Bug fix: Better UMAPI limits checking |
63+
64+
The UMAPI limits the number of groups (or roles) that can be added or removed to a user in a single action step to 10, but the umapi-client was not checking for that limit and splitting action steps as necessary to stay within it. Now it does.
65+
66+
---
67+
68+
| tag | date | title |
69+
|---|---|---|
70+
| v2.8 | 2017-10-18 | Compatibility fixes for UMAPI changes |
71+
72+
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.
73+
74+
**NOTE**: Clients that were relying on the umapi-client to default Enterprise ID country code to "UD" now need to specify it themselves.
75+
76+
* [Issue 54](https://github.com/adobe-apiplatform/umapi-client.py/issues/54)
77+
* Allow setting attributes on Adobe ID users as long as the server allows it.
78+
* [Issue 55](https://github.com/adobe-apiplatform/umapi-client.py/issues/55)
79+
* Don't default the country code when creating new Enterprise ID users.
80+
81+
---
82+
83+
| tag | date | title |
84+
|---|---|---|
85+
| v2.7 | 2017-08-26 | Better unicode fixes! |
86+
87+
The fix for #50 used in v2.6 had problems, so this fixes it better. (See #50 for details.) Because we have introduced a new error `ArgumentError` which is a subclass of `ValueError`, this release gets a full dot rather than a double dot.
88+
89+
---
90+
191
| tag | date | title |
292
|---|---|---|
393
| v2.6 | 2017-08-05 | Unicode fixes |

0 commit comments

Comments
 (0)