Skip to content

Commit 14f4088

Browse files
committed
[release] Bumped to release 9.3.1
1 parent f04ee90 commit 14f4088

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 9.3.1 (March 23, 2026)
2+
3+
### Experimental: `pyatlan_v9`
4+
5+
- **`typedef` typing corrections and serialization fixes**: Corrected field types in `RelationshipDef` and removed hardcoded defaults (PR #867). Optional typedef fields now use `msgspec.UNSET` so they are omitted from serialization rather than emitted as `null` (PR #870). `AttributeDef.default_value` and `index_type_es_fields` relaxed to `Any` to accommodate varied server responses (PR #872). `is_rich_text` and `custom_metadata_version` now default to `UNSET` via `__post_init__` and the `category` field is no longer silently dropped by `omit_defaults` (PR #870).
6+
7+
### Packages
8+
9+
- **Trivy action updated to `0.35.0`**: Keeps the security scanning workflow on a stable release (PR #871).
10+
111
## 9.3.0 (March 16, 2026)
212

313
### New Features

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.3.0
1+
9.3.1

0 commit comments

Comments
 (0)