File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 8.4.1 (November 10, 2025)
2+
3+ ### New Features
4+
5+ - Added support for ` enable_full_restriction ` to ` IndexSearchRequest ` & ` FluentSearch ` .
6+ - Added support for new custom metadata attribute type: ` AtlanCustomAttributePrimitiveType.RichText ` .
7+
8+ ### Bug Fixes
9+
10+ - Fixed field type for ` LineageListRequest.relation_attributes ` to be ` Optional[List[str]] ` .
11+
12+ ### QOL Improvements
13+
14+ - Updated source tag search with value query to match latest frontend changes.
15+
116## 8.4.0 (October 30, 2025)
217
318### Bug Fixes
419
520- Fixed source tag search with value.
621- Fixed missing ` needs_type_filter ` check on asset ` superTypeName ` .
7-
22+
823### QOL Improvements
924
1025- Bumped SDK core and development dependencies to the latest version.
@@ -90,7 +105,7 @@ export SSL_CERT_FILE=mitmproxy-ca-cert.pem
90105
91106### Other Changes
92107
93- - Deprecated ` DatabricksCrawler.basic_auth() ` - use ` pat() ` authentication method instead.
108+ - Deprecated ` DatabricksCrawler.basic_auth() ` - use ` pat() ` authentication method instead.
94109
95110## 8.1.0 (September 15, 2025)
96111
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ atlan-python/
293293### Development Workflow
294294
2952951 . ** Models** : Generated from your Atlan instance's typedefs
296- 2 . ** Clients** : Hand-crafted for optimal developer experience
296+ 2 . ** Clients** : Hand-crafted for optimal developer experience
2972973 . ** Tests** : Mix of unit (fast iteration) and integration (real validation)
2982984 . ** Quality** : Automated formatting, linting, and type checking
2992995 . ** Documentation** : Auto-generated from docstrings and examples
Original file line number Diff line number Diff line change 1- 8.4.0
1+ 8.4.1
You can’t perform that action at this time.
0 commit comments