sdk-for-ruby

[READ-ONLY] Official Appwrite Ruby SDK 💎 🔴

BSD-3-CLAUSE License

Stars
59
Committers
9

Bot releases are visible (Hide)

sdk-for-ruby - 5.0.0

Published by TorstenDittmann over 2 years ago

  • Support for 0.14.0
  • BREAKING CHANGE Renamed providers to authProviders in Projects
  • BREAKING CHANGE Renamed stdout to response in Execution
  • BREAKING CHANGE Removed delete endpoint from the Accounts API
  • BREAKING CHANGE Renamed name to userName on Membership response model
  • BREAKING CHANGE Renamed event to events on Realtime Response and now is an array of strings
  • Added teamName to Membership response model
  • Added new endpoint to update user's status from the Accounts API

Full Changelog: https://github.com/appwrite/sdk-for-ruby/compare/4.1.0...5.0.0

sdk-for-ruby - 4.1.0

Published by abnegate over 2 years ago

  • Add resumable upload support

Full Changelog: https://github.com/appwrite/sdk-for-ruby/compare/4.0.0...4.1.0

sdk-for-ruby - 4.0.0

Published by lohanidamodar over 2 years ago

  • Support for Appwrite 0.13
  • BREAKING Tags have been renamed to Deployments
  • BREAKING createFile function expects Bucket ID as the first parameter
  • BREAKING createDeployment and createFile functions expect a file path rather than the file itself
  • BREAKING list<Entity> endpoints now contain a total attribute instead of sum
  • onProgress() callback function for endpoints supporting file uploads
  • Support for synchronous function executions
  • Bug fixes and Improvements

Full Changelog for Appwrite 0.13 can be found here: https://github.com/appwrite/appwrite/blob/master/CHANGES.md#version-0130

sdk-for-ruby - 3.0.0

Published by lohanidamodar almost 3 years ago

  • Support for Appwrite 0.12
  • BREAKING Updated database service to adapt 0.12 API
  • BREAKING Custom ID support while creating resources
  • View all the changes
sdk-for-ruby - 2.4.1

Published by TorstenDittmann about 3 years ago

  • Support for Appwrite 0.11
sdk-for-ruby - 2.4.0

Published by TorstenDittmann about 3 years ago

  • Support for Appwrite 0.10.0
  • Add updatePassword, updateEmail and updateName methods to Users service.
sdk-for-ruby - 2.3.0

Published by christyjacob4 over 3 years ago

  • Support for Appwrite 0.9
  • Breaking - changed param name from env to runtime in the Functions API
  • Image Crop Gravity support in image preview service
  • New endpoint in Account getSession to get session by ID
  • New endpoint in the Users API to update user verification status
sdk-for-ruby - 2.2.0

Published by TorstenDittmann over 3 years ago

  • Fixed naming conventions for snake case methods with single letters
sdk-for-ruby - 2.1.2

Published by TorstenDittmann over 3 years ago

  • Added better parameter checking against nil
  • Prevent sending payload to the server that is not set
sdk-for-ruby - 2.1.1

Published by TorstenDittmann over 3 years ago

  • Fixed header parsing
sdk-for-ruby - 2.1.0

Published by TorstenDittmann over 3 years ago

  • BREAKING Renamed users.deleteUser to users.delete
  • BREAKING Renamed parameter inviteId to membershipId on teams.updateMembershipStatus, teams.deleteMembership
  • JWT Support client.setJWT('JWT_GENERATED_IN_CLIENT')
  • Update membership roles
  • New image preview features supports borderRadius, borderColor, borderWidth and opacity
sdk-for-ruby - 2.0.2

Published by eldadfux over 3 years ago

Rubygem release #2

sdk-for-ruby - 2.0.1

Published by eldadfux over 3 years ago

Rubygem release.

sdk-for-ruby - 2.0.0

Published by eldadfux over 3 years ago

Upgraded to support Appwrite server v0.7
Added support for storage file uploading

sdk-for-ruby - 1.0.11

Published by eldadfux almost 4 years ago