You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Connect SDK Changes History
2
2
3
+
## v17.3
4
+
5
+
* HTTP timeout request to Connect platform should be not less than 300 seconds.
6
+
* Accept Usage File is sending wrong parameter in post request.
7
+
* Usage processor filter "product__id" is not filtering by product id.
8
+
9
+
## v17.2
10
+
11
+
* external_id is sometimes returned as an integer by Connect API, which breaks Python SDK parsing.
12
+
13
+
## v17.1
14
+
15
+
* Add custom loggers to the automation classes, that automatically add relevant info of the request being processed. Legacy global logger still working in order to have a context-independent logger.
16
+
* Get product templates and configuration params.
17
+
* Put each model in its own Python file, to reduce the chance of having circular references on imports.
18
+
* Tier requests are not filtering by product id by default.
19
+
* Fulfillment assignee not receiving the right type.
20
+
3
21
## v17.0
4
22
5
23
* Fixed bugs when listing and working with usage files.
0 commit comments