Skip to content

Commit d757102

Browse files
committed
Bump minimum toxiproxy-server version, backfill changelog
1 parent 27aff93 commit d757102

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
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
1011
and system conditions. The Ruby API aims to make it simple to write tests that

bin/start-toxiproxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
VERSION='v2.4.0'
3+
VERSION='v2.12.0'
44

55
if [[ "$OSTYPE" == "linux"* ]]; then
66
DOWNLOAD_TYPE="linux-amd64"

0 commit comments

Comments
 (0)