diff --git a/app/config/platforms.php b/app/config/platforms.php index 127100710d..ae09c39cac 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -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, diff --git a/docs/sdks/go/CHANGELOG.md b/docs/sdks/go/CHANGELOG.md index 0727ce1e2b..418c7db5e5 100644 --- a/docs/sdks/go/CHANGELOG.md +++ b/docs/sdks/go/CHANGELOG.md @@ -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 `` 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