Releases: appwrite/sdk-for-ruby
Releases · appwrite/sdk-for-ruby
11.0.0-rc.4
Full Changelog: 10.1.2...11.0.0-rc.4
10.1.2
10.1.1
10.1.0
10.0.0
What's Changed
- BREAKING - Parameter
url
is now optional in thecreateMembership
endpoint - Parameter
runtime
is now optional in theupdate
endpoint of theFunctions
class
Full Changelog: 9.0.1...10.0.0
9.0.1
What's Changed
- Fix variable name collisions
- Fix content-range header for chunked uploads
Full Changelog: 9.0.0...9.0.1
9.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: 8.0.0...9.0.0
8.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: 7.1.0...8.0.0
7.2.0
What's Changed
- chore: update role helper class by @christyjacob4 in #12
Full Changelog: 7.0.0...7.2.0
7.1.0
What's Changed
- chore: update role helper class by @christyjacob4 in #12
Full Changelog: 7.0.0...7.1.0