[PM-27240] chore: Update development app version to avoid triggering V2 encryption server check#2552
Open
matt-livefront wants to merge 1 commit intomainfrom
Open
[PM-27240] chore: Update development app version to avoid triggering V2 encryption server check#2552matt-livefront wants to merge 1 commit intomainfrom
matt-livefront wants to merge 1 commit intomainfrom
Conversation
…V2 encryption server check
Contributor
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2552 +/- ##
==========================================
- Coverage 87.16% 86.07% -1.09%
==========================================
Files 1883 2113 +230
Lines 166523 181324 +14801
==========================================
+ Hits 145153 156081 +10928
- Misses 21370 25243 +3873 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

🎟️ Tracking
PM-27240
📔 Objective
The server has an app version check which returns an error for accounts with V2 encryption if the app version is less than 2025.11.0. This ends up triggering for local dev builds since this version isn't bumped in the repo itself.
This updates the local dev version to 2026.4.0.