Releases: imgix/imgix-python
Releases · imgix/imgix-python
2.0.0
UrlBuilder
's sign_mode
argument removed
opts
parameter from UrlBuilder.create_url
deprecated in favor of params
.
1.2.0
sign_mode
argument deprecated
- License corrected to BSD-2-Clause.
- Docstrings added to classes and methods.
1.1.2
- Proper
encodeURIComponent
-style URL encoding for web proxy sources. See #21 for more information.
1.1.0
- Added automatic Base64 encoding for all Base64 variant parameters.
- Properly encoding all query keys and values.
1.0.0
- 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
- Fixed a bug where any passed params that were falsy would not be passed through to imgix.
v0.1.0
Includes new functionality to sign every URL with an ixlib
parameter for diagnostic purposes.
v0.0.4
v.0.0.4
New README note about publishing packages