Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.03 KB

File metadata and controls

60 lines (40 loc) · 2.03 KB

Change Log

15.0.1

  • Update SDK as per latest server specs, these include -
    • Introduces Backups module for managing Database backups
    • Introduces Organization module
    • Introduce Account level keys, Backup Service & Models

13.6.1

  • Fix passing of None to nullable parameters

13.6.0

  • Add total parameter to list queries allowing skipping counting rows in a table for improved performance
  • Add Operator class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations

13.5.0

  • Add create_resend_provider and update_resend_provider methods to Messaging service
  • Improve deprecation warnings
  • Fix adding Optional[] to optional parameters
  • Fix passing of None to nullable parameters

13.4.1

  • Add transaction support for Databases and TablesDB

13.3.0

  • Deprecate createVerification method in Account service
  • Add createEmailVerification method in Account service

11.1.0

  • Add incrementDocumentAttribute and decrementDocumentAttribute support to Databases service
  • Add dart38 and flutter332 support to runtime models
  • Add gif support to ImageFormat enum
  • Add upsertDocument support to Databases service

11.0.0

  • Add <REGION> to doc examples due to the new multi region endpoints
  • Add doc examples and methods for bulk api transactions: createDocuments, deleteDocuments etc.
  • Add doc examples, class and methods for new Sites service
  • Add doc examples, class and methods for new Tokens service
  • Add enums for BuildRuntime , Adapter, Framework, DeploymentDownloadType and VCSDeploymentType
  • Update enum for runtimes with Pythonml312, Dart219, Flutter327 and Flutter329
  • Add token param to getFilePreview and getFileView for File tokens usage
  • Add queries and search params to listMemberships method
  • Remove search param from listExecutions method

10.0.0

  • Fix requests failing by removing Content-Type header from GET and HEAD requests

9.0.3

  • Update sdk to use Numpy-style docstrings