Releases: zalando-incubator/transformer
v3.0.0: .ignore file, dropped py3.6
Changed
The .urlignore
file is no longer supported. It is replaced by an .ignore
file, where each line is a regular expression applied to the whole URL (#80).
By contrast, each line of the .urlignore
file was a fixed string, and Transformer was looking for it to appear as-is in the domain part only.
Therefore, you should be careful when migrating your .urlignore
into .ignore
files; a simple copy-and-paste may result in some requests being handled differently.
Thank you @cyberw for this feature request and for contributing the implementation!
Removed
The lowest version of Python supported by Transformer is now 3.7.
Python 3.6 is no longer supported.
Better Windows support
Support Locust ≥1
Addresses #69 by adding tentative support for locust>=1 in generated locustfiles.
Support Locust ≥1
Address #69 by adding tentative support for locust>=1
in generated locustfiles.
v1.2.7: Merge pull request #70 from zalando-incubator/warn-too-recent-locust
Warn about locust>=0.99
v1.2.6: Merge pull request #64 from zalando-incubator/release-path-fix
Release the changes from #63
v1.2.5
v1.2.4: Merge pull request #60 from zalando-incubator/fix-readme-rendering
Make README compliant with PyPI RST renderer
v1.2.3: Merge pull request #55 from zalando-incubator/fix-pushing-tags
Fix pushing tags: overwrite if tag already exists