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
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,28 @@
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 10.0.0-beta
3
+
## Version 10.0.0-beta
4
4
Release on **Aug 5, 2019**
5
5
6
6
> **Note: The version contains several breaking changes.**
7
7
8
8
9
-
## Enhancements
9
+
###Enhancements
10
10
This beta version release includes major changes with several improvements and optimizations :
11
11
- Enhanced the coding standards of SDK to follow industry programming styles and best practices.
12
12
- Enhanced security standards of SDK.
13
13
- Reduced code between the business layer and persistence layer for optimization of SDK performance.
14
-
- Added internal parameter validations in the API function
15
-
- ApiKey and ApiSecret usage redundancy removed
16
-
- All LoginRadius related features need to be defined once only and SDK will handle them automatically
14
+
- Added internal parameter validations in the API function.
15
+
- ApiKey and ApiSecret usage redundancy removed.
16
+
- All LoginRadius related features need to be defined once only and SDK will handle them automatically.
17
17
- Improved the naming conventions of API functions for better readability.
18
-
- Better Error and Exception Handling for LoginRadius API Response in SDK
19
-
- Revamped complete SDK and restructured it with latest API function names and parameters
20
-
- Added detailed description to API functions and parameters for better understanding
21
-
- Updated the demo according to latest SDK changes
22
-
- Reduced dependency on libraries
23
-
- Implemented APIRegion Feature
24
-
25
-
## Added new multiple APIs for better user experience
18
+
- Better Error and Exception Handling for LoginRadius API Response in SDK.
19
+
- Revamped complete SDK and restructured it with latest API function names and parameters.
20
+
- Added detailed description to API functions and parameters for better understanding.
21
+
- Updated the demo according to latest SDK changes.
22
+
- Reduced dependency on libraries.
23
+
- Implemented APIRegion Feature.
24
+
25
+
###Added new multiple APIs for better user experience
0 commit comments