Imaginary Versions Save

Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing

v1.2.4

3 years ago

v1.2.4 / 2020-08-12

  • upgrade: libvips to v8.10.0
  • fix(pipeline): add missing autorate (#326)

v1.2.3

3 years ago

v1.2.3 / 2020-08-04

  • feat(#315, #309): autorotate / gracefully fallback failed image type encoding

v1.2.2

3 years ago

v1.2.2 / 2020-06-11

  • refactor(params): use mirror as default extend behavior

v1.2.1

3 years ago

v1.2.1 / 2020-06-08

  • feat(bimg): upgrade to v1.2.0
  • feat(server-graceful-shutdown): add support of graceful shutdown #312

v1.2.0

3 years ago

v1.2.0 / 2020-06-07

  • New release, minor features, bimg upgrade and several fixes (#311)
  • watermarkImage must be in lowerCamelCase (#255)
  • Pre-release HEIF / HEIC support (#297)
  • [improvement/log-levels] Add support set log levels (#301)
  • chore(license): update year
  • chore(docs): delete not valid contributor
  • Added PlaceholderStatus option (#304)
  • Create FUNDING.yml
  • Delete README.md~
  • Add fly.io (#300)

v1.1.3

4 years ago

v1.1.1

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

v1.1.0

5 years ago

Tagging release 1.1.0

This release changes the way parameters are handled, by tracking the differences between their default value and whether they were passed along with their default value. This can result in slightly different behaviour, especially with the nocrop parameter.

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
  • release/next -- new Docker refactoring work is being done here, expected to be merged in 1.1.x

Changelog

d83da84 Testing if an ImageOption false value, was in fact requested 246f796 Updating the documentation 52d156d bumping to 1.1.0

v1.0.18

5 years ago

Tagging release 1.0.18

Changelog

7190e85 Isolated the calculation added a test and added Rounding (#242)

v1.0.17

5 years ago

Tagging release 1.0.17

This release contains mostly non-functional improvements, however:

Docker image changes

The Docker image for this release is built using a new approach for Imaginary and bimg. Of you experience any problems please let us know.

Changelog

a9dbf56 refactor(README): remove header image a1bb2fd docs(watermarkimage): Add docs for the /watermarkimage endpoint (#226) d20af55 Including a test case with multiple subdomains 15c4252 Exposing several extra details fbff718 Style fixes f783899 Removing unused function c38cf80 Unavailable is not actually used, replaced it with _ to better convey intent. b24da45 Removing literals in favor of http constants 83750ba Comment fix b1a8027 Correcting the use of abbreviations bab8a72 Removed unused variable and explicitly ignoring errors a299f70 Correcting comments, casing and constant use d71d48b More literal to constant replacements c20f833 Changing the if's to a single map lookup. 45e311f ErrorReply's return value was never used. b55d8a2 explicitly ignoring errors 4220bfc Correct casing for multiple words 0fbc67f Simplifying some if statements, removing unnecessary parenthesis and added an explicit error ignore 45eb61c minor styling a6234c1 Refactoring, making things simpler 54a099c Allow Go 1.9 to fail c1122d2 Bumping Go's version requirement e113d6d cleanup c75d2ba Bumping version to 1.0.17