Merge pull request #264 from usetrmnl/version-bump-2.8.0

Prepare release 2.8.0
This commit is contained in:
Hossain Khan
2026-02-08 20:55:33 -05:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -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