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
- The `self-only` parameter has been removed. Use the `fetch-mode` parameter instead, which supports `DEFAULT`, `OLD`, `NEW`, `SELF`, and `DOWNLOAD` modes.
> [Tutorials: API > Retrieving contributions](../tutorials-api/retrieving-contributions.md) — examples updated.
37
+
38
+
- Added the `confidence-score` parameter to the contribution retrieval endpoint.
39
+
40
+
- The input structure for assembling contributions has been corrected: response-only fields (`expiryDate`, `fraudStatus`, `confidenceIndex`, `isPrivileged`, `peerId`, `flagger`, `timestamp`) are no longer part of the request body.
41
+
42
+
> Documented here:\
43
+
> [Tutorials: API > Submitting a contribution](../tutorials-api/submitting-a-contribution.md) — input structure and examples updated.
44
+
45
+
### Other Improvements
46
+
47
+
- Significant performance improvements to the upload process, resulting in noticeably faster contribution submissions.
48
+
49
+
- Optimized the contribution retrieval and download operations for large datasets.
0 commit comments