You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,22 @@ This change log follows the format documented in [Keep a CHANGELOG].
7
7
[semantic versioning]: https://semver.org
8
8
[keep a changelog]: https://keepachangelog.com
9
9
10
+
## 1.3.0 - 2022-05-??
11
+
12
+
### Fixed
13
+
14
+
- Fixed compatibility with `firebase-functions` tripping over`timeoutSeconds`set to undefined and throwing`Field 'timeout', Invalid duration format, failed to parse seconds"`.
15
+
16
+
### Changed
17
+
18
+
- Dramatically the memory footprint of the user backup making `memory` usage unnecessary.
19
+
20
+
### Added
21
+
22
+
- Added list files endpoint to the agent API that will help with Realtime Database backup integration and checking for the status of the backups (storage class, size, etc.)
23
+
24
+
- Added create storage endpoint to simplify the integration process and automatically create the backups bucket with optimal defaults.
0 commit comments