Releases: appwrite/sdk-for-deno
Releases · appwrite/sdk-for-deno
8.0.1
8.0.0
What's Changed
- Support for Appwrite 1.4.0
- New endpoints for fetching user identities
- New endpoints for listing locale codes
- New endpoint for downloading a function deployment
- Updated documentation
- Breaking changes:
- The
createFunction
method has a new signature. - The
createExecution
method has a new signature. - The
updateFunction
method has a new signature. - The
createDeployment
method no longer requires an entrypoint. - The
updateFile
method now includes the ability to update the file name. - The
updateMembershipRoles
method has been renamed toupdateMembership
.
- The
Full Changelog: 7.0.0...8.0.0
7.0.0
What's Changed
- Added Appwrite 1.3.0 support
- Added relationships support
- Added support for new queries: isNull, isNotNull, startsWith, endsWith, between and select.
- Added update attribute support
- Added team prefs support
- Added support for select queries with getDocument
- [BREAKING] Changed function create/update execute parameter to optional
- [BREAKING] Changed team update function to updateName
- [BREAKING] Changed Account service to use the User model instead of Account
- [BREAKING] Changed createMembership to allow an email, userId or phone
Full Changelog: 6.2.1...7.0.0
6.2.1
6.2.0
6.1.0
6.0.0
NEW
- Support for Appwrite 1.0.0
- More verbose headers have been included in the Clients -
x-sdk-name
,x-sdk-platform
,x-sdk-language
,x-sdk-version
- Helper classes and methods for Permissions, Roles and IDs
- Helper methods to suport new queries
- All Dates and times are now returned in the ISO 8601 format
- Execution Model now has an additional
stdout
attribute - Endpoint for creating DateTime attribute
- User imports API with support for multiple hashing algorithms
- CRUD API for functions environment variables
createBucket
now supports different compression algorithms
BREAKING CHANGES
databaseId
is no longer part of theDatabase
Service constructor.databaseId
will be part of the respective methods of the database service.- The
Users.create()
method signature has now been updated to include aphone
parameter color
attribute is no longer supported in the Avatars Service- The
number
argument in phone endpoints have been renamed tophone
- List endpoints no longer support
limit
,offset
,cursor
,cursorDirection
,orderAttributes
,orderTypes
as they have been moved to thequeries
array read
andwrite
permission have been deprecated and they are now included in thepermissions
array- Parameter
permission
for collections and buckets are now renamed todocumentSecurity
&fileSecurity
respectively - All
get
prefixed endpoints returning lists have been re-prefixed tolist
- Renamed methods of the Query helper
lesser
renamed tolessThan
lesserEqual
renamed tolessThanEqual
greater
renamed togreaterThan
greaterEqual
renamed togreaterThanEqual
Full Changelog for Appwrite 1.0.0 can be found here: https://github.com/appwrite/appwrite/blob/master/CHANGES.md
6.0.0-RC1
NEW
- Support for Appwrite 1.0.0-RC1
- More verbose headers have been included in the Clients -
x-sdk-name
,x-sdk-platform
,x-sdk-language
,x-sdk-version
- Helper classes and methods for Permissions, Roles and IDs
- Helper methods to suport new queries
- All Dates and times are now returned in the ISO 8601 format
- Execution Model now has an additional
stdout
attribute - Endpoint for creating DateTime attribute
- User imports API with support for multiple hashing algorithms
- CRUD API for functions environment variables
createBucket
now supports different compression algorithms
BREAKING CHANGES
databaseId
is no longer part of theDatabase
Service constructor.databaseId
will be part of the respective methods of the database service.- The
Users.create()
method signature has now been updated to include aphone
parameter color
attribute is no longer supported in the Avatars Service- The
number
argument in phone endpoints have been renamed tophone
- List endpoints no longer support
limit
,offset
,cursor
,cursorDirection
,orderAttributes
,orderTypes
as they have been moved to thequeries
array read
andwrite
permission have been deprecated and they are now included in thepermissions
array- Parameter
permission
for collections and buckets are now renamed todocumentSecurity
&fileSecurity
respectively - Renamed methods of the Query helper
lesser
renamed tolessThan
lesserEqual
renamed tolessThanEqual
greater
renamed togreaterThan
greaterEqual
renamed togreaterThanEqual
Full Changelog for Appwrite 1.0.0-RC1 can be found here: https://github.com/appwrite/appwrite/blob/master/CHANGES.md
5.0.1
5.0.0
- Support for Appwrite 0.15
- BREAKING
Database
->Databases
- BREAKING
account.createSession()
->account.createEmailSession()
- BREAKING
dateCreated
attribute removed fromTeam
,Execution
,File
models - BREAKING
dateCreated
anddateUpdated
attribute removed fromFunc
,Deployment
,Bucket
models
Full Changelog for Appwrite 0.15 can be found here: https://github.com/appwrite/appwrite/blob/master/CHANGES.md#version-0150