Skip to content

v1.3.0

Choose a tag to compare

@kossnocorp kossnocorp released this 01 Jun 10:53
· 41 commits to master since this release

Fixed

  • Fixed compatibility with firebase-functions tripping over timeoutSeconds set to undefined and throwing Field 'timeout', Invalid duration format, failed to parse seconds".

Changed

  • Dramatically decrease the memory footprint of the user backup, making memory usage unnecessary.

  • Updated dependencies to the latest supported versions.

Added

  • Added list files endpoint to the agent API that will help with Realtime Database backup integration and check for the backups' status (storage class, size, etc.)

  • Added create storage endpoint to simplify the integration process and automatically create the backups bucket with optimal defaults.

  • Added support for managing Backup Fire config with .env by setting BACKUPFIRE_TOKEN and BACKUPFIRE_PASSWORD.