Skip to content

Commit 70a085d

Browse files
authored
Merge pull request #842 from atlanhq/bump-to-release-9.2.1
[release] Bumped to release 9.2.1
2 parents e099404 + e8e06fb commit 70a085d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 9.2.1 (March 10, 2026)
2+
3+
### Experimental: `pyatlan_v9`
4+
5+
- **Restored `validate()`, `minimize()`, `relate()` SDK methods**: All generated asset types now include `validate(for_creation=False)` for dry-run field validation (checks `type_name`, `name`, `qualified_name`, optional QN pattern matching, and hierarchy-specific fields when `for_creation=True`), `minimize()` to produce a minimal updater copy, and `relate()` to create a `Related{Type}` reference. These are purely opt-in — not called by any serde path. Overlay files can override any of these methods.
6+
17
## 9.2.0 (March 9, 2026)
28

39
### Breaking Changes

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.0
1+
9.2.1

0 commit comments

Comments
 (0)