- Added optional `on_duplicate: "ignore"` and `on_missing: "ignore"` parameters to the Write API.
- Enables graceful skipping of duplicate writes or missing deletes, preventing whole-request failures and simplifying import logic.
- Updated SDKs and documentation to support the new behavior.