Skip to content

Releases: appwrite/sdk-for-php

20.0.0

02 Feb 12:58
4e205ea

Choose a tag to compare

What's Changed

  • Add array-based enum parameters (e.g., permissions: array<BrowserPermission>).
  • Breaking change: Output enum has been removed; use ImageFormat instead.
  • Add getQueueAudits support to Health service.
  • Add longtext/mediumtext/text/varchar attribute and column helpers to Databases and TablesDB services.

Full Changelog: 19.1.0...20.0.0

19.1.0

18 Dec 08:20
8738e81

Choose a tag to compare

What's Changed

  • Added ability to create columns and indexes synchronously while creating a table

Full Changelog: 19.0.0...19.1.0

19.0.0

03 Dec 03:40
b0a3ffd

Choose a tag to compare

What's Changed

  • Rename VCSDeploymentType enum to VCSReferenceType
  • Change createTemplateDeployment method signature: replace version parameter with type (TemplateReferenceType) and reference parameters
  • Add Theme, Timezone and Output enums

Full Changelog: 18.0.1...19.0.0

18.0.1

10 Nov 12:51
950112a

Choose a tag to compare

What's Changed

  • Fix TablesDB service to use correct file name

Full Changelog: 18.0.0...18.0.1

18.0.0

10 Nov 11:17
8f7bad9

Choose a tag to compare

What's Changed

  • Fix duplicate methods issue (e.g., updateMFA and updateMfa) causing build and runtime errors
  • Add support for getScreenshot method to Avatars service
  • Add Output, Theme and Timezone enums

Full Changelog: 17.5.0...18.0.0

17.5.0

03 Nov 06:01
e0ea4ae

Choose a tag to compare

What's Changed

  • 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
  • Add createResendProvider and updateResendProvider methods to Messaging service

Full Changelog: 17.4.1...17.5.0

17.4.1

09 Oct 11:05
3aa44b7

Choose a tag to compare

What's Changed

  • Add transaction support for Databases and TablesDB

Full Changelog: 17.3.0...17.4.1

17.3.0

08 Oct 07:35
c134dab

Choose a tag to compare

What's Changed

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

Full Changelog: 17.2.0...17.3.0

17.2.0

03 Oct 04:14
064ff63

Choose a tag to compare

What's Changed

  • feat: PHP SDK update for version 17.2.0 by @ChiragAgg5k in #47, introduces support of enums in response models.

New Contributors

Full Changelog: 17.1.0...17.2.0

17.1.0

23 Sep 07:11
d2260f6

Choose a tag to compare

What's Changed

Full Changelog: 17.0.0...17.1.0