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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
> **LoginRadius Java SDK Change Log** provides information regarding what has changed, more specifically what changes, improvements and bug fix has been made to the SDK. For more details please refer to the [LoginRadius API Documention(https://www.loginradius.com/docs/api/v2/deployment/sdk-libraries/java-library/)
2
2
3
+
# Version 11.0.1
4
+
Release on March 17, 2021
5
+
6
+
## Enhancements
7
+
8
+
- Added X-Origin-IP header support.
9
+
- Added 429 error code handling for "Too Many Request in a particular time frame".
LoginRadius allows you add X-Origin-IP in your headers and it determines the IP address of the client's request,this can also be useful to overcome analytics discrepancies where the analytics depend on header data.
79
+
80
+
```
81
+
init.setOriginIp("<Client-Ip-Address>");
82
+
```
83
+
78
84
### Custom Domain
79
85
When initializing the SDK, optionally specify a custom domain.
0 commit comments