Skip to content

Commit 9916fb8

Browse files
committed
Prepare v1.3.0 release
1 parent e3b18c7 commit 9916fb8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ 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-??
10+
## 1.3.0 - 2022-06-01
1111

1212
### Fixed
1313

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"`.
1515

1616
### Changed
1717

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.
1921

2022
### Added
2123

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.)
2325

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

0 commit comments

Comments
 (0)