imaginary v1.1.1 Release Notes

Release Date: 2019-07-07 // over 4 years ago
  • v1.1.0

    ๐Ÿš€ Docker releases

    ๐Ÿš€ Note that by introducing a new minor release we now have:

    • โœ… h2non/imaginary:latest (following master, useful for any test environment)
    • โœ… h2non/imaginary:1 (equal to latest as long as we don't bump a major)
    • h2non/imaginary:1.1 (following master)
    • ๐Ÿš€ h2non/imaginary:1.0 (following release/1.0.x)

    Branches

    • โœ… master -- latest and "pretty stable", continues work for 1.1.x development
    • ๐Ÿš€ release/1.0.x -- Old stable. Unsure how long it'll be maintained

    ๐Ÿ”„ Changelog

    • โž• add validation to allowed-origins to include path (#265)
    • Width and height are required in thumbnail request (#262)
    • ๐Ÿ”€ Merge pull request #258 from r-antonio/master
    • Cleaned code to check for existence of headers
    • Modified check for empty or undefined headers
    • ๐Ÿš€ Merge pull request #259 from h2non/release/next
    • ๐Ÿ’… Code Style changes
    • ๐Ÿ‘• Removing gometalinter in favor of golangci-lint
    • โฌ†๏ธ Bumping libvips versions for building
    • ๐Ÿš€ Merge branch 'master' into release/next
    • ๐Ÿ”„ Changed custom headers naming to forward headers
    • ๐Ÿ›  Fixed spacing typo and headers checking
    • ๐Ÿ”„ Changed forwarded headers order, added tests and some fixes
    • โž• Added custom headers forwarding support
    • ๐Ÿ”€ Merge pull request #254 from nicolasmure/fix/readme
    • apply @Dynom patch to fix cli help
    • โšก๏ธ Update README.md
    • ๐Ÿ›  fix enable-url-source param description in README
    • ๐Ÿš€ Merge branch 'NextWithCIBase' into release/next
    • โช Reverting and reordering
    • ups
    • Moving back to a single file, worst case we need to maintain two again.
    • ๐Ÿ›  fixing a var
    • โšก๏ธ Updating travis config, adding docker build and preparing for automated image building
    • ๐Ÿšš Megacheck has been removed in favor of staticcheck
    • timing the pull separately, by putting it in a before_install
    • Trying with a dev base image
    • โž• Adding .dockerignore and consistently guarding the variables
    • ๐Ÿ”€ Merging in changes by jbergstroem with some extra changes
    • ๐Ÿ”จ Merge pull request #229 from Dynom/uniformBuildRefactoring
    • ๐Ÿ‘• Improving gometalinter config
    • First travis-ci config attempt
    • ๐Ÿ”ง Making sure vendor is not stale and that our deps are correctly configured
    • ๐Ÿ‘• gometalinter config
    • ๐Ÿ›  Fixing Gopkg.toml
    • โž• Adding a newish Dockerfile