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
Clean up CHANGELOG: remove intra-release changes, add Deprecated section
Only list changes visible to users upgrading from b3. Internal
iterations (models reorg, RelationshipInfo dict-to-dataclass, filter
parens fix) are not relevant since the features they modify are new.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Reorganized models: `metadata.py` split into `relationship.py` (relationship models) and `labels.py` (Label/LocalizedLabel) (#114)
21
-
- Relationship methods return `RelationshipInfo` dataclass instead of raw `dict` (#114)
22
-
- All flat methods on `DataverseClient` now emit `DeprecationWarning` and delegate to namespaced operations
23
-
-`tables.list()` filter now wraps user filter in parentheses to prevent OData operator precedence issues (#112)
24
-
25
-
### Fixed
26
-
- Installation example validation updated for current API surface (#113)
27
-
- File upload example: replaced ReportLab PDF dependency with plain text file generation (#111)
28
-
-`if_none_match=False` added to file replacement uploads (#111)
18
+
### Deprecated
19
+
- All flat methods on `DataverseClient` (`create`, `update`, `delete`, `get`, `query_sql`, `upload_file`, etc.) now emit `DeprecationWarning` and delegate to the corresponding namespaced operations
0 commit comments