Skip to content

Releases: imgix/imgix-python

2.0.0

09 Aug 16:27
Compare
Choose a tag to compare
  • UrlBuilder's sign_mode argument removed
  • opts parameter from UrlBuilder.create_url deprecated in favor of params.

1.2.0

20 Jun 21:09
53dab60
Compare
Choose a tag to compare
  • sign_mode argument deprecated
  • License corrected to BSD-2-Clause.
  • Docstrings added to classes and methods.

1.1.2

30 Jun 18:44
Compare
Choose a tag to compare
  • Proper encodeURIComponent-style URL encoding for web proxy sources. See #21 for more information.

1.1.0

26 Feb 19:24
Compare
Choose a tag to compare
  • Added automatic Base64 encoding for all Base64 variant parameters.
  • Properly encoding all query keys and values.

1.0.0

15 Jan 22:45
Compare
Choose a tag to compare
  • Change UrlBuilder#create_url to accept dict instead of kwargs. This fixes an issue with reserved words that are also imgix params potentially causing errors.

0.2.1

15 Jan 20:09
Compare
Choose a tag to compare
  • Fixed a bug where any passed params that were falsy would not be passed through to imgix.

v0.2.0

15 Jun 22:59
Compare
Choose a tag to compare

Introduces defaulting to HTTPS on all requests, per the imgix-blueprint.

v0.1.0

11 Jun 22:50
Compare
Choose a tag to compare

Includes new functionality to sign every URL with an ixlib parameter for diagnostic purposes.

v0.0.4

10 Jun 23:24
Compare
Choose a tag to compare
v.0.0.4

New README note about publishing packages