Skip to content

v3.8.0

Compare
Choose a tag to compare
@StefanBogdan StefanBogdan released this 07 Sep 16:06
· 2348 commits to main since this release
4fa9e0f

This minor version includes:

  • Backup functionalities (Backup class):

    • Backup.create method to create backups (all/subset of classes).
    • Backup.get_create_status method to get the status of the created backup.
    • Backup.restore method to restore Weaviate from a backup (all/subset of classes).
    • Backup.get_restore_status method to get the status of the restored backup.
  • New Client attribute: backup to create, restore and get status of the backups. All backup operations MUST be done through Client.backup.

  • Added return value for Batch.add_data_object, it now returns the UUID of the added object, if one was not set then an UUIDv4 will be generated.