pysmug / file revision
summary |
shortlog |
changelog |
tags | edit |
manifest |
changeset |
file |
revisions |
annotate |
diff |
raw
ChangeLog
| author | "Brian Zimmer <bzimmer@ziclix.com>" |
| Tue May 13 16:52:26 2008 -0700 (6 months ago) | |
| changeset 116 | aa96ac9ffda2 |
| parent 114 | 2187994a0767 |
| child 134 | 350f8bdf7787 |
| permissions | -rw-r--r-- |
added decorator to the changelog
1 Please refer to the pysmug mercurial repository for exhaustive
2 change details.
3
4 pysmug ChangeLog
5 ================
6
7 Changes in v0.4 (05-13-2008):
8 * fully tested with the 1.2.2 API changes
9 * integrated nose tests
10 * configuration for login() now uses ConfigParser rather than eval
11 (backwards incompatible changes to the config file)
12 * added the ability to choose the API version to use (defaults to 1.2.2)
13 * added albums_details which returns detailed information about an
14 album and all containing images (include EXIF if requested)
15 * added verbose and progress callbacks to assist in debugging
16 * added smugmug_keywords decorator to correctly format method arguments
17 * do not send any keywords to SmugMug with a value of None
18 * updated to use hashlib for md5
19 * removed examples
20 * added and fixed documentation
21
22 Changes in v0.3 (02-13-2008):
23 * keyword arguments can have any case and pysmug
24 will correctly format them to the SmugMug API
25 * fixed bug in images_upload() where iterating
26 additional kwargs failed
27 * removed `protocol` ivar on SmugBase in favor of
28 `secure`; `protocol` is now a property which returns
29 "http" or "https" depending on the `secure` ivar
30 * added support for http proxy server
31 * added ability to instantiate user supplied class for
32 login()
33 * removed support for cjson since it did not properly
34 handle escaped '\'
35 * more documentation
36 * setup changes
37
38 Changes in v0.2 (01-30-2008):
39 * added categories_getTree()
40 * in batch mode, exceptions are returned in the response
41 rather than thrown
42 * http errors are now communicated through exceptions
43 * better documentation
44 * added login_withHash()
45 * no longer raise an exception if no events are pending
46 for a batch execution -- return an empty iteration
47 * images_upload() will attempt to open the FileName if
48 Data is None
49 * login() will try all three login methods
50
51 Changes in v0.1 (01-22-2008):
52 * initial
