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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,21 @@ 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-??
10
+
## 1.3.0 - 2022-06-01
11
11
12
12
### Fixed
13
13
14
-
- Fixed compatibility with `firebase-functions` tripping over`timeoutSeconds`set to undefined and throwing`Field 'timeout', Invalid duration format, failed to parse seconds"`.
14
+
- Fixed compatibility with `firebase-functions` tripping over`timeoutSeconds`set to `undefined` and throwing`Field 'timeout', Invalid duration format, failed to parse seconds"`.
15
15
16
16
### Changed
17
17
18
-
- Dramatically the memory footprint of the user backup making `memory` usage unnecessary.
18
+
- Dramatically decrease the memory footprint of the user backup, making `memory` usage unnecessary.
19
+
20
+
- Updated dependencies to the latest supported versions.
19
21
20
22
### Added
21
23
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.)
24
+
- 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.)
23
25
24
26
- Added create storage endpoint to simplify the integration process and automatically create the backups bucket with optimal defaults.
0 commit comments