github appwrite/appwrite 1.4.6

latest releases: cl-1.5.7-2, 1.5.7, cl-1.5.7-1...
7 months ago

What's Changed

Changes

Add new health endpoints by @Meldiron

New health endpoints let you check the active queue of pending changes in Appwrite. This includes pending builds, databases, deletes, mail, messages, and migrations. This improves visibility of queues and lets you identify issues when queue sizes grow unexpectedly.
#6319

Add 30-second timeout for synchronous executions by @Meldiron

Synchronous executions with super long timeouts will block API and executor. This adds a timeout to prevent abuse. Long-running functions should be executed asynchronously.
#6370

Add Dart 3.1 runtime support by @Meldiron

Dart 3.1 runtime is added to Appwrite. You can enable Dart 3.1 by adding dart-3.1 to your _APP_FUNCTIONS_RUNTIMES variable.
#6936

Bump console to version 3.2.3 @stnguyen90

Update Appwrite to use a newer version of Appwrite Console. Changes introduced can be found here.
#6947

Fixes

Fix realtime deletes by @stnguyen90

Fixes the mysterious errors about real-time deletes events that were poping up due to a bug.
#6897

Update teamInternalId when updating project team by @stnguyen90

Deleting an organization can delete transferred projects because teamInternalIds were not properly updated.
This PR fixes this issue.
#6898

Fix Spanish translations (emails) by @DH-555

Our community superstar @DH-555 fixed some copy in our Spanish emails :D
#5290

New Contributors

Full Changelog: 1.4.5...1.4.6

Don't miss a new appwrite release

NewReleases is sending notifications on new releases.