Skip to content

Commit

Permalink
Release version 10.0.0-beta
Browse files Browse the repository at this point in the history
updated changelog.md file
  • Loading branch information
Agarwal-Sudhanshu committed Aug 5, 2019
1 parent 9af211c commit d2473ef
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
> **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/)
### Version 10.0.0-beta
## Version 10.0.0-beta
Release on **Aug 5, 2019**

> **Note: The version contains several breaking changes.**

## Enhancements
### Enhancements
This beta version release includes major changes with several improvements and optimizations :
- Enhanced the coding standards of SDK to follow industry programming styles and best practices.
- Enhanced security standards of SDK.
- Reduced code between the business layer and persistence layer for optimization of SDK performance.
- Added internal parameter validations in the API function
- ApiKey and ApiSecret usage redundancy removed
- All LoginRadius related features need to be defined once only and SDK will handle them automatically
- Added internal parameter validations in the API function.
- ApiKey and ApiSecret usage redundancy removed.
- All LoginRadius related features need to be defined once only and SDK will handle them automatically.
- Improved the naming conventions of API functions for better readability.
- Better Error and Exception Handling for LoginRadius API Response in SDK
- Revamped complete SDK and restructured it with latest API function names and parameters
- Added detailed description to API functions and parameters for better understanding
- Updated the demo according to latest SDK changes
- Reduced dependency on libraries
- Implemented APIRegion Feature

## Added new multiple APIs for better user experience
- Better Error and Exception Handling for LoginRadius API Response in SDK.
- Revamped complete SDK and restructured it with latest API function names and parameters.
- Added detailed description to API functions and parameters for better understanding.
- Updated the demo according to latest SDK changes.
- Reduced dependency on libraries.
- Implemented APIRegion Feature.

### Added new multiple APIs for better user experience
- Update Phone ID by UID
- Upsert Email
- Role Context profile
Expand All @@ -33,7 +33,7 @@ Release on **Aug 5, 2019**
- Get Active Session By Account Id
- Get Active Session By Profile Id

## Removed APIs:
### Removed APIs:
- GetCompanies API

### Version 4.2.2
Expand Down

0 comments on commit d2473ef

Please sign in to comment.