File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ### Changed
10+ - Use ` PATCH ` not ` POST ` when modifying proxies.
11+ ([ #186 ] ( https://github.com/Shopify/toxiproxy-ruby/pull/186 ) , @brendo )
12+ - Set HTTP timeout of 5s when communicating with Toxiproxy server.
13+ ([ #85 ] ( https://github.com/Shopify/toxiproxy-ruby/pull/85 ) , @casperisfine )
14+
915## [ 2.0.2] - 2022-09-02
1016### Fixed
1117- Fix uninitialized instance variable warning.
Original file line number Diff line number Diff line change 33[ ![ Gem Version] ( https://badge.fury.io/rb/toxiproxy.svg )] ( https://badge.fury.io/rb/toxiproxy )
44[ ![ Test] ( https://github.com/Shopify/toxiproxy-ruby/actions/workflows/test.yml/badge.svg )] ( https://github.com/Shopify/toxiproxy-ruby/actions/workflows/test.yml )
55
6- ` toxiproxy-ruby ` ` >= 1.x ` is compatible with the Toxiproxy ` 2.x ` series.
7- ` toxiproxy-ruby ` ` 0.x ` is compatible with the Toxiproxy ` 1.x ` series.
6+ - ` toxiproxy-ruby ` ` >= 3.x ` is compatible with the Toxiproxy ` 2.6+ ` series.
7+ - ` toxiproxy-ruby ` ` >= 1.x ` is compatible with the Toxiproxy ` 2.x ` series.
8+ - ` toxiproxy-ruby ` ` 0.x ` is compatible with the Toxiproxy ` 1.x ` series.
89
910[ Toxiproxy] ( https://github.com/shopify/toxiproxy ) is a proxy to simulate network
1011and system conditions. The Ruby API aims to make it simple to write tests that
Original file line number Diff line number Diff line change 11#! /bin/bash -e
22
3- VERSION=' v2.4 .0'
3+ VERSION=' v2.12 .0'
44
55if [[ " $OSTYPE " == " linux" * ]]; then
66 DOWNLOAD_TYPE=" linux-amd64"
You can’t perform that action at this time.
0 commit comments