File tree 4 files changed +11
-5
lines changed
sample-apps/inbox-customization/app
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/).
12
12
#### Changed
13
13
- nothing yet
14
14
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
+
15
21
## [ 3.4.16] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.16 )
16
22
#### Fixed
17
23
- SDK now handles ` null ` scenarios preventing crashes when ` IterableEncryptedSharedPreference ` creation fails.
Original file line number Diff line number Diff line change 48
48
siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
49
49
gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
50
50
51
- libraryVersion = ' 3.4.16 '
51
+ libraryVersion = ' 3.4.17 '
52
52
53
53
developerId = ' davidtruong'
54
54
developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
16
16
minSdkVersion 16
17
17
targetSdkVersion 27
18
18
19
- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.4.16 \" "
19
+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.4.17 \" "
20
20
21
21
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
22
22
}
81
81
siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
82
82
gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
83
83
84
- libraryVersion = ' 3.4.16 '
84
+ libraryVersion = ' 3.4.17 '
85
85
86
86
developerId = ' davidtruong'
87
87
developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ dependencies {
33
33
implementation ' androidx.navigation:navigation-ui-ktx:2.1.0'
34
34
implementation ' com.google.android.material:material:1.1.0'
35
35
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 '
38
38
implementation ' com.squareup.okhttp3:mockwebserver:4.2.2'
39
39
40
40
testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments