All Versions
23
Latest Version
Avg Release Cycle
119 days
Latest Release
574 days ago

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 to error
    • ๐Ÿ‘ 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 to toxiproxy-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 add name and type 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 the stream package interruptible #77
    • ๐Ÿ›  Define proxy buffer sizes per-toxic (Fixes #72)
    • ๐Ÿ›  Fix slicer toxic testing race condition #71
  • 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