See the Imageproxy readme for more info.
- Fix warning: "The source :rubygems is deprecated because HTTP requests are insecure" (thanks @mahemoff)
- Replace deprecated Digest::Digest with Digest (thanks @mahemoff)
- Bumped version to 1.0 -- imageproxy has been in production for over 1.5 years at this point and deserves a real version number
- Added
world_readable_tempfile
option to make the permissions of the generated tempfiles to be-rw-r--r--
instead of the default-rw-------
- Fix error on Heroku Cedar (thanks Daniel Szmulewicz!)
- Retry
curl
command after 10 second timeout
- Have
curl
report errors to standard error
- Improve logging on errors
- Add ability to composite two images
- Allow '.' characters in base 64-encoded path, which gets replaced with '=' characters before decoding
- When a command fails, only raise an exception in Ruby 1.9, not 1.8
- Add timeout option
- Use ImageMagick's
identify
command to figure out the content type of the image - Follow redirects when requesting images
- Initial version