mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: update go
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user