All Versions
23
Latest Version
Avg Release Cycle
119 days
Latest Release
574 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.1.1 Changes
May 16, 2017๐ Fixes timeout hang bug from issue #159.
-
v2.1.1.rc1 Changes
April 21, 2017๐ Fixes timeout hang bug from issue #159.
Pre-release for fuzzy testing. Do not use in production.
-
v2.1.0 Changes
December 07, 2016- โ Add -config server option to populate on startup #154
- โก๏ธ Updated CLI for scriptability #133
- โ Add
/populate
endpoint to server #111 - ๐ Change error responses from
title
toerror
- ๐ Allow hostname to be specified in CLI #129
- โ Add support for stateful toxics #127
- โ Add limit_data toxic
-
v2.0.0 Changes
April 25, 2016- โ Add CLI (
toxiproxy-cli
) and rename server binary totoxiproxy-server
#93 - ๐ Fix removing a timeout toxic causing API to hang #89
- API and client return toxics as array rather than a map of name to toxic #92
- ๐ Fix multiple latency toxics not accumulating #94
- ๐ Change default toxic name to
<type>_<stream>
#96 - Nest toxic attributes rather than having a flat structure #98
- 2.0 RFC: #54 and PR #62
- Change toxic API endpoints to an Add/Update/Remove structure
- Remove
enabled
field, and addname
andtype
fields to toxics - Add global toxic fields to a wrapper struct
- Chain toxics together dynamically instead of in a fixed length chain
- Register toxics in
init()
functions instead of a hard-coded list - Clean up API error codes to make them more consistent
- Move toxics to their own package to allow 3rd party toxics
- โ Remove stream direction from API urls #73
- โ Add
toxicity
field for toxics #75 - ๐จ Refactor Go client to make usage easier with 2.0 #76
- ๐ฆ Make
ChanReader
in thestream
package interruptible #77 - ๐ Define proxy buffer sizes per-toxic (Fixes #72)
- ๐ Fix slicer toxic testing race condition #71
- โ Add CLI (
-
v2.0.0.rc2
March 29, 2016 -
v2.0.0.rc1
November 02, 2015 -
v1.2.1 Changes
July 24, 2015- ๐ Fix proxy name conflicts leaking an open port #69
-
v1.2.0 Changes
July 23, 2015- โ Add a Toxic and Toxics type for the Go client
- โ Add
Dockerfile
- ๐ Fix latency toxic limiting bandwidth #67
- โ Add Slicer toxic
-
v1.1.0 Changes
May 05, 2015- โ Remove /toxics endpoint in favour of /proxies
- โ Add bandwidth toxic
-
v1.0.3 Changes
April 29, 2015- ๐ฆ Rename Go library package to Toxiproxy from Client
- ๐ Fix latency toxic send to closed channel panic #46
- ๐ Fix latency toxic accumulating delay #47