Skip to content

Releases: getanteon/anteon

v0.15.3

19 Mar 14:28
c4543b2
Compare
Choose a tag to compare

Changelog

More? 🚀

v0.15.2

18 Mar 21:33
66e4bc3
Compare
Choose a tag to compare

Changelog

More? 🚀

v0.15.1

14 Mar 15:36
a24fcf9
Compare
Choose a tag to compare

Breaking Changes

In assertions has function has been renamed to exists. You can find the full list of assertion functions here.

Changelog

More? 🚀

v0.15.0

27 Feb 21:14
71f891c
Compare
Choose a tag to compare

Introducing engine modes:

engine_mode is optional in the config file.

  • distinct-user mode simulates a new user for every iteration.
  • repeated-user mode can use pre-used user in subsequent iterations.
  • ddosify mode is the default mode of the engine. In this mode, the engine runs in its max capacity, and does not show user simulation behavior.

Breaking Changes

keep-alive is removed from config file. In default mode, the engine will use keep-alive for all requests. If you want to disable keep-alive for a step, you can add Connection: close header to the step.

More? 🚀

v0.14.1

22 Feb 11:18
ab8fa74
Compare
Choose a tag to compare

Changelog

More? 🚀

v0.14.0

13 Feb 16:02
c70e3fd
Compare
Choose a tag to compare

✅ Assertion feature Introduced by @kenanfarukcakir

Assertion - Verify that the response matches your expectations. Usage: https://github.com/ddosify/ddosify#assertion

More? 🚀

v0.13.2

31 Jan 17:42
6e3511d
Compare
Choose a tag to compare

Changelog

Bug Fixes

More? 🚀

v0.13.1

29 Jan 19:55
0c3ff28
Compare
Choose a tag to compare

Changelog

More? 🚀

v0.13.0

26 Jan 08:54
5fca361
Compare
Choose a tag to compare

Breaking Changes

Some keys in Ddosify config file have been renamed to be more consistent with other keys. Here are the changes:

Old Key New Key
allowQuota allow_quota
skipFirstLine skip_first_line
skipEmptyLine skip_empty_line
captureEnv capture_env
jsonPath json_path
xPath xpath
headerKey header_key
regExp regexp

Changelog

More? 🚀

v0.12.0

16 Jan 15:47
9f47cee
Compare
Choose a tag to compare

✅ Test data (CSV) feature Introduced by @kenanfarukcakir

Ddosify enables you to load test data from CSV files. Later, in your scenario, you can inject variables that you tagged.

Example Usage: https://github.com/ddosify/ddosify#test-data-set

Changelog

More? 🚀