|
1 | 1 | > **LoginRadius Ruby On Rails 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://docs.loginradius.com/api/v2/sdk-libraries/ruby)
|
2 | 2 |
|
| 3 | + |
| 4 | +### Version 10.0.0 |
| 5 | +Released on **Dec 19, 2019** |
| 6 | + |
| 7 | +##### Enhancements |
| 8 | +This full version release includes major breaking changes with several improvements and optimizations : |
| 9 | + |
| 10 | + - Enhanced the coding standards of SDK to follow industry programming styles and best practices. |
| 11 | + - Enhanced security standards of SDK. |
| 12 | + - Reduced code between the business layer and persistence layer for optimization of SDK performance. |
| 13 | + - Added internal parameter validations in the API function. |
| 14 | + - ApiKey and ApiSecret usage redundancy removed. |
| 15 | + - All LoginRadius related features need to be defined once only and SDK will handle them automatically. |
| 16 | + - Improved the naming conventions of API functions for better readability. |
| 17 | + - Better Exception Handling for LoginRadius API Response in SDK. |
| 18 | + - Revamped complete SDK and restructured it with latest API function names and parameters. |
| 19 | + - Added detailed description to API functions and parameters for better understanding. |
| 20 | + - Updated the demo according to latest SDK changes. |
| 21 | + - Implemented API Region Feature. |
| 22 | + - Added PIN Authentication feature APIs. |
| 23 | + - Added Consent Management feature APIs. |
| 24 | + |
| 25 | + |
| 26 | +## Added new multiple APIs for better user experience |
| 27 | + |
| 28 | + - Update Phone ID by UID |
| 29 | + - Upsert Email |
| 30 | + - Role Context profile |
| 31 | + - MFA Resend OTP |
| 32 | + - User Registration By Captcha |
| 33 | + - Get Access Token via Linkedin Token |
| 34 | + - Get Access Token By Foursquare Access Token |
| 35 | + - Get Active Session By Account Id |
| 36 | + - Get Active Session By Profile Id |
| 37 | + - Delete User Profiles By Email |
| 38 | + - Verify Multifactor OTP Authentication |
| 39 | + - Verify Multifactor Password Authentication |
| 40 | + - Verify Multifactor PIN Authentication |
| 41 | + - Update UID |
| 42 | + - MFA Re-authentication by PIN |
| 43 | + - PIN Login |
| 44 | + - Forgot PIN By Email |
| 45 | + - Forgot PIN By UserName |
| 46 | + - Reset PIN By ResetToken |
| 47 | + - Reset PIN By SecurityAnswer And Email |
| 48 | + - Reset PIN By SecurityAnswer And Username |
| 49 | + - Reset PIN By SecurityAnswer And Phone |
| 50 | + - Forgot PIN By Phone |
| 51 | + - Change PIN By Token |
| 52 | + - Reset PIN by Phone and OTP |
| 53 | + - Reset PIN by Email and OTP |
| 54 | + - Reset PIN by Username and OTP |
| 55 | + - Set PIN By PinAuthToken |
| 56 | + - Invalidate PIN Session Token |
| 57 | + - Submit Consent By ConsentToken |
| 58 | + - Get Consent Logs |
| 59 | + - Submit Consent By AccessToken |
| 60 | + - Verify Consent By AccessToken |
| 61 | + - Update Consent Profile By AccessToken |
| 62 | + - Get Consent Logs By Uid |
| 63 | + - Album With Cursor |
| 64 | + - Audio With Cursor |
| 65 | + - Check In With Cursor |
| 66 | + - Event With Cursor |
| 67 | + - Following With Cursor |
| 68 | + - Group With Cursor |
| 69 | + - Like With Cursor |
| 70 | + |
| 71 | + |
| 72 | +## Removed APIs: |
| 73 | + |
| 74 | + - GetCompanies API |
| 75 | + - Getstatus API |
| 76 | + |
| 77 | + |
3 | 78 | ### Version 10.0.0-beta
|
4 | 79 | Released on **Dec 12, 2019**
|
5 | 80 |
|
|
0 commit comments