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: HISTORY.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
## 6.1.1 (May 21, 2025)
2
+
3
+
### New Features
4
+
5
+
- Added a utility method (`AssetClient.process_assets()`) to simplify processing (e.g: updating) assets while iterating through search results.
6
+
7
+
### Bug Fixes
8
+
9
+
- Fixed an issue where the search pagination loop would break due to invalid assets.
10
+
- If `typeName` is not explicitly provided in the search request, the SDK now defaults to retrieving only assets with the `Referenceable` supertype. This avoids including non-asset records in the response.
11
+
12
+
### QOL Improvements
13
+
14
+
- Regenerated the latest typedef models.
15
+
- Added a retry loop to ensure the token is fully active before retrying the original request after a `401` response.
0 commit comments