diff --git a/CHANGELOG.md b/CHANGELOG.md index 3445040..68ddaf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.3.9 +Disabled session alive-time for offline mode. +Improvement for autorefresh token. + ## v1.3.8 Added ability to disable token refresing in SDK - side with "FRONTEGG_DISABLE_AUTO_REFRESH" gradle parameter. A service has been added to monitor internet connection quality. If the connection is weak (for example, Edge), when the token expires, the refresh token will be added to a queue and executed once the connection is restored. @@ -275,3 +279,4 @@ Add trigger to e2e test on pull request + diff --git a/CHANGELOG.old.md b/CHANGELOG.old.md index d5b5c45..3445040 100644 --- a/CHANGELOG.old.md +++ b/CHANGELOG.old.md @@ -1,4 +1,9 @@ -## v.1.3.7 +## v1.3.8 +Added ability to disable token refresing in SDK - side with "FRONTEGG_DISABLE_AUTO_REFRESH" gradle parameter. +A service has been added to monitor internet connection quality. If the connection is weak (for example, Edge), when the token expires, the refresh token will be added to a queue and executed once the connection is restored. +Offline mode support has been improved. + +## v1.3.7 Fixes for FR-22063 ## v1.3.6 @@ -269,3 +274,4 @@ Add trigger to e2e test on pull request + diff --git a/android/build.gradle b/android/build.gradle index 549d6ea..40dba2f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ plugins { group 'com.frontegg.android' -version '1.3.8' +version '1.3.9' android { namespace 'com.frontegg.android'