Release Name: 0.5.1
Notes:
0.5.1 - 2009-03-29
------------------
1. Catch Errno::EPIPE on server connections (Errno::ECONNRESET was already
caught). This can occur when the connection times out due to lack of use.
Running Ruby in debug mode will print the error message text when such an
exception is caught.
2. The version of the AWS API used is now 2009-02-01, the latest at the time
of writing.
3. The sequence numbering of shopping cart items incorrectly started from 2
instead of 1, but didn't cause a problem in practice.
Changes:
|