All Versions
60
Latest Version
Avg Release Cycle
47 days
Latest Release
1496 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.4 Changes
August 12, 2020v1.2.4 / 2020-08-12
- โฌ๏ธ upgrade: libvips to v8.10.0
- ๐ fix(pipeline): add missing autorate (#326)
-
v1.2.3 Changes
August 04, 2020 -
v1.2.2 Changes
June 11, 2020- fix(docs): define mirror as default extend param
- refactor(params): use mirror as default extend behavior
- refactor(params): use mirror as default extend behavior
-
v1.2.1 Changes
June 08, 2020- fix(history): release changes
- Merge branch 'master' of https://github.com/h2non/imaginary
- feat(version): release v1.1.1
- [improvement/server-graceful-shutdown] Add support of graceful shutdown (#312)
- fix
-
v1.2.0 Changes
June 07, 2020- feat(ci): use job stages
- feat(ci): use job stages
- feat(ci): use job stages
- fix(ci): deploy filter
- feat(ci): only deploy for libvips 8.9.2
- fix(ci): strip v in semver version value
- feat(History): add changes
- 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 Changes
February 28, 2020- feat: add history changes
- Merge branch 'master' of https://github.com/h2non/imaginary
- refactor
- add fluentd config example to ingest imaginary logs (#260)
-
v1.1.2 Changes
February 07, 2020- feature: implement interlace parameter (#273)
- Implement wildcard for paths for the allowed-origins option (#290)
- Go Modules, Code Refactoring, VIPS 8.8.1, etc. (#269)
- feature: implement aspect ratio (#275)
- Fix and add test for 2 buckets example (#281)
- Fix "--allowed-origins" type (#282)
- fix(docs): watermarkimage -> watermarkImage
- refactor(docs): removen image layers badge
- refactor: version set dev
-
v1.1.1 Changes
July 07, 2019v1.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
- โ
h2non/imaginary:latest (following
-
v1.1.0 Changes
February 21, 2019๐ท 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 - โ
h2non/imaginary:latest (following
-
v1.0.18 Changes
January 28, 2019