chore: update go

This commit is contained in:
Chirag Aggarwal
2025-07-27 10:01:37 +05:30
parent b23f382dcc
commit 1f26f98568
2 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ return [
[
'key' => 'go',
'name' => 'Go',
'version' => '0.7.1',
'version' => '0.9.0',
'url' => 'https://github.com/appwrite/sdk-for-go',
'package' => 'https://github.com/appwrite/sdk-for-go',
'enabled' => true,
+14 -2
View File
@@ -1,12 +1,12 @@
# Change Log
## 0.7.1
## 0.9.0
* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
* Add `upsertDocument` support to `Databases` service
* Update doc examples to use correct syntax
## 0.7.0
## 0.8.0
* Add `<REGION>` to doc examples due to the new multi region endpoints
* Add doc examples and methods for bulk api transactions: `createDocuments`, `deleteDocuments` etc.
@@ -18,6 +18,10 @@
* Add `queries` and `search` params to `listMemberships` method
* Remove `search` param from `listExecutions` method
## 0.7.0
* Version skipped
## 0.6.0
* Add bulk API methods: `createDocuments`, `deleteDocuments` etc.
@@ -25,3 +29,11 @@
## 0.5.0
* Fix requests failing by removing `Content-Type` header from `GET` and `HEAD` requests
## 0.4.0
* Fix pong response and chunked upload
## 0.3.0
* Add new push message parameters