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: README.mdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,12 @@ Integration and unit tests are provided.
56
56
57
57
## Changelog
58
58
59
+
**v3.0.14 - 2013 Jun 26**
60
+
61
+
+ added: additional tests for thumbnails
62
+
+ added: support for downloading from s3 in download_attachment(). Accepts an Attachment entity dict as a parameter (is still backwards compatible with passing in an Attachment id).
63
+
+ added: optional file_path parameter to download_attachment() to write data directly to disk instead of loading into memory. (thanks to Adam Goforth https://github.com/aag)
64
+
59
65
**v3.0.13 - 2013 Apr 11**
60
66
61
67
+ fixed: #20856 authenticate_human_user login was sticky and would be used for permissions and logging
0 commit comments