You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If `gh` is not authenticated, fall back to the commit subjects alone — do NOT skip this step or silently use an empty list. Note any PRs you couldn't fetch so the user knows the notes may be incomplete.
56
+
57
+
Step 3 — also run this to catch non-merge commits (direct pushes, fixups, etc.):
45
58
```bash
46
-
gh pr list --state merged --base main --limit 30 --json title,labels,number,mergedAt
Copy file name to clipboardExpand all lines: HISTORY.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
### QOL Improvements
8
+
9
+
-**Trivy action updated to `0.35.0`**: Keeps the security scanning workflow on a stable release (PR #871).
0 commit comments