Skip to content

Commit fdd7d01

Browse files
committed
[release] Bump to release 6.2.0
1 parent dd053e9 commit fdd7d01

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

HISTORY.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 6.2.0 (May 27, 2025)
2+
3+
### New Features
4+
5+
- Added support for `append_atlan_tags` in the `AssetClient.save()` method.
6+
- Introduced `AssetClient.remove_atlan_tags()` to allow users to remove one or more Atlan tags from a given asset.
7+
- Enhanced the SDK to use the `/bulk` endpoint for all tag mutation operations.
8+
9+
### Breaking Changes
10+
11+
- All tag mutation methods (`add_atlan_tags`, `update_atlan_tags`, `remove_atlan_tag`, `remove_atlan_tags`) now use the `/bulk` endpoint. As a result, these methods will now return an `AssetMutationResponse` instead of `None`, reflecting the updated API response structure.
12+
13+
### Bug Fixes
14+
15+
- Added default `typeName=Referenceable` to `Bool`(must) clauses when `typeName` is not explicitly provided in the search request. This ensures the SDK retrieves only assets that inherit from the `Referenceable` supertype.
16+
17+
### QOL Improvements
18+
19+
- Regenerated the latest typedef models.
20+
121
## 6.1.1 (May 21, 2025)
222

323
### New Features

pyatlan/version.txt

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

0 commit comments

Comments
 (0)