Ariel Allon
97417b3bc6
fix typo in docs ( #599 )
2021-04-26 18:32:50 +06:00
DarthSim
8fcc839925
Cleanup avif speed code
2021-04-26 18:32:10 +06:00
Per Osbäck
a7d451b8f2
Add ENV setting for AVIF speed parameter ( #605 )
...
* Add ENV setting for AVIF speed parameter
* Add AVIF to image format docs
* Only use Speed on supported VIPS version
* Probably need the method signature in go to have speed
2021-04-26 18:27:16 +06:00
DarthSim
488d78610f
Update bugsnag
2021-04-26 18:20:05 +06:00
DarthSim
6cf263cbb1
Add fallback image URL docs
2021-04-16 22:42:08 +06:00
DarthSim
2068e7b868
Rearrange processing options in code and docs
2021-04-16 22:35:20 +06:00
DarthSim
78111b2273
Bump version
2021-04-05 19:51:09 +06:00
DarthSim
52ad34f8ea
Update changelog
2021-04-05 19:50:23 +06:00
DarthSim
1df1a9eaa8
Fix debug header
2021-04-05 19:47:29 +06:00
Svyatoslav Kryukov
697854d63c
Enable dynamic png compression ( #604 )
2021-03-31 19:04:07 +06:00
DarthSim
0c25a8a45f
Merge branch 'master' into version/3
2021-03-31 12:44:28 +06:00
DarthSim
aa6edd13f6
Fix PNG bitdepth
2021-03-31 12:43:53 +06:00
DarthSim
f744e5c863
Merge branch 'master' into version/3
2021-03-30 22:08:59 +06:00
DarthSim
7e4ae9d0ce
Fix PNG quantization with vips 8.10+
2021-03-30 21:54:15 +06:00
DarthSim
fca4f87445
min-width and min-height processing options
2021-03-29 20:21:00 +06:00
DarthSim
27fa220fea
Fix force resizing type + zero width/height
2021-03-29 17:48:37 +06:00
DarthSim
59f5dac4bd
fill-down resiziong type
2021-03-29 17:35:16 +06:00
DarthSim
c711791f7a
force resizing type
2021-03-29 17:13:28 +06:00
DarthSim
bca4bddf53
Merge branch 'master' into version/3
2021-03-26 20:05:34 +06:00
Ewan Higgs
c7fcb9b94f
Allow compression at the transport level. ( #595 )
...
* Allow compression at the transport level.
* Do not enable compression but do decompress compressed content-encodings.
* Fix import in download.go to use std compress/go.
* Fix issue with err shadowing.
* Don't overwrite resBody on download of original image.
Set content length to 0 if data was compressed.
2021-03-25 16:43:30 +06:00
Svyatoslav Kryukov
88975f3810
Datadog tracing
2021-03-23 17:08:02 +06:00
Svyatoslav Kryukov
5ba463749c
Refactor tracing
2021-03-23 17:08:02 +06:00
DarthSim
08b70d8b91
Better imgproxyError handling
2021-03-22 22:46:15 +06:00
DarthSim
cfe9578f50
Better src file size limiting
2021-03-22 22:46:15 +06:00
DarthSim
bdabc1ab37
Better downloading with new bufReader
2021-03-22 22:46:15 +06:00
Svyatoslav Kryukov
c07222b501
Skip processing option ( #590 )
...
* Skip processing option
* Simplify SkipProcessingFormats iteration
2021-03-22 20:16:03 +06:00
Joshua Banton
83c4ef1ea8
Removes checking for mdat box before meta box. ( #585 )
2021-03-22 20:03:13 +06:00
Marc Köhlbrugge
a89803dfe5
Remove double 'p' in 'Exampple' ( #588 )
2021-03-19 18:23:48 +06:00
Marc Köhlbrugge
2af81695bd
Fix typo ('sorce' to 'source') ( #587 )
2021-03-19 18:23:39 +06:00
Svyatoslav Kryukov
b93aa2f144
Fallback image http code config ( #589 )
2021-03-19 15:28:23 +06:00
Svyatoslav Kryukov
098f6b9fc9
Expires option ( #586 )
...
* Expires option
* Do not save expires
2021-03-18 16:50:28 +06:00
DarthSim
27dbed077f
DRY image downloading
2021-03-17 19:29:58 +06:00
DarthSim
1a6844e6a0
Update changelog
2021-03-15 18:24:44 +06:00
DarthSim
b9823d05c2
Drop old vips (<8.8) support
2021-03-15 18:06:10 +06:00
DarthSim
ceb9a61976
Remove basic URL format
2021-03-15 18:06:01 +06:00
DarthSim
baf00f64f2
Drop deprecated stuff (MaxSrcDimension, GZipCompression, IMGPROXY_MAX_GIF_FRAMES, resizeCrop)
2021-03-15 16:47:35 +06:00
DarthSim
53f8b0dbdd
Check timeout after every save attempt in saveImageToFitBytes
2021-03-10 16:03:11 +06:00
snowcall
56d3f6d897
Optionally return rel="canonical" header ( #542 )
...
* set rel="canonical" header
* check scheme before setting canonical headers, add documentation
2021-03-09 17:08:22 +06:00
DarthSim
768cb1e868
Update base docker image
2021-03-04 18:32:48 +06:00
DarthSim
37eed0f679
Bump version
2021-03-02 16:44:06 +06:00
dependabot[bot]
6832e14427
Bump github.com/aws/aws-sdk-go from 1.37.18 to 1.37.20 ( #572 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.37.18 to 1.37.20.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.37.18...v1.37.20 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-02 16:42:13 +06:00
dependabot[bot]
407b7df8ea
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 ( #571 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-25 22:12:16 +06:00
dependabot[bot]
4eb0436975
Bump google.golang.org/api from 0.36.0 to 0.40.0 ( #570 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.36.0 to 0.40.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.36.0...v0.40.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-25 22:12:05 +06:00
dependabot[bot]
ed1b2de002
Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.0 ( #569 )
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.7.0...v1.8.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-25 21:48:42 +06:00
dependabot[bot]
2a58442ea4
Bump github.com/bugsnag/bugsnag-go from 1.8.0 to 1.9.0 ( #568 )
...
Bumps [github.com/bugsnag/bugsnag-go](https://github.com/bugsnag/bugsnag-go ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/bugsnag/bugsnag-go/releases )
- [Changelog](https://github.com/bugsnag/bugsnag-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bugsnag/bugsnag-go/compare/v1.8.0...v1.9.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-25 21:48:27 +06:00
dependabot[bot]
171e318f82
Bump golang.org/x/text from 0.3.4 to 0.3.5 ( #567 )
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.3.4...v0.3.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-25 21:48:14 +06:00
dependabot[bot]
c28dd9dc76
Bump github.com/newrelic/go-agent/v3 from 3.9.0 to 3.10.0 ( #566 )
...
Bumps [github.com/newrelic/go-agent/v3](https://github.com/newrelic/go-agent ) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/newrelic/go-agent/releases )
- [Changelog](https://github.com/newrelic/go-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/newrelic/go-agent/compare/v3.9.0...v3.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-25 21:31:58 +06:00
dependabot[bot]
d984d1ad6c
Bump github.com/getsentry/sentry-go from 0.9.0 to 0.10.0 ( #565 )
...
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/getsentry/sentry-go/releases )
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-go/compare/v0.9.0...v0.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-25 21:31:44 +06:00
dependabot[bot]
cb75ebb202
Bump github.com/aws/aws-sdk-go from 1.36.15 to 1.37.18 ( #564 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.36.15 to 1.37.18.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.36.15...v1.37.18 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-25 21:31:30 +06:00
dependabot[bot]
34cde12cb2
Bump cloud.google.com/go/storage from 1.12.0 to 1.13.0 ( #563 )
...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.12.0...spanner/v1.13.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-25 21:31:14 +06:00