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: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# Changelog
2
2
3
-
## UNPUBLISHED
3
+
## 1.8.0 - UNPUBLISHED
4
4
5
5
- Breaking change: Add "ending_before" argument to all paginated methods, add pagination to ExecuteAccessor, change "starting_after" and "ending_before" to be str instead of uuid
6
+
- Add the ability to cache the access token globally (in process) and share it across clients instances. Pass the optional `use_global_cache_for_token=true` to the client in order to enable.
6
7
7
-
## 1.7.0
8
+
## 1.7.0 - 09-05-2024
8
9
9
10
- Update userstore sample to exercise partial update columns
10
11
- Add methods for creating, retrieving, updating, and deleting ColumnDataTypes
@@ -13,7 +14,7 @@
13
14
- Add ColumnDataType resource IDs for native ColumnDataTypes
14
15
- Update userstore_sample.py to interact with ColumnDataTypes
15
16
16
-
## 1.6.1
17
+
## 1.6.1 - Not published
17
18
18
19
- Add SDK method for data import via ExecuteMutator
0 commit comments