toxiproxy v2.4.0 Release Notes
Release Date: 2022-03-07 // about 3 years ago-
- ๐ Verify git tag on release (#347, @miry)
- ๐ Fix MacOS 12 tests for go17 with -race flag (#351, @strech)
- โ
Rename
testing/
andbin/
folders (#354, @strech) - โ Added verbose error on proxy upstream dialing (#355, @f-dg)
- ๐ Improve server startup message (#358, @areveny)
- ๐ Introduce yaml linter. (#362, @miry)
- ๐ Handle slicer toxic with zero
SizeVariation
and fix slicing randomization (#359, @areveny) - โ Added /metrics endpoint for exposing Prometheus-compatible internal metrics (#366, @neufeldtech)
Previous changes from v2.3.0
-
- ๐ฆ Store all the executable
main
packages incmd
folder. (#335, @miry) - โ Extract common test helpers to own files. (#336, @miry)
- Client: Allow HTTPS endpoints. (#338, @chen-anders)
- client.Populate assign client to proxy. (#291, @hellodudu)
- ๐ fix: The release-test task is always success. add: Allow to run release-test on arm machines. (#340, @miry)
- ๐ Upgrade
goreleaser
. Supportarmv7
andarmv6
oses. (#339, @mitchellrj) - ๐ Allow to change log level for server. (#346, @miry)
- ๐ฆ Store all the executable