Skip to content

Conversation

@dogi
Copy link
Member

@dogi dogi commented Nov 7, 2025

No description provided.

@dogi dogi merged commit 49370f6 into master Nov 7, 2025
16 checks passed
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +4 to +7
"version": "0.20.75",
"myplanet": {
"latest": "v0.37.2",
"min": "v0.36.2"
"min": "v0.30.2"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Avoid lowering supported myPlanet version to v0.30.2

The commit bumps the Planet server to 0.20.75 but simultaneously drops myplanet.min from v0.36.2 to v0.30.2. This value is consumed by scripts such as docker/planet/scripts/create_version_json.sh to publish the minimum Android client version that may connect. Lowering it by six minor releases means devices running much older myPlanet builds will no longer be forced to upgrade even though prior releases required ≥0.36.x. Unless there was an explicit decision to re‑enable very old clients, this regression can expose the server to incompatible client behaviour and undo the version gating added in earlier releases.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants