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: extension/CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,19 @@ 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
-
## v1.2.0 - 2022-05-??
10
+
## v1.1.0 - 2022-08-03
11
11
12
12
### Changed
13
13
14
-
- Dramatically the memory footprint of the user backup making `memory` usage unnecessary.
14
+
- Dramatically decrease the memory footprint of the user backup, making `memory` usage unnecessary.
15
+
16
+
- Updated dependencies to the latest supported versions.
15
17
16
18
### Added
17
19
18
-
- 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.)
20
+
- Added support for more Firestore location regions.
21
+
22
+
- 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.)
19
23
20
24
- Added create storage endpoint to simplify the integration process and automatically create the backups bucket with optimal defaults.
0 commit comments