Skip to content

Commit 10949c8

Browse files
committed
docs: add version 1.5.2 release notes — April 2026
1 parent 84968bd commit 10949c8

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

src/release-notes/index.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,48 @@ next: false
66

77
# Release Notes
88

9+
## Version 1.5.2 (2026-04-07)
10+
11+
### Main Changes
12+
13+
- Increased the batch contribution limit from 500 to 5,000 entries per request, enabling significantly faster bulk uploads.
14+
15+
> Documented here:\
16+
> [API Specification > Assembling a contribution](../api-specification/contribution-controller/assembling-a-contribution.md)
17+
18+
- Email addresses and URLs are now supported as fraud event identifiers, in addition to phone numbers, IP addresses, and IMEI numbers.
19+
20+
> Documented here:\
21+
> [Overview > Fraud events](../overview/fraud-events.md)
22+
23+
- Added Kosovo (XK) country code support for contribution origination and destination fields.
24+
25+
### API Changes
26+
27+
- The `size` parameter for retrieving contributions no longer defaults to a fixed limit. If not specified, all available contributions are returned.
28+
29+
> Documented here:\
30+
> [API Specification > Retrieving contributions](../api-specification/contribution-controller/retrieving-contributions.md)`size` parameter description updated.
31+
32+
- The `self-only` parameter has been removed. Use the `fetch-mode` parameter instead, which supports `DEFAULT`, `OLD`, `NEW`, `SELF`, and `DOWNLOAD` modes.
33+
34+
> Documented here:\
35+
> [API Specification > Retrieving contributions](../api-specification/contribution-controller/retrieving-contributions.md)`fetch-mode` parameter added.\
36+
> [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.
50+
951
## Version 1.3.2 (2025-01-22)
1052

1153
### Main Changes

0 commit comments

Comments
 (0)