File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
sample-apps/inbox-customization/app Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212#### Changed
1313- nothing yet
1414
15+ ## [ 3.4.17] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.17 )
16+ #### Added
17+ - when JWT is invalid, ` IterableAuthManager ` is updated to fetch and store a new JWT token locally
18+ - ` IterableRequestTask ` now has a retry mechanism that fetches a new JWT token and retries the request if JWT is invalid
19+ - retries are capped at a max of 5
20+
1521## [ 3.4.16] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.16 )
1622#### Fixed
1723- SDK now handles ` null ` scenarios preventing crashes when ` IterableEncryptedSharedPreference ` creation fails.
Original file line number Diff line number Diff line change 4848 siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
4949 gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
5050
51- libraryVersion = ' 3.4.16 '
51+ libraryVersion = ' 3.4.17 '
5252
5353 developerId = ' davidtruong'
5454 developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
1616 minSdkVersion 16
1717 targetSdkVersion 27
1818
19- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.4.16 \" "
19+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.4.17 \" "
2020
2121 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2222 }
8181 siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
8282 gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
8383
84- libraryVersion = ' 3.4.16 '
84+ libraryVersion = ' 3.4.17 '
8585
8686 developerId = ' davidtruong'
8787 developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ dependencies {
3333 implementation ' androidx.navigation:navigation-ui-ktx:2.1.0'
3434 implementation ' com.google.android.material:material:1.1.0'
3535
36- implementation ' com.iterable:iterableapi:3.4.16 '
37- implementation ' com.iterable:iterableapi-ui:3.4.16 '
36+ implementation ' com.iterable:iterableapi:3.4.17 '
37+ implementation ' com.iterable:iterableapi-ui:3.4.17 '
3838 implementation ' com.squareup.okhttp3:mockwebserver:4.2.2'
3939
4040 testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments