Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2025

This PR contains the following updates:

Package Type Update Change
appwrite (source) dependencies major ^16.0.020.3.3

Release Notes

appwrite/sdk-for-flutter (appwrite)

v20.3.3

Compare Source

  • Fix boolean parameter not handled correctly in Client requests

v20.3.2

Compare Source

  • Fix OAuth2 browser infinite redirect issue

v20.3.1

Compare Source

  • Fix passing of null values and stripping only non-nullable optional parameters from the request body
  • Add getScreenshot method to Avatars service
  • Add Theme, Timezone and Output enums

v20.3.0

Compare Source

  • Add total parameter to list queries allowing skipping counting rows in a table for improved performance
  • Add Operator class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations

v20.2.2

Compare Source

  • Widen device_info_plus and package_info_plus dependencies to allow for newer versions for Android 15+ support
  • Fix CHUNK_SIZE constant to chunkSize
  • Fix missing @override annotation to toMap method in all model classes

v20.2.1

Compare Source

  • Add transaction support for Databases and TablesDB

v20.1.0

Compare Source

  • Deprecate createVerification method in Account service
  • Add createEmailVerification method in Account service

v20.0.0

Compare Source

What's Changed

  • feat: Flutter SDK update for version 20.0.0 by @​ChiragAgg5k in #​274, introduces support of enums in response models.

Full Changelog: appwrite/sdk-for-flutter@19.1.0...20.0.0

v19.1.0

Compare Source

  • Add orderRandom query support

v19.0.0

Compare Source

  • Rename CreditCard enum value unionChinaPay to unionPay
  • Add time between query support
  • Add spatial query support

v18.0.0

Compare Source

  • Support for Appwrite 1.8
  • Added TablesDB service
  • Added new query types:
    • notContains
    • notSearch
    • notBetween
    • notStartsWith
    • notEndsWith
    • createdBefore
    • createdAfter
    • updatedBefore
    • updatedAfter
  • Deprecated updateMagicURLSession
  • Deprecated updatePhoneSession
  • Deprecated Databases service

The TablesDB service is the new recommended way to work with databases.
Existing databases/collections/attributes/documents can be managed using the TablesDB service.
Existing Databases service will continue to work, but new features may only be added to the TablesDB service.

v17.1.0

Compare Source

  • Add incrementDocumentAttribute and decrementDocumentAttribute support to Databases service
  • Add gif support to ImageFormat enum
  • Add sequence support to Document model

v17.0.2

Compare Source

  • Add gif support to ImageFormat enum
  • Fix convertTo() method in Document and Preferences models to correctly accept Map<String, dynamic>

v17.0.1

Compare Source

  • Fix devKeys support by conditionally including credentials during requests

v17.0.0

Compare Source

  • Update flutter_web_auth_2 dependency to version 4.1.0
  • Update auth.html example in README.md to align with flutter_web_auth_2 documentation
  • Breaking changes:
    • Minimum iOS version supported is now 17.4 due to the updated requirements of flutter_web_auth_2 version 4.1.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Relates to dependencies label Oct 7, 2025
@renovate renovate bot requested a review from lishaduck as a code owner October 7, 2025 02:04
@renovate renovate bot added the dependencies Relates to dependencies label Oct 7, 2025
@codecov
Copy link

codecov bot commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/appwrite-20.x branch 2 times, most recently from a32fc6b to ec05388 Compare October 9, 2025 13:06
@renovate renovate bot force-pushed the renovate/appwrite-20.x branch 3 times, most recently from d5d2dcd to 695d35b Compare November 3, 2025 06:11
@renovate renovate bot force-pushed the renovate/appwrite-20.x branch 2 times, most recently from 9bf944e to c35fb12 Compare November 19, 2025 09:43
@renovate renovate bot force-pushed the renovate/appwrite-20.x branch 4 times, most recently from 358d616 to 1f46268 Compare December 27, 2025 02:26
@renovate renovate bot force-pushed the renovate/appwrite-20.x branch from 1f46268 to 51003a3 Compare January 13, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Relates to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants