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
Copy file name to clipboardExpand all lines: HISTORY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
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
6
7
-
### Packages
7
+
### QOL Improvements
8
8
9
9
-**Trivy action updated to `0.35.0`**: Keeps the security scanning workflow on a stable release (PR #871).
0 commit comments