Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Releases: 99designs/thumbor_botornado

v2.0.1: s3_http_loader fixed

21 Jul 08:12
@pda pda
Compare
Choose a tag to compare

v2.0.0 made s3_loader Thumbor 5 compatible, but didn't update s3_http_loader. Attempting to use s3_http_loader resulted in HTTP requests timing out.

v2.0.0: Thumbor 5

21 Jul 06:59
@pda pda
Compare
Choose a tag to compare

Update: s3_http_loader (as opposed to s3_loader) is broken in v2.0.0, use v2.0.1 instead.

Thumbor 5 includes breaking changes in the storage/loader interface, which thumbor_botornado hooks into. thumbor_botornado prior to v2 is incompatible with Thumbor 5.

thumbor_botornado v2.0.0 uses tornado.concurrent.return_future for Thumbor 5 compatibility, and is incompatible with earlier versions of Thumbor.

Lock dependencies to known-good versions

02 Jun 00:12
Compare
Choose a tag to compare

Fixes a bug whereby Thumbor 5 was installed instead of Thumbor 4, which is required by v1.x of this package.

Related: #6

Stable release for Thumbor 4

01 Jun 22:52
@pda pda
Compare
Choose a tag to compare

This v1.0.0 tag is overdue, the code has served millions of images in production.

v0.1.0: Merge pull request #5 from 99designs/s3-http-loader

05 Jan 23:51
@pda pda
Compare
Choose a tag to compare

Add support for http resources

05 Jan 23:08
Compare
Choose a tag to compare
Merge pull request #5 from 99designs/s3-http-loader

Add S3/http loader