mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
Merge pull request #264 from usetrmnl/version-bump-2.8.0
Prepare release 2.8.0
This commit is contained in:
@@ -42,8 +42,8 @@ android {
|
||||
// ⚠️ App versioning update is required in multiple places.
|
||||
// 👇🏽 Use the following workflow to update versions everywhere automatically ♻️
|
||||
// https://github.com/usetrmnl/trmnl-android/actions/workflows/version-management.yml
|
||||
versionCode = 31
|
||||
versionName = "2.7.0"
|
||||
versionCode = 32
|
||||
versionName = "2.8.0"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
- Updated to the latest version (2.8.0)
|
||||
- Improved HTTP 429 rate limit handling with exponential backoff and jitter
|
||||
- Automatic domain migration from usetrmnl.com to trmnl.com for existing users
|
||||
- Only retry safe idempotent methods to prevent duplicate operations
|
||||
- Honor server Retry-After headers without capping
|
||||
- Enhanced testing infrastructure with 23 new unit tests
|
||||
Reference in New Issue
Block a user