Appwrite v0.5.0 Release Notes

Release Date: 2020-03-19 // about 4 years ago
  • ๐Ÿ”‹ Features

    • โฌ†๏ธ Upgraded core API PHP version to 7.4
    • ๐Ÿ†• New database rule validation options
    • ๐Ÿ‘ Allow non-web platform to skip origin header
    • Limited console dashboard to show max 5 alerts at the same time
    • โž• Added more webhooks events
    • Normailized all webhooks event names
    • โž• Added support for SameSite cookie option with fallback cookie for old clients
    • โž• Added a new Discord OAuth adapter
    • โž• Added a new Twitch OAuth adapter
    • โž• Added a new Spotify OAuth adapter
    • โž• Added a new Yahoo OAuth adapter
    • โž• Added a new Salesforce OAuth adapter
    • โž• Added a new Yandex OAuth adapter
    • โž• Added a new Paypal OAuth adapter
    • โž• Added a new Bitly OAuth adapter
    • โฌ†๏ธ Upgraded MariaDB image to version 1.0.2
    • โฌ†๏ธ Upgraded SMTP image to version 1.0.1
    • File upload route (POST /v1/storage/files) now accept a single file per request
    • โž• Added ENV vars to change system email sender name and address
    • Usage for requests made by project admin in the console are not counted as API usage
    • โž• Added ENV var to change default file upload size limit. New default value is 100MB
    • โž• Added option to delete file directly from the dashboard
    • โž• Added option to view file preview from the dashboard
    • โž• Added option to add custom domains with auto SSL certificate generator

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed bug where user status was saved as a string instead of an integer
    • ๐Ÿ›  Fixed gravatar icons not showing up correctly on the console
    • ๐Ÿ›  Fixed code location of project not found error
    • ๐Ÿ›  Fixed bug where tags element would ignore tab key for parsing new tags
    • ๐Ÿ›  Fixed OAuth login error saying project UID is missing when its not
    • ๐Ÿ›  Fixed wrong input validation for user preferences

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ”€ Merged Auth and Account service route to make the API REST compatible