E523 chore: release flutter 20.3.2 by ChiragAgg5k · Pull Request #10838 · appwrite/appwrite · GitHub
[go: up one dir, main page]

Skip to content

chore: release flutter 20.3.2#10838

Merged
Meldiron merged 1 commit into1.8.xfrom
release-flutter-20.3.2
Nov 19, 2025
Merged

chore: release flutter 20.3.2#10838
Meldiron merged 1 commit into1.8.xfrom
release-flutter-20.3.2

Conversation

@ChiragAgg5k
Copy link
Member

No description provided.

@coderabbitai
Copy link
Contributor
coderabbitai bot commented Nov 19, 2025
📝 Walkthrough

Walkthrough

This pull request contains two distinct changes: a Flutter SDK version bump in app/config/platforms.php from 20.3.1 to 20.3.2, and the removal of an appwrite service definition from docker-compose.override.yml, including its associated volumes configuration and environment variables (GH_TOKEN and GIT_EMAIL). No structural or logical modifications are present in either change.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • app/config/platforms.php: Single version number update with no logic changes
  • docker-compose.override.yml: Service removal that should be verified to ensure no dependent services or workflows rely on the appwrite service definition or its environment variables

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive No pull request description was provided by the author, making it impossible to assess whether it relates to the changeset. Add a description explaining the purpose of this Flutter version bump and the removal of the appwrite service from docker-compose.override.yml.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: release flutter 20.3.2' accurately describes the main change - bumping Flutter SDK version to 20.3.2, matching the primary modification in app/config/platforms.php.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-flutter-20.3.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

Security Scan Results for PR

Docker Image Scan Results

Package Version Vulnerability Severity
imagemagick 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-c++ 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-dev 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-heic 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-jpeg 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-jxl 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-libs 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-openexr 7.1.2.3-r0 CVE-2025-62171 HIGH
imagemagick-webp 7.1.2.3-r0 CVE-2025-62171 HIGH
libecpg 17.6-r0 CVE-2025-12818 HIGH
libecpg-dev 17.6-r0 CVE-2025-12818 HIGH
libpq 17.6-r0 CVE-2025-12818 HIGH
libpq-dev 17.6-r0 CVE-2025-12818 HIGH
libxml2 2.13.8-r0 CVE-2025-49794 CRITICAL
libxml2 2.13.8-r0 CVE-2025-49796 CRITICAL
libxml2 2.13.8-r0 CVE-2025-49795 HIGH
libxml2 2.13.8-r0 CVE-2025-6021 HIGH
postgresql17-dev 17.6-r0 CVE-2025-12818 HIGH
github.com/containerd/containerd/v2 v2.0.2 CVE-2024-25621 HIGH
golang.org/x/crypto v0.31.0 CVE-2025-22869 HIGH
golang.org/x/oauth2 v0.24.0 CVE-2025-22868 HIGH
stdlib 1.22.10 CVE-2025-47907 HIGH
stdlib 1.22.10 CVE-2025-58183 HIGH
stdlib 1.22.10 CVE-2025-58186 HIGH
stdlib 1.22.10 CVE-2025-58187 HIGH
stdlib 1.22.10 CVE-2025-58188 HIGH

Source Code Scan Results

🎉 No vulnerabilities found!

Copy link
Contributor
@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a479ce6 and 61f8c99.

⛔ Files ignored due to path filters (1)
  • docs/sdks/flutter/CHANGELOG.md is excluded by !docs/sdks/**
📒 Files selected for processing (2)
  • app/config/platforms.php (1 hunks)
  • docker-compose.override.yml (0 hunks)
💤 Files with no reviewable changes (1)
  • docker-compose.override.yml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: scan

'key' => 'flutter',
'name' => 'Flutter',
'version' => '20.3.1',
'version' => '20.3.2',
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

Verify Flutter SDK version 20.3.2 exists and is accessible.

The version bump from 20.3.1 to 20.3.2 is a straightforward patch release. Confirm the version is available and accessible before merging.


🏁 Script executed:

#!/bin/bash
# Description: Verify that Flutter SDK version 20.3.2 exists in the pub.dev package registry

# Check if the package version exists and fetch metadata
curl -s https://pub.dev/api/packages/appwrite | jq '.versions[] | select(.version == "20.3.2")'

Length of output: 0



---

🌐 Web query:

```web
Flutter SDK version 20.3.2 release

💡 Result:

Do you mean the Flutter framework SDK (flutter.dev) or a third‑party "Flutter SDK" package (e.g., from a vendor)? I can look up the release notes for version 20.3.2 — which one should I search?



---

🌐 Web query:

```web
Appwrite Flutter SDK version 20.3.2

💡 Result:

I couldn't find a published Appwrite Flutter SDK release v20.3.2. The latest published Flutter SDK versions on pub.dev and GitHub are 20.3.1 (current) and 20.3.0 (prior), with changelogs available. To use the latest published Flutter SDK, add (example):

  • flutter pub add appwrite (installs latest)
  • or in pubspec.yaml: appwrite: ^20.3.1

Sources: pub.dev package page and changelog, and GitHub releases. [1][2]

References
[1] pub.dev — appwrite package (versions & changelog).
[2] GitHub — appwrite/sdk-for-flutter releases.


Do not use version 20.3.2 — it does not exist in the Appwrite Flutter SDK.

The latest published Flutter SDK versions are 20.3.1 (current) and 20.3.0 (prior). Update line 63 in app/config/platforms.php to use version 20.3.1 or provide documentation justifying a pre-release version.

🤖 Prompt for AI Agents
In app/config/platforms.php around line 63, the Flutter SDK version is set to
the nonexistent "20.3.2"; change that value to the published "20.3.1" (or, if
you intentionally need a pre-release, replace the value with the exact
pre-release tag and add a short comment/documentation entry explaining why a
pre-release is required and where it is sourced from). Ensure the updated line
uses the exact string "20.3.1" if opting for the stable release and commit the
change.

@github-actions
Copy link

✨ Benchmark results

  • Requests per second: 1,184
  • Requests with 200 status code: 213,220
  • P99 latency: 0.163937812

⚡ Benchmark Comparison

Metric This PR Latest version
RPS 1,184 1,233
200 213,220 222,012
P99 0.163937812 0.167361356

@Meldiron Meldiron merged commit 4616a2e into 1.8.x Nov 19, 2025
50 checks passed
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

0