Skip to content

Commit 1540259

Browse files
authored
Merge pull request #760 from atlanhq/bump-to-release-8.4.1
[release] Bumped to release 8.4.1
2 parents 1818397 + fa5e073 commit 1540259

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

HISTORY.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ atlan-python/
293293
### Development Workflow
294294

295295
1. **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
297297
3. **Tests**: Mix of unit (fast iteration) and integration (real validation)
298298
4. **Quality**: Automated formatting, linting, and type checking
299299
5. **Documentation**: Auto-generated from docstrings and examples

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.0
1+
8.4.1

0 commit comments

Comments
 (0)