appwrite

Your backend, minus the hassle.

BSD-3-CLAUSE License

Downloads
436
Stars
41.4K
Committers
377

Bot releases are hidden (Show)

appwrite - 1.3.6

Published by TorstenDittmann over 1 year ago

What's Changed

  • Fix Console deep linking to result in a 404 #5632
  • Fix ACME HTTP Challenge #5632

Full Changelog: https://github.com/appwrite/appwrite/compare/1.3.5...1.3.6

appwrite - 1.3.5

Published by christyjacob4 over 1 year ago

What's Changed

Full Changelog: https://github.com/appwrite/appwrite/compare/1.3.4...1.3.5

appwrite - 1.3.4

Published by stnguyen90 over 1 year ago

What's Changed

Bugs

Note: please run the migrate command if upgrading from 1.3.x.

New Contributors

Full Changelog: https://github.com/appwrite/appwrite/compare/1.3.3...1.3.4

appwrite - 1.3.3

Published by stnguyen90 over 1 year ago

What's Changed

Full Changelog: https://github.com/appwrite/appwrite/compare/1.3.2...1.3.3

appwrite - 1.3.2

Published by TorstenDittmann over 1 year ago

Version 1.3.2

What's Changed

Bugs

  • Fixed auto-setting custom ID on nested documents #5363
  • Fixed listDocuments not returning all the documents #5395
  • Fixed deleting keys, webhooks, platforms and domains after deleting project #5395
  • Fixed empty team prefs returning as JSON object rather array #5361

New Contributors

Full Changelog: https://github.com/appwrite/appwrite/compare/1.3.1...1.3.2

appwrite - 1.3.1

Published by TorstenDittmann over 1 year ago

What's Changed

Bugs

  • Fixed Migration issue regarding 500 error on databases #4906

Full Changelog: https://github.com/appwrite/appwrite/compare/1.3.0...1.3.1

appwrite - Version 1.3.0

Published by abnegate over 1 year ago

What's Changed

New Features

  • Password dictionary setting allows to compare user's password against common password database #4906
  • Password history setting allows to save user's last used password so that it may not be used again. Maximum number of history saved is 20, which can be configured. Minimum is 0 which means disabled. #4866
  • Update APIs to check X-Appwrite-Timestamp header #5024
  • Database relationships #5238
  • New query operators #5238
  • Team preferences #5196
  • Update attribute metadata #5164

Changes

  • Removed requirement for indexes for querying attributes #5145
  • Removed query limit cap of 100 #5143
  • Updated console to 2.3.x

Bugs Fixed

  • Fix not storing function's response on response codes 5xx #4610
  • Fix expire to formatTz in create account session #4985
  • Fix deleting projects when organization is deleted #5335
  • Fix deleting collections from a project #4983
  • Fix cleaning up project databases #4984
  • Fix creating documents with attributes with special characters #246
  • Fix deleting attribute not deleting metadata index #246
  • Fix create attribute event payload #246

Full Changelog: https://github.com/appwrite/appwrite/compare/1.2.1...1.3.0

New Contributors

appwrite - Version 1.2.1

Published by stnguyen90 over 1 year ago

What's Changed

Changes

  • Upgraded Console to 2.2.0
  • Updated DBIP Database #5049

Bugs

  • Added flutter-web as a platform type #4992
  • Fixed timestamp format in Realtime response #4515
  • Fixed Deletes Worker not deleting project database tables #4984
  • Fixed Deletes Worker not deleting database collections #4983
  • Fixed restart policy for worker-messaging container #4994
  • Fixed validating Origin for Apple Platforms #5089

New Contributors

Full Changelog: https://github.com/appwrite/appwrite/compare/1.2.0...1.2.1

appwrite - Version 1.2.0

Published by Meldiron almost 2 years ago

Features

Bugs

Changes

New Contributors

Full Changelog: https://github.com/appwrite/appwrite/compare/1.1.2...1.2.0

appwrite - Version 1.1.2

Published by TorstenDittmann almost 2 years ago

Changes

  • Released appwrite/console 2.0.2
  • Make region parameter optional with default for project create #4763

Bugs

  • Fix default OAuth paths #4725
  • Fix session expiration, and expired session deletion #4739
  • Fix processing status on sync executions #4737
  • Fix Locale API returning Unknown continent #4761

New Contributors

Full Changelog: https://github.com/appwrite/appwrite/compare/1.1.1...1.1.2

appwrite - Version 1.1.1

Published by TorstenDittmann almost 2 years ago

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

Full Changelog: https://github.com/appwrite/appwrite/compare/1.1.0...1.1.1

appwrite - Version 1.1.0

Published by TorstenDittmann almost 2 years ago

github

Console 2.0

The new Console adds a simplified user interface for all the different services across Appwrite. appwrite/console

Features

  • 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

New Contributors

Full Changelog: https://github.com/appwrite/appwrite/compare/1.0.3...1.1.0

appwrite - Version 1.0.3

Published by TorstenDittmann about 2 years ago

Bugs

  • Fix document audit deletion #4429
  • Fix attribute and index deletion when a collection is deleted #4429

Contributors

Full Changelog: https://github.com/appwrite/appwrite/compare/1.0.2...1.0.3

appwrite - Version 1.0.2

Published by TorstenDittmann about 2 years ago

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

New Contributors

Full Changelog: https://github.com/appwrite/appwrite/compare/1.0.1...1.0.2

appwrite - Version 1.0.1

Published by TorstenDittmann about 2 years ago

Bugs

  • Fixed migration for abuse by migrating the time attribute in 3839 by @TorstenDittmann

Full Changelog: https://github.com/appwrite/appwrite/compare/1.0.0...1.0.1

appwrite - Version 1.0.0

Published by christyjacob4 about 2 years ago

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

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
  • In Functions, req.env has been renamed to req.variables [#3818]
  • 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
  • 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
  • Renamed Document $collection to $collectionId for consistency https://github.com/appwrite/appwrite/pull/3816
  • Renamed _APP_PHONE_ env vars to _APP_SMS_ https://github.com/appwrite/appwrite/pull/3681
  • Removed the following Function Runtimes https://github.com/appwrite/runtimes/pull/55:
    • dart-2.12
    • dart-2.13
    • dart-2.14
    • deno-1.12
    • deno-1.13
    • deno-1.14
    • node-15.5
    • node-17.0

New Contributors

Full Changelog: https://github.com/appwrite/appwrite/compare/0.15.3...1.0.0

appwrite - Version 0.15.3

Published by TorstenDittmann about 2 years ago

Features

Bugs

appwrite - Version 0.15.2

Published by TorstenDittmann over 2 years ago

Bugs

New Contributors

Full Changelog: https://github.com/appwrite/appwrite/compare/0.15.1...0.15.2

appwrite - Version 0.15.1

Published by TorstenDittmann over 2 years ago

Bugs

Docs

Full Changelog: https://github.com/appwrite/appwrite/compare/0.15.0...0.15.1

appwrite - Version 0.15.0

Published by TorstenDittmann over 2 years ago

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
  • After Migration a Database called default is created for all your existing Database Collections

Features

Bugs

New Contributors

Full Changelog: https://github.com/appwrite/appwrite/compare/0.14.2...0.15.0