Skip to content

Releases: zalando-incubator/transformer

v3.0.0: .ignore file, dropped py3.6

30 Sep 18:22
bcb8991
Compare
Choose a tag to compare
Pre-release

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

28 Apr 20:08
fd7eee0
Compare
Choose a tag to compare

Addresses #74: correctly open UTF-8-encoded locustfiles on Windows.

This release contains breaking API changes: the blacklist keyword parameter has been renamed into denylist.

Support Locust ≥1

19 Jun 07:54
d31e34e
Compare
Choose a tag to compare

Addresses #69 by adding tentative support for locust>=1 in generated locustfiles.

Support Locust ≥1

05 Jun 08:46
Compare
Choose a tag to compare
Support Locust ≥1 Pre-release
Pre-release

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

03 Jun 09:46
f567220
Compare
Choose a tag to compare

v1.2.6: Merge pull request #64 from zalando-incubator/release-path-fix

18 Oct 12:28
8201f0d
Compare
Choose a tag to compare

v1.2.5

02 Sep 11:42
b65b0ad
Compare
Choose a tag to compare

v1.2.4: Merge pull request #60 from zalando-incubator/fix-readme-rendering

17 May 17:51
fd56541
Compare
Choose a tag to compare

v1.2.3: Merge pull request #55 from zalando-incubator/fix-pushing-tags

03 May 14:27
409f5ab
Compare
Choose a tag to compare
Fix pushing tags: overwrite if tag already exists