- Clear existing DataDome cookies before storing a new one to prevent challenge loops caused by duplicate cookies
- Fix assignment error on immutable state
- Reduce log verbosity in
client.handler
- Preserve
x-datadome-clientid header with updated value on replayed requests in environments without cookie storage
- Add support for nginx 1.29.6+ cookie parser to preserve session continuity
- Fix
IllegalStateException in DataDomeWebView caused by a callback invoked twice
- Fix
DataDomeWebView's loadUrl parameter type from MutableMap<String, String> to Map<String, String>
- Fix
MissingWebViewPackageException when the CookieManager is unavailable during OS upgrade