Skip to content

Commit

Permalink
Released Version 11.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoginRadius committed Jan 20, 2023
1 parent 9b5dd7a commit d6526a5
Show file tree
Hide file tree
Showing 45 changed files with 213 additions and 6,415 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,52 @@
> **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 11.5.0
Release on January 20, 2023

## Enhancements

- We have updated some of the dependencies to the latest Version.

## Removed (Deprecated) APIs:
- `AuthGetRegistrationData`
- `ValidateRegistrationDataCode`
- `GetRegistrationData`
- `AddRegistrationData`
- `UpdateRegistrationData`
- `DeleteRegistrationData`
- `DeleteAllRecordsByDataSource`
- `GetAccessTokenByVkontakteAccessToken`
- `GetAlbum`
- `GetAlbumsWithCursor`
- `GetAudios`
- `GetAudiosWithCursor`
- `GetCheckIns`
- `GetCheckInsWithCursor`
- `GetContacts`
- `GetEvents`
- `GetEventsWithCursor`
- `GetFollowings`
- `GetFollowingsWithCursor`
- `GetGroups`
- `GetGroupsWithCursor`
- `GetLikes`
- `GetLikesWithCursor`
- `GetMentions`
- `PostMessage`
- `GetPage`
- `GetPhotos`
- `GetPosts`
- `StatusPosting`
- `TrackableStatusPosting`
- `GetTrackableStatusStats`
- `TrackableStatusFetching`
- `GetVideos`
- `GetRefreshedSocialUserProfile`

## Breaking Changes

For developers migrating to v11.5.0, there will be minor breaking change in terms of SDK implementation. In this version, we have added `emailTemplate` parameter in `userRegistrationByPhone` Api.


# Version 11.4.0
Release on June 1, 2022
Expand Down
6 changes: 3 additions & 3 deletions LoginRadius-JavaSDK/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.loginradius.sdk</groupId>
<artifactId>java-sdk</artifactId>
<version>11.4.0</version>
<version>11.5.0</version>
<name>LoginRadius-CustomerIdentity-JavaSDK</name>
<description>LoginRadius Java SDK</description>
<url>https://github.com/LoginRadius/java-sdk</url>
Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.10</version>
</dependency>


Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.9</version>
<version>1.15</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit d6526a5

Please sign in to comment.