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: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
1
Changelog
2
2
=========
3
3
4
+
#### 0.6.2 (2014-08-31)
5
+
6
+
Upgrading the AWS SDK dependency to the latest version. Fixes issue #11
7
+
4
8
#### 0.6.1 (2014-08-22)
5
9
6
-
* The internal event emitter wasn't set up properly, causing errors about the upload stream object no having the .emit and/or .once methods. This bug impacted versions 0.5.0 and 0.6.0. Fixes issue #10.
10
+
* The internal event emitter wasn't set up properly, causing errors about the upload stream object not having the .emit and/or .once methods. This bug impacted versions 0.5.0 and 0.6.0. Fixes issue #10.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ A pipeable write stream which uploads to Amazon S3 using the multipart file uplo
6
6
7
7
### Changelog
8
8
9
+
#### 0.6.2 (2014-08-31)
10
+
11
+
Upgrading the AWS SDK dependency to the latest version. Fixes issue #11
12
+
9
13
#### 0.6.1 (2014-08-15)
10
14
11
15
Fix for an issue with the internal event emitter being improperly attached. This issue caused crashes in v0.5.0 and v0.6.0, so it is recommended that you upgrade to v0.6.1 if you are using one of the affected versions.
0 commit comments