Skip to content

Commit a771bbf

Browse files
regen
1 parent a815b26 commit a771bbf

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 21.0.0
4+
5+
* Breaking: Updated createDeployment signature and relationship attribute endpoint path
6+
* Added TTL parameter support to listDocuments and listRows
7+
* Added getConsolePausing health endpoint to Health service
8+
39
## 20.2.0
410

511
* Added optional encrypt parameter for database attributes (Text, Longtext, Mediumtext, Varchar) and corresponding column creation methods to enable encryption at rest. Encrypted attributes/columns cannot be queried.

src/Appwrite/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ class Client
3737
*/
3838
protected array $headers = [
3939
'content-type' => '',
40-
'user-agent' => 'AppwritePHPSDK/21.0.0 ()',
40+
'user-agent' => 'AppwritePHPSDK/20.2.0 ()',
4141
'x-sdk-name'=> 'PHP',
4242
'x-sdk-platform'=> 'server',
4343
'x-sdk-language'=> 'php',
44-
'x-sdk-version'=> '21.0.0',
44+
'x-sdk-version'=> '20.2.0',
4545
];
4646

4747
/**

0 commit comments

Comments
 (0)