Releases: sitespeedio/throttle
Releases · sitespeedio/throttle
v6.0.0
Added
- Added IPv6 throttling support on macOS #94 and Linux #100.
- Apply packet loss also to the upload interface #69.
Fixed
- More robust detection of the default network interface on Linux, falling back to global IP address lookup when the default route is unavailable #104.
- Fixed README profile values for DSL and Edge to match actual code, and fixed Node.js API examples to use named imports.
Tech
v5.0.1
v5.0.0
Changed
- Dropped support for NodeJS 12 since it's unmaintaned.
Tech
- Code cleanup using eslint-plugin-unicorn.
v4.0.3
- Fixed
--versionso it actually shows the version again #75.
v4.0.2
Fixed
- The E6 Module convertion in 4.0 broke version check ('--version') making installs failed. PR #74 is a temporaty fix for that.
v4.0.1
Fixed
- Removed the dependecy of route. Using
ip routeinstead and we already haveipas a requirement.
v4.0.0
v3.1.1
- update minimist 5073849
v3.1.0
- Add support for setting packet loss. Add
--packetLossand set the loss in percentage.
v3.0.0
Breaking change
- When you run on Mac OS we changed so localhost traffic is not throttled by default. To throttle on localhost use
--localhost. This makes sence if you use WebDriver to drive your browser on your local machine. And Mac OS now works the same as Linux.