about 2 months ago by Lucien Perouze
- Fix cross-domain challenge issue
about 2 months ago by Riberon-Piatyszek Léo
- Fix issue when updating
endpoint resource with optional fields set to empty strings
about 2 months ago by ReadMe API
- Add support for custom fields on payloads using static values and callback functions for dynamic values
- Fix
maxSockets configuration not being applied when using datadome.configure()
- Fix request protocol collection to properly handle CloudFront viewer request events
about 2 months ago by Yvan Rajaonarivony
- Fix
ClassCastException when upgrading an app using SDK ≤ 1.9.2 to 3.0.5, caused by a change of type for cookies stored on SharedPreferences
about 2 months ago by Lauro GONCALVES DA ROCHA
- Truncate fields for API payloads to prevent
400 errors due to size limits defined by OpenAPI specifications
about 2 months ago by Yvan Rajaonarivony
- Fix an issue preventing
DataDomeInterceptor to propagate error responses to the caller catch block
2 months ago by Ghada Lahouar
- Fix
DioException not propagated after retrying blocked requests
- Upgrade
compileSdkVersion to 36
- Update Kotlin version to 2.2.0
- Upgrade gradle to 8.13.0 and gradle plugin to 8.1.3
2 months ago by ReadMe API
2 months ago by ReadMe API
- Fix parsing of long GraphQL queries from request body
- Disable follow mode for redirects on Bot Protect API responses to forward them to clients
2 months ago by Yvan Rajaonarivony
- Add safe handling for nullable
WebResourceRequest.requestHeaders in WebViewClient.shouldInterceptRequest to prevent crashes
- Fix missing
requestId in manual integration when invoking onComplete(requestId) after challenge resolution