Skip to content

Commit d6526a5

Browse files
author
LoginRadius
committed
Released Version 11.5.0
1 parent 9b5dd7a commit d6526a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+213
-6415
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
> **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/)
22
3+
# Version 11.5.0
4+
Release on January 20, 2023
5+
6+
## Enhancements
7+
8+
- We have updated some of the dependencies to the latest Version.
9+
10+
## Removed (Deprecated) APIs:
11+
- `AuthGetRegistrationData`
12+
- `ValidateRegistrationDataCode`
13+
- `GetRegistrationData`
14+
- `AddRegistrationData`
15+
- `UpdateRegistrationData`
16+
- `DeleteRegistrationData`
17+
- `DeleteAllRecordsByDataSource`
18+
- `GetAccessTokenByVkontakteAccessToken`
19+
- `GetAlbum`
20+
- `GetAlbumsWithCursor`
21+
- `GetAudios`
22+
- `GetAudiosWithCursor`
23+
- `GetCheckIns`
24+
- `GetCheckInsWithCursor`
25+
- `GetContacts`
26+
- `GetEvents`
27+
- `GetEventsWithCursor`
28+
- `GetFollowings`
29+
- `GetFollowingsWithCursor`
30+
- `GetGroups`
31+
- `GetGroupsWithCursor`
32+
- `GetLikes`
33+
- `GetLikesWithCursor`
34+
- `GetMentions`
35+
- `PostMessage`
36+
- `GetPage`
37+
- `GetPhotos`
38+
- `GetPosts`
39+
- `StatusPosting`
40+
- `TrackableStatusPosting`
41+
- `GetTrackableStatusStats`
42+
- `TrackableStatusFetching`
43+
- `GetVideos`
44+
- `GetRefreshedSocialUserProfile`
45+
46+
## Breaking Changes
47+
48+
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.
49+
350

451
# Version 11.4.0
552
Release on June 1, 2022

LoginRadius-JavaSDK/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.loginradius.sdk</groupId>
88
<artifactId>java-sdk</artifactId>
9-
<version>11.4.0</version>
9+
<version>11.5.0</version>
1010
<name>LoginRadius-CustomerIdentity-JavaSDK</name>
1111
<description>LoginRadius Java SDK</description>
1212
<url>https://github.com/LoginRadius/java-sdk</url>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.code.gson</groupId>
4040
<artifactId>gson</artifactId>
41-
<version>2.8.9</version>
41+
<version>2.10</version>
4242
</dependency>
4343

4444

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>commons-codec</groupId>
5353
<artifactId>commons-codec</artifactId>
54-
<version>1.9</version>
54+
<version>1.15</version>
5555
</dependency>
5656
</dependencies>
5757

0 commit comments

Comments
 (0)