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
docs: update documentation for v0.21.0 refactoring
- Add CHANGELOG entry for v0.21.0 with breaking changes
- Update README with correct method names
- Update CLAUDE.md with mixins architecture and patterns
- Fix outdated examples in guide docs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/guide/bulk-operations.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ Each bulk operation returns a `BulkCreateResult` containing:
23
23
!!! note "Best-Effort Processing"
24
24
Bulk operations are not transactional. If one item fails, the operation continues with the remaining items. Always check both successful and failed results.
25
25
26
+
!!! tip "Enhanced in v0.21.0"
27
+
Bulk operations now use generic validation and processing helpers in the base classes, providing consistent error handling and performance across all resource types.
0 commit comments