Skip to content

Commit 1472530

Browse files
committed
Add WIP changelog for v1.3.0
1 parent a770a24 commit 1472530

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ This change log follows the format documented in [Keep a CHANGELOG].
77
[semantic versioning]: https://semver.org
88
[keep a changelog]: https://keepachangelog.com
99

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.
25+
1026
## 1.2.0 - 2021-05-20
1127

1228
### Added

0 commit comments

Comments
 (0)