Skip to content

Commit ffe9248

Browse files
committed
[release] Bump to release 6.1.1
1 parent 22b4d11 commit ffe9248

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

HISTORY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
16+
117
## 6.1.0 (May 13, 2025)
218

319
### New Features

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.0
1+
6.1.1

0 commit comments

Comments
 (0)