From 974680084d0de0aa8e976d229acaca1c2b5c42bf Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Mon, 7 Aug 2017 18:25:38 -0700 Subject: Adding ChangeLogs for Storage and Database (#184) --- Firebase/Storage/CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Firebase/Storage/CHANGELOG.md (limited to 'Firebase/Storage') diff --git a/Firebase/Storage/CHANGELOG.md b/Firebase/Storage/CHANGELOG.md new file mode 100644 index 0000000..86daf0b --- /dev/null +++ b/Firebase/Storage/CHANGELOG.md @@ -0,0 +1,23 @@ +# v2.0.1 +- [fixed] Fixed crash in FIRStorageDownloadTask that was caused by invoking callbacks that where no longer active. +- [changed] Added 'size' to the NSDictionary representation of FIRStorageMetadata. + +# v2.0.0 +- [changed] Initial Open Source release. + +# v1.0.6 + +- [fixed] Fixed crash when user-provided callbacks were nil. +- [changed] Improved upload performance under spotty connectivity. + +# v1.0.5 + +- [fixed] Snapshot data is now always from the requested snapshot, rather than + the most recent snapshot. +- [fixed] Fixed an issue with downloads that were not properly pausing. + +# v1.0.4 + +- [fixed] Fixed an issue causing us to not respect the developer-specified + timeouts for initial up- and download requests. +- [fixed] Fixed uploading issues with filenames that contain the '+' character. \ No newline at end of file -- cgit v1.2.3