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
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: HISTORY.rst
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
History
3
3
=======
4
4
5
+
1.3.0 (2018-08-04)
6
+
------------------
7
+
8
+
* Added support for custom read/write credentials path.
9
+
* `TinyDBStore` `fetch_credential()` now returns `None` instead of empty `str`.
10
+
* Fixed bug that caused `_resolve_credential()` to be executed an inefficient number of times.
11
+
* Now updating `HTTPClient` headers instead of overriding them which previously broke HTTP persistence.
12
+
* Added JMESPath `isotime()` function to `summit.py` which prints epoch.
13
+
* Added argument to `EventService` `xpoll()` method to support sleeping between polls.
14
+
* Added `PAN_` prefix to envars to avoid name collisions.
15
+
* Fixed bug when `R['R1_obj']['LoggingService.query']` is None and allow json=None case with special case of --end -1 which will not set a default end of now.
16
+
* Fixed bug that nulled out credentials if an error occurred during a `fetch_tokens()` or `refresh()` operation.
17
+
* Now enforcing strict credential resolution. Previous behavior allowed for merging credentials from different providers.
18
+
* Added support for caching `refresh_token` to support rolling.
19
+
* Added support for writing logs to `summit.py`.
20
+
* Switch from using `data` param to `json` param in client/service methods.
21
+
* Now defaulting `R1` to `None` so don't send body unless specified.
22
+
* Now printing request headers and body at debug level 3 in `summit.py`.
23
+
* Added enhancements to `summit.py` for specifying `startTime` and `endTime`.
0 commit comments