Toxiproxy Versions Save

:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing

v2.1.5

2 years ago

Changelog

  • Move to Go Modules from godeps (#253, @epk)
  • Update the example in client/README.md (#251, @nothinux)
  • Update TOC in README.md (4ca1eddddfcd0c50c8f6dfb97089bb68e6310fd9, @dwradcliffe)
  • Add an example of config.json file to README.md (#260, @JesseEstum)
  • Add Link to Elixir Client (#287, @Jcambass)
  • Add Rust client link (#293, @itarato)
  • Renovations: formatting code, update dependicies, make govet/staticcheck pass (#294, @dnwe)
  • Remove openssl from dev.yml to use dev tool (#298, @pedro-stanaka)
  • Update go versions in development (#299, @miry)
  • Mention MacPorts in README.md (#290, @amake)
  • Fix some typos in README.md and CHANGELOG.md (#222, @jwilk)
  • Replace TravisCI with Github Actions to run tests (#303, @miry)
  • Build and release binaries with goreleaser. Support arm64 and BSD oses. (#301, @miry)
  • Automate release with Github actions (#304, @miry)

Commits

eb81bfd Add Elixir Client to Readme f1070b0 Add Rust client link. 18165c8 Add example config.json file to README.md 653f495 Automate release with Github actions (#302) 8029ed1 Create releases with goreleaser (#301) 916f03a Fix typos d26384f Fixing dev.yml to allow running dev up 5321df3 Mention MacPorts in readme 8474b0e Merge branch 'master' into add_toxiproxy_elixir b0ba1c8 Merge pull request #1 from Shopify/master 07d7b63 Merge pull request #241 from Shopify/v2.1.4 10f0561 Merge pull request #251 from nothinux/master 0ba0d2b Merge pull request #253 from Shopify/updates cfe8289 Merge pull request #260 from JesseEstum/example_config c262ed0 Merge pull request #287 from Jcambass/add_toxiproxy_elixir 115744c Merge pull request #293 from Shopify/feature/PA-Add-rust-client 335da76 Merge pull request #294 from dnwe/dnwe/renovations 769a33c Merge pull request #297 from Shopify/update-bundler-2.2.22-1 047ab7f Merge pull request #298 from Shopify/dev-compat 9134ef6 Move to go modules 758c1e5 Release 2.1.5 (#305) 0653399 Run tests for master and pull requests (#303) 5e860e5 Support solaris platform (#304) 517a128 Update build badge to Travis CI 9e1d709 Update bundler to 2.2.22 82715a0 Upgrade Golang and Ruby versions (#299) febff58 chore: fix some minor govet/staticheck failures ad7d9e2 chore: gofmt -s -w f135051 chore: renovate dependencies 4ca1edd fix TOC in readme 5bb6b89 update docs

Docker images

  • docker pull ghcr.io/shopify/toxiproxy:2.1.5

v2.1.5-pre

2 years ago

Changelog

  • Move to Go Modules from godeps (#253, @epk)
  • Update the example in client/README.md (#251, @nothinux)
  • Update TOC in README.md (4ca1eddddfcd0c50c8f6dfb97089bb68e6310fd9, @dwradcliffe)
  • Add an example of config.json file to README.md (#260, @JesseEstum)
  • Add Link to Elixir Client (#287, @Jcambass)
  • Add Rust client link (#293, @itarato)
  • Renovations: formatting code, update dependicies, make govet/staticcheck pass (#294, @dnwe)
  • Remove openssl from dev.yml to use dev tool (#298, @pedro-stanaka)
  • Update go versions in development (#299, @miry)
  • Mention MacPorts in README.md (#290, @amake)
  • Fix some typos in README.md and CHANGELOG.md (#222, @jwilk)
  • Replace TravisCI with Github Actions to run tests (#303, @miry)
  • Build and release binaries with goreleaser. Support arm64 and BSD oses. (#301, @miry)
  • Automate release with Github actions (#304, @miry)

Commits

eb81bfd Add Elixir Client to Readme f1070b0 Add Rust client link. 18165c8 Add example config.json file to README.md 653f495 Automate release with Github actions (#302) 8029ed1 Create releases with goreleaser (#301) 916f03a Fix typos d26384f Fixing dev.yml to allow running dev up 5321df3 Mention MacPorts in readme 8474b0e Merge branch 'master' into add_toxiproxy_elixir b0ba1c8 Merge pull request #1 from Shopify/master 07d7b63 Merge pull request #241 from Shopify/v2.1.4 10f0561 Merge pull request #251 from nothinux/master 0ba0d2b Merge pull request #253 from Shopify/updates cfe8289 Merge pull request #260 from JesseEstum/example_config c262ed0 Merge pull request #287 from Jcambass/add_toxiproxy_elixir 115744c Merge pull request #293 from Shopify/feature/PA-Add-rust-client 335da76 Merge pull request #294 from dnwe/dnwe/renovations 769a33c Merge pull request #297 from Shopify/update-bundler-2.2.22-1 047ab7f Merge pull request #298 from Shopify/dev-compat 9134ef6 Move to go modules 57dea59 Release 2.1.5 (#305) 0653399 Run tests for master and pull requests (#303) 5e860e5 Support solaris platform (#304) 517a128 Update build badge to Travis CI 9e1d709 Update bundler to 2.2.22 82715a0 Upgrade Golang and Ruby versions (#299) febff58 chore: fix some minor govet/staticheck failures ad7d9e2 chore: gofmt -s -w f135051 chore: renovate dependencies 4ca1edd fix TOC in readme 5bb6b89 update docs

Docker images

  • docker pull ghcr.io/shopify/toxiproxy:2.1.5-pre

v2.1.4

5 years ago
  • Bug fix: Fix OOM with #232
  • Documentation updates.
  • CI and testing updates.

v2.1.3

6 years ago

2.1.3

  • Update /version endpoint to also return a charset of utf-8. #204
  • Bug fix: Double http concatination. #191
  • Update cli examples to be more accurate. #187

Also updated docker hub for the first time in a while!!

v2.1.2

6 years ago
  • go 1.8, make Sirupsen lower case, update godeps (issue #179)
  • Handle SIGTERM to exit cleanly (issue #180)
  • Address security issue by disallowing browsers from accessing API

v2.1.2rc1

6 years ago

This is a test release, do not use in production

  • go 1.8, make Sirupsen lower case, update godeps (issue #179)
  • Handle SIGTERM to exit cleanly (issue #180)
  • Address security issue by disallowing browsers from accessing API

v2.1.1

7 years ago

Fixes timeout hang bug from issue #159.

v2.1.1rc1

7 years ago

Fixes timeout hang bug from issue https://github.com/Shopify/toxiproxy/issues/159.

Pre-release for fuzzy testing. Do not use in production.

v2.1.0

7 years ago

See CHANGELOG

NOTE: Until https://github.com/Shopify/toxiproxy/issues/159 is fixed in 2.1.1 we recommend using the 2.0.0 release.

v2.0.0

8 years ago

This release has been tested extensively in production by Shopify, and includes many new changes. Please refer to the CHANGELOG.