All Versions
11
Latest Version
Avg Release Cycle
197 days
Latest Release
1323 days ago

Changelog History
Page 1

  • v0.9.0 Changes

    September 11, 2020
    • ๐Ÿ‘ Backend support for gifsicle
    • โฌ†๏ธ Upgrade dependencies (Sentry, gin-gonic, etc.)
    • ๐Ÿ‘Œ Support for DigitalOcean storage S3 compatible
    • Mimetype detector based on sniffing algorithm
  • v0.8.0 Changes

    July 16, 2019
    • ๐Ÿ”จ Major refactoring
    • ๐Ÿ‘Œ Support stick operation to stick an image on another
    • โž• Add pprof endpoints
    • ๐Ÿ‘ Better management when deleting an image
    • ๐Ÿ‘ Better management of CDN must-revalidate header
  • v0.7.0 Changes

    January 23, 2019
  • v0.6.0 Changes

    July 18, 2018
    • Introduce lilliput engine
    • ๐Ÿ”จ Refactor application.go
    • Manage EXIF orientation on jpeg

    ๐Ÿฑ Great work by @edouardparis ๐ŸŽ‰

  • v0.5.1 Changes

    June 11, 2018
    • ๐Ÿ›  Fix alpine SSL installation
  • v0.5.0 Changes

    June 11, 2018
    • ๐Ÿ‘ Redis cluster support
    • ๐Ÿ”ง Configuration revamp
    • ๐Ÿ‘‰ User-Agent customization
    • Mimetype detector
  • v0.4.0 Changes

    June 18, 2017
    • Complete rewrite using Gin <https://github.com/gin-gonic/gin>_ and net/context
    • Migrate to Go 1.7
    • Implement noop operation
    • ๐Ÿ›  Fix animated gif handling (still some minor issues)
    • ๐Ÿ‘ Migrate to viper <https://github.com/spf13/viper>_ for config handling which adds support for environment variables
    • โž• Add allowed_headers new config for CORS
  • v0.3.0 Changes

    • โœ‚ Delete handler to delete an image on storage
    • Upload handler to upload an image to the storage
  • v0.2.1

    May 06, 2015
  • v0.2.0 Changes

    • โœ… Robust test suite
    • ๐Ÿ‘ Animated gif support
    • ๐Ÿ†• New operations: flip, rotate
    • An interface to implement multiple engines
    • โž• Add q parameter to control the rendering quality
    • โž• Add fmt parameter to force the output format