Skip to content

0.26.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 26 Mar 06:25
· 25 commits to main since this release
7def0c8

What's Changed

  • [BREAKING] Changed $sequence type from number to string for Row and Document models
  • Added impersonation support: setImpersonateUserId(), setImpersonateUserEmail(), setImpersonateUserPhone() on Client
  • Added impersonator and impersonatorUserId optional fields to User model
  • Added custom toString() on response data objects using JSONbig.stringify to fix BigInt serialization
  • Updated Log model field descriptions to clarify impersonation behavior for userId, userEmail, userName
  • Updated X-Appwrite-Response-Format header to 1.9.0
  • Updated devDependencies: Rollup 2→3, TypeScript pinned to 5.7.3, and related plugin upgrades

Full Changelog: 0.25.0...0.26.0