All Versions
50
Latest Version
Avg Release Cycle
25 days
Latest Release
-
Changelog History
Page 1
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
andbuildStderr
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.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
- ๐ Fixed migration for abuse by migrating the
-
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 of200 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
parameterasync
default value was changed fromtrue
tofalse
#3781 - ๐จ String attribute
status
has been refactored to a Boolean attributeenabled
in the functions collection #3798 time
attribute in Execution response model has been renamed toduration
to be more consistent with other response models. #3801- ๐ Renamed the following list endpoints to stay consistent with other endpoints #3825
getMemberships
tolistMemberships
in Teams APIgetMemberships
tolistMemberships
in Users APIgetLogs
tolistLogs
in Users APIgetLogs
tolistLogs
in Accounts APIgetSessions
tolistSessions
in Accounts APIgetSessions
tolistSessions
in Users APIgetCountries
tolistCountries
in Locale APIgetCountriesEU
tolistCountriesEU
in Locale APIgetCountriesPhones
tolistCountriesPhones
in Locale APIgetContinents
tolistContinents
in Locale APIgetCurrencies
tolistCurrencies
in Locale APIgetLanguages
tolistLanguages
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 toAuthentication
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
- โ Added hint during Installation for DNS Configuration by @PineappleIOnic in https://github.com/appwrite/appwrite/pull/2450 ## ๐ Bugs
- ๐ Fixed Migration for Attributes and Indexes by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3568
- ๐ Fixed Closed Icon in the alerts to be centered by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3594
- ๐ Fixed Response Model for Get and Update Database Endpoint by @ishanvyas22 in https://github.com/appwrite/appwrite/pull/3553
- ๐ Fixed Missing Usage on Functions exection by @Meldiron in https://github.com/appwrite/appwrite/pull/3543
- ๐ Fixed Validation for Permissions to only accept a maximum of 100 Permissions for all endpoints by @Meldiron in https://github.com/appwrite/appwrite/pull/3532
- ๐ Fixed backwards compatibility for Create Email Session Endpoint by @stnguyen90 in https://github.com/appwrite/appwrite/pull/3517
-
v0.15.2 Changes
๐ Bugs
- ๐ Fixed Realtime Authentication for the Console by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3506
- ๐ Fixed Collection Usage by @stnguyen90 in https://github.com/appwrite/appwrite/pull/3505
- ๐ Fixed
$createdAt
after updating document by @Meldiron in https://github.com/appwrite/appwrite/pull/3498 - ๐ Fixed Redirect after deleting Collection in Console @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3476
- ๐ Fixed broken Link for Documents under Collections by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3469
-
v0.15.1 Changes
๐ Bugs
- ๐ Fixed SMS for
createVerification
by @christyjacob4 in https://github.com/appwrite/appwrite/pull/3454 - ๐ Fixed missing Attributes when creating an Index by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3461
- ๐ Fixed broken Link for Documents under Collections by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3461
- ๐ Fixed all
$createdAt
and$updatedAt
occurences in the UI by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3461 - ๐ Fixed Delete Document from the UI by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3463
- ๐ Fixed internal Attribute and Index key on Migration by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3455
๐ Docs
- โก๏ธ Updated Phone Authentication by @christyjacob4 in https://github.com/appwrite/appwrite/pull/3456
- ๐ Fixed SMS for
-
v0.15.0 Changes
๐ฅ BREAKING CHANGES
- ๐ณ Docker Compose V2 is required now
- The
POST:/v1/account/sessions
endpoint is nowPOST:/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
anddateUpdated
attributes are removed from Functions - ๐
dateCreated
anddateUpdated
attributes are removed from Deployments - โก๏ธ
dateCreated
anddateUpdated
attributes are removed from Buckets - Following Events for Webhooks and Functions are changed:
collections.[COLLECTION_ID]
is nowdatabases.[DATABASE_ID].collections.[COLLECTION_ID]
collections.[COLLECTION_ID].documents.[DOCUMENT_ID]
is nowdatabases.[DATABASE_ID].collections.[COLLECTION_ID].documents.[DOCUMENT_ID]
- Following Realtime Channels are changed:
collections.[COLLECTION_ID]
is nowdatabases.[DATABASE_ID].collections.[COLLECTION_ID]
collections.[COLLECTION_ID].documents
is nowdatabases.[DATABASE_ID].collections.[COLLECTION_ID].documents
- 0๏ธโฃ After Migration a Database called
default
is created for all your existing Database Collections
๐ Features
- โ Added Phone Authentication by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3357
- Added Twilio Support
- Added TextMagic Support
- Added Telesign Support
- Added Endpoint to create Phone Session (
POST:/v1/account/sessions/phone
) - Added Endpoint to confirm Phone Session (
PUT:/v1/account/sessions/phone
) - Added Endpoint to update Account Phone Number (
PATCH:/v1/account/phone
) - Added Endpoint to create Account Phone Verification (
POST:/v1/account/verification/phone
) - Added Endpoint to confirm Account Phone Verification (
PUT:/v1/account/verification/phone
) - Added
_APP_PHONE_PROVIDER
and_APP_PHONE_FROM
Environment Variable - Added
phone
andphoneVerification
Attribute to User
- โ Added
$createdAt
and$updatedAt
Attributes by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3382- Bucket
- Collection
- Deployment
- Document
- Domain
- Execution
- File
- Func
- Key
- Membership
- Platform
- Project
- Team
- User
- Webhook
- Session (only
$createdAt
) - Token (only
$createdAt
)
- โ Added Databases Resource to the Database Service by @lohanidamodar in https://github.com/appwrite/appwrite/pull/3338
- Added
databases.read
anddatabases.write
Scopes for API Keys
- Added
- โ Added New Runtimes
- Dart 2.17
- Deno 1.21
- Java 18
- Node 18
- Webhooks now have a Signature Key for proof of Origin by @shimonewman in https://github.com/appwrite/appwrite/pull/3351
- ๐ณ Start using Docker Compose V2 (from
docker-compose
todocker compose
) by @Meldiron in https://github.com/appwrite/appwrite/pull/3362 - โ Added support for selfhosted Gitlab (OAuth) by @Meldiron in https://github.com/appwrite/appwrite/pull/3366
- โ Added Dailymotion OAuth Provider by @2002Bishwajeet in https://github.com/appwrite/appwrite/pull/3371
- โ Added Autodesk OAuth Provider by @Haimantika in https://github.com/appwrite/appwrite/pull/3420
- Ignore Service Checks when using API Key by @stnguyen90 in https://github.com/appwrite/appwrite/pull/3270
- โ Added WebM as MIME- and Preview Type by @chuongtang in https://github.com/appwrite/appwrite/pull/3327
- ๐ง Expired User Sessions are now deleted by the Maintenance Worker by @TorstenDittmann in https://github.com/appwrite/appwrite/pull/3324
- Increased JWT rate-limit to 100 per hour by @abnegate in https://github.com/appwrite/appwrite/pull/3345
- Internal Database Relations are now resolved using the Internal ID by @fogelito in https://github.com/appwrite/appwrite/pull/3383
- โก๏ธ Permissions for Documents can be updated without payload now by @gepd in https://github.com/appwrite/appwrite/pull/3346
๐ Bugs
- ๐ Fixed Zoom OAuth scopes
- ๐ Fixed empty build logs for Functions
- ๐ Fixed unnecessary SMTP check on Team Invite using an API Key by @stnguyen90 in https://github.com/appwrite/appwrite/pull/3270
- ๐ Fixed Error Message when adding Team Member to project by @stnguyen90 in https://github.com/appwrite/appwrite/pull/3296
- ๐ Fixed .NET Runtime Logo by @adityaoberai in https://github.com/appwrite/appwrite/pull/3315
- ๐ Fixed unnecessary Function execution delays by @Meldiron in https://github.com/appwrite/appwrite/pull/3348
- ๐ Fixed Runtime race conditions on cold start by @PineappleIOnic in https://github.com/appwrite/appwrite/pull/3361
- ๐ Fixed Malayalam translation by @varghesejose2020 in https://github.com/appwrite/appwrite/pull/2561
- ๐ Fixed English translation by @MATsxm in https://github.com/appwrite/appwrite/pull/3337
- ๐ Fixed spelling in Realtime Worker logs by @gireeshp in https://github.com/appwrite/appwrite/pull/1663
- ๐ Fixed Docs URL for Yammer OAuth by @everly-gif in https://github.com/appwrite/appwrite/pull/3402