Skip to content

24.0.0

Latest

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 15 Apr 10:47
c0d3669

What's Changed

  • [BREAKING] Renamed Webhook model fields: security β†’ tls, httpUser β†’ authUsername, httpPass β†’ authPassword, signatureKey β†’ secret
  • [BREAKING] Renamed Webhook service parameters to match: security β†’ tls, httpUser β†’ authUsername, httpPass β†’ authPassword
  • Added secret parameter to Webhook create and update methods
  • Added x OAuth provider to OAuthProvider enum
  • Added userType field to Log model
  • Added purge parameter to updateCollection and updateTable for cache invalidation
  • Added Project service: platform CRUD, key CRUD, protocol/service status management
  • Added new models: Key, KeyList, PlatformAndroid, PlatformApple, PlatformLinux, PlatformList, and others
  • Added new enums: PlatformType, ProtocolId, ServiceId
  • Updated BuildRuntime, Runtime, Scopes enums with new values
  • Updated X-Appwrite-Response-Format header to 1.9.1
  • Updated TTL description for list caching in Databases and TablesDB

Full Changelog: 23.1.0...24.0.0