aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Storage
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-08-07 18:25:38 -0700
committerGravatar GitHub <noreply@github.com>2017-08-07 18:25:38 -0700
commit974680084d0de0aa8e976d229acaca1c2b5c42bf (patch)
tree4498ffb8af91b4dac75c08adfb287d23d445300f /Firebase/Storage
parent3e3aa42601c5330f1ec526bb015ce11d669fd4ee (diff)
Adding ChangeLogs for Storage and Database (#184)
Diffstat (limited to 'Firebase/Storage')
-rw-r--r--Firebase/Storage/CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
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