Skip to content

feat: SDK update for version 26.2.0 - #331

Merged
ChiragAgg5k merged 17 commits into
mainfrom
dev
Sep 7, 2026
Merged

ChiragAgg5k merged 17 commits into
mainfrom
dev

Conversation

@ChiragAgg5k

@ChiragAgg5k ChiragAgg5k commented Sep 7, 2026

Copy link
Copy Markdown
Member

This PR contains updates to the SDK for version 26.2.0.

What's Changed

  • Added: DocumentsDB and VectorsDB services for document and vector database access
  • Added: userId, emailHash and name parameters to Avatars.getPhoto()
  • Added: cloudflare and resend values to OAuthProvider enum
  • Added: auto value to ImageGravity enum
  • Updated: X-Appwrite-Response-Format header to 2.0.0

@ChiragAgg5k ChiragAgg5k changed the title feat: Flutter SDK update for version 26.2.0 feat: SDK update for version 26.2.0 Sep 7, 2026
@greptile-apps

greptile-apps Bot commented Sep 7, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates the Flutter SDK for Appwrite 26.2.0.

  • Adds DocumentsDB and VectorsDB services and examples.
  • Extends avatar photo lookup parameters and supported enum values.
  • Updates the response format header, package metadata, compatibility documentation, and generated tests.
  • The latest revision adds ImageGravity.auto and uses it in file-preview examples.

Confidence Score: 5/5

The PR appears safe to merge, with no outstanding actionable findings.

The previously reported compatibility statement is fixed and its thread is resolved. The latest enum addition is publicly exposed and serialized consistently, and no new correctness or repository-rule violation was established.

Important Files Changed

Filename Overview
lib/src/enums/image_gravity.dart Adds the auto image-gravity value with the expected wire serialization.
docs/examples/storage/get-file-preview.md Updates both file-preview examples to demonstrate the new automatic gravity option.
lib/services/documents_db.dart Introduces the generated DocumentsDB transaction and document APIs.
lib/services/vectors_db.dart Introduces the generated VectorsDB transaction, document, and vector-query APIs.
lib/services/avatars.dart Adds user ID, email hash, and name inputs to profile-photo resolution.
README.md Updates package installation and Appwrite 2.0.x compatibility guidance consistently.

Reviews (4): Last reviewed commit: "fix: regenerate with the latest sdk-gene..." | Re-trigger Greptile

Comment thread README.md Outdated
@ChiragAgg5k
ChiragAgg5k merged commit 3ec4e3d into main Sep 7, 2026
2 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.

2 participants