All Versions
50
Latest Version
Avg Release Cycle
25 days
Latest Release
-

Changelog History
Page 1

  • v1.1.1 Changes

    ๐Ÿ› Bugs

    • ๐Ÿ›  Fix Deletes worker using incorrect device for file deletion #4662
    • ๐Ÿ›  Fix Migration for Stats adding the region attribute #4704
    • ๐Ÿ›  Fix Migration stopping scheduled functions #4704
    • ๐Ÿ›  Fix Migration enabling OAuth providers with data by default #4704
    • ๐Ÿ›  Fix Error pages when OAuth providers are disabled #4704
  • v1.1.0 Changes

    ๐Ÿ”‹ Features

    • โž• Added support for the new Appwrite Console #4655
    • โž• Added new property to projects configuration: authDuration which allows you to alter the duration of signed in sessions for your project. #4618

    ๐Ÿ› Bugs

    • ๐Ÿ›  Fix license detection for Flutter and Dart SDKs #4435
    • ๐Ÿ›  Fix missing status, buildStderr and buildStderr from get deployment response #4611
    • ๐Ÿ›  Fix project pagination in DB usage aggregation #4517
    • ๐Ÿ›  Fix missing file permissions due to cache #4661
    • ๐Ÿ›  Fix usage stats for async function executions #4674
  • v1.0.3 Changes

    ๐Ÿ› Bugs

    • ๐Ÿ›  Fix document audit deletion #4429
    • ๐Ÿ›  Fix attribute and index deletion when deleting a collection #4429
  • v1.0.2 Changes

    ๐Ÿ› Bugs

    • ๐Ÿ›  Fixed nullable values in functions variables #3885
    • ๐Ÿ›  Fixed migration for audit by migrating the time attribute #4038
    • ๐Ÿ›  Fixed default value for creating Boolean Attribute #4040
    • ๐Ÿ›  Fixed phone authentication code to be hashed in the internal database #3906
    • ๐Ÿ›  Fixed /v1/teams/:teamId/memberships/:membershipId response #3883
    • ๐Ÿ›  Fixed removing variables when function is deleted #3884
    • ๐Ÿ›  Fixed scheduled function not being triggered #3908
    • ๐Ÿ›  Fixed Phone Provider configuration #3862
    • ๐Ÿ›  Fixed Queries with 0 values utopia-php/database#194
  • v1.0.1 Changes

    ๐Ÿ› Bugs

    • ๐Ÿ›  Fixed migration for abuse by migrating the time attribute #3839
  • v1.0.0 Changes

    ๐Ÿ’ฅ BREAKING CHANGES

    • All Date values are now stored as ISO-8601 instead of UNIX timestamps #3516
    • ๐Ÿ‘€ Permission levels and syntax have been reworked. See the Permissions V2 section in the document for more information #3700
    • Function Variables are now stored in a separate collection with their own API endpoints #3634
    • ๐Ÿš€ Resources that are computed asynchronously, such as function deployments, will now return a 202 Accepted status code instead of 200 OK #3547
    • ๐Ÿ‘€ Queries have been improved to allow even more flexibility, and introduced to new endpoints. See the Queries V2 section in the document for more information #3702
    • Compound indexes are now more flexible #151
    • 0๏ธโƒฃ createExecution parameter async default value was changed from true to false #3781
    • ๐Ÿ”จ String attribute status has been refactored to a Boolean attribute enabled in the functions collection #3798
    • time attribute in Execution response model has been renamed to duration to be more consistent with other response models. #3801
    • ๐Ÿ“‡ Renamed the following list endpoints to stay consistent with other endpoints #3825
      • getMemberships to listMemberships in Teams API
      • getMemberships to listMemberships in Users API
      • getLogs to listLogs in Users API
      • getLogs to listLogs in Accounts API
      • getSessions to listSessions in Accounts API
      • getSessions to listSessions in Users API
      • getCountries to listCountries in Locale API
      • getCountriesEU to listCountriesEU in Locale API
      • getCountriesPhones to listCountriesPhones in Locale API
      • getContinents to listContinents in Locale API
      • getCurrencies to listCurrencies in Locale API
      • getLanguages to listLanguages in Locale API

    ๐Ÿ”‹ Features

    • โž• Added the UI to see the Parent ID of all resources within the UI. #3653
    • โž• Added automatic cache cleaning for internal Appwrite services #3491
    • โž• Added the ability for Appwrite to handle importing hashed passwords, this can be leveraged to import existing user data from other systems. More information can be found in the document linked above. #2747
    • Users has now been renamed to Authentication within the Appwrite console #3664
    • More endpoints were made public (for guests) with proper rate limits #3741
    • โž• Added Disqus, Podio, and Etsy OAuth providers #3526, #3488, #3522
    • ๐Ÿ”Š Function logs now capture stdout #3656
    • โž• Added the ability to grant guests write permissions for documents, files and executions #3727

    ๐Ÿ› Bugs

    • ๐Ÿ›  Fixed an issue where after resetting your password in the Appwrite console, you would not be redirected to the login page. #3654
    • ๐Ÿ›  Fixed an issue where invalid data could be loaded into the Appwrite console. #3660
    • ๐Ÿ›  Fixed an issue where users using the MySQL adapter for Appwrite would run into an issue with full text indexes #154
    • ๐Ÿ›  Fix teams being created with no owners #3558
    • ๐Ÿ›  Fixed a bug where you could not search users by phone #3619
    • ๐Ÿ›  Fixed a bug where unaccepted invitations would grant access to projects #3738
  • v0.15.3 Changes

    ๐Ÿ”‹ Features

  • v0.15.2 Changes

    ๐Ÿ› Bugs

  • v0.15.1 Changes

    ๐Ÿ› Bugs

    ๐Ÿ“„ Docs

  • v0.15.0 Changes

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿณ Docker Compose V2 is required now
    • The POST:/v1/account/sessions endpoint is now POST:/v1/account/sessions/email
    • All /v1/database/... endpoints are now /v1/databases/...
    • ๐Ÿšš dateCreated attribute is removed from Teams
    • ๐Ÿšš dateCreated attribute is removed from Executions
    • ๐Ÿšš dateCreated attribute is removed from Files
    • โšก๏ธ dateCreated and dateUpdated attributes are removed from Functions
    • ๐Ÿš€ dateCreated and dateUpdated attributes are removed from Deployments
    • โšก๏ธ dateCreated and dateUpdated attributes are removed from Buckets
    • Following Events for Webhooks and Functions are changed:
      • collections.[COLLECTION_ID] is now databases.[DATABASE_ID].collections.[COLLECTION_ID]
      • collections.[COLLECTION_ID].documents.[DOCUMENT_ID] is now databases.[DATABASE_ID].collections.[COLLECTION_ID].documents.[DOCUMENT_ID]
    • Following Realtime Channels are changed:
      • collections.[COLLECTION_ID] is now databases.[DATABASE_ID].collections.[COLLECTION_ID]
      • collections.[COLLECTION_ID].documents is now databases.[DATABASE_ID].collections.[COLLECTION_ID].documents
    • 0๏ธโƒฃ After Migration a Database called default is created for all your existing Database Collections

    ๐Ÿ”‹ Features

    ๐Ÿ› Bugs