feat: Web SDK update for version 26.2.0#178
Conversation
Greptile SummaryThis PR updates the Web SDK to version 26.2.0, introducing OAuth bearer token support, three vector similarity query helpers, new geolocation fields on the
Confidence Score: 5/5Safe to merge — all new API surface is additive, the bearer header is correctly formed, and existing behaviour is unchanged. All changes are additive (new methods, new enum values, new optional model fields). The one behavioural change — the AppwriteException message fallback — is a strict improvement with no regression path. No logic is removed or altered in ways that could break existing callers. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "chore: update Web SDK to 26.2.0" | Re-trigger Greptile |
This PR contains updates to the SDK for version 26.2.0.
What's Changed
Client.setBearer()to authenticate requests with an OAuth access tokenappwritevalue toOAuthProviderenumQuery.vectorDot,Query.vectorCosine,Query.vectorEuclideanvector similarity query helperscity,timeZone,latitude,isp, ASN, connection info) toLocalemodelAppwriteExceptionmessage now falls back to response text when missing