Skip to content

24.0.0

Latest

Choose a tag to compare

@loks0n loks0n released this 02 Sep 14:39
61ab7a0

What's Changed

  • Stable release of the dedicated database APIs: mysql, postgresql, mongo, documentsDB, and vectorsDB services, previously released as release candidates
  • Breaking: tablesDB.cutoverMigration is renamed to tablesDB.createCutover
  • Breaking: Execution.functionId is replaced by resourceId and resourceType, covering function and site executions
  • Breaking: mysql.updateCredentials, postgresql.updateCredentials, and mongo.updateCredentials now return DedicatedDatabaseOperation; poll the operation to a terminal status, then fetch the database for the refreshed credentials
  • Added: Cloudflare, Resend, and Hugging Face OAuth providers
  • Added: usageAggregateOnlyMetrics on the BillingPlan model
  • Added: credentialGeneration on the DedicatedDatabase model
  • Added: documentsdb.indexes.read, documentsdb.indexes.write, vectorsdb.indexes.read, and vectorsdb.indexes.write to ProjectKeyScopes
  • Fixed: transactionId is accepted again by documentsDB and vectorsDB createDocument and createDocuments
  • Updated: X-Appwrite-Response-Format is now 2.0.0
  • Updated: FrameworkAdapter.fallbackFile is now optional

Full Changelog: 23.0.0...24.0.0