Releases: appwrite/sdk-for-ruby
Releases · appwrite/sdk-for-ruby
12.0.0-rc.3
Full Changelog: 12.0.0-rc.1...12.0.0-rc.3
12.0.0-rc.1
What's Changed
- Add GitHub action for publishing by @stnguyen90 in #25
Full Changelog: 11.0.2...12.0.0-rc.1
11.0.2
What's Changed
- Fix deleteMfaAuthenticator response type
- Fix missing attachments param for update email
- Fix missing enums values
- Fix missing recoveryCode param on
MfaFactors - Fix missing updatedAt param on
Session
Full Changelog: 11.0.1...11.0.2
11.0.1
What's Changed
- Fix msg91 params by @stnguyen90 in #23
New Contributors
- @stnguyen90 made their first contribution in #23
Full Changelog: 11.0.0...11.0.1
11.0.0
What's New
- Support for Appwrite 1.5
- Added enum support.
- Added SSR support, learn more in docs.
- Added messaging service support, learn more in docs.
- Added
Query.containssupport. Can be used on array and string attributes. - Added
Query.orquery support. Can be used to apply a logical or on all nested queries inside. - Added 2FA support learn more in docs
- Added tokens support, can be used for one-time password login flows, learn more in docs
Breaking changes
You can find the new syntax for breaking changes in the Appwrite API references. Select version 1.5.x.
Account changes (use with SSR)
update_recoveryno longer requirespassword_again.create_email_sessionrenamed tocreate_email_password_sessionupdate_phone_sessionrenamed tocreate_phone_tokencreate_magic_url_sessionrenamed tocreate_email_tokencreate_o_auth2_sessionrenamed tocreate_o_auth2_tokenupdate_phone,update_magic_url_session, which are the confirmation flows for password-less logins, are renamed tocreate_sessionand accept asecretto create session.
If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.
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
urlis now optional in thecreateMembershipendpoint - Parameter
runtimeis now optional in theupdateendpoint of theFunctionsclass
Full Changelog: 9.0.1...10.0.0