Releases: streamlux/vscode-appwrite
Releases · streamlux/vscode-appwrite
v0.1.3
v0.1.2
Added
- Ability to set the
list
,default
andarray
properties when creating a new collection. | Issue #20 | PR #21 | Thanks @Maatteogekko!
v0.1.1
Added
- You can now easily create function tags from multiple places in the extension. PR #19
Fixed
- Fixed an error when deleting a user. Issue #17 PR #18 Thanks @aadarshadhakalg!
v0.1.0
The release includes support for Appwrite Functions!
Added
- Ability to create and delete Appwrite functions
- Edit function settings
- View, and delete tags (creating tags is broken currently)
- Create and view function executions
- View execution output and errors
Install the Appwrite extension for VS Code
Learn more about Appwrite functions here.
v0.0.9
Changes
- Remove temporary fix for Appwrite appwrite/appwrite#1171. Upstream issue was resolved.
v0.0.8
Fixed
- Temp fix for Appwrite appwrite/appwrite#1171
v0.0.7
v0.0.6
Fixed
- Fixed a bug where the extension could not connect to Appwrite instances over localhost because of self-signed certificates. #9, fixed by #10
Added
- Option to allow communicating with self-signed certificates (to enable connection to Appwrite over localhost)
- Added a 10 second limit to the Health request. Just to make sure the request does not hang.
v0.0.5
v0.0.4
Fixed
- Hotfix