|
1 | 1 | # [Unreleased]
|
2 | 2 |
|
| 3 | +# [2.5.0] - 2022-09-10 |
| 4 | + |
| 5 | +* Update Release steps. (#369, @neufeldtech) |
| 6 | +* Migrate off probot-CLA to new GitHub Action. (#405, @cursedcoder) |
3 | 7 | * Support go 1.18, 1.19. (#415, @miry)
|
4 | 8 | * `toxiproxy.NewProxy` now accepts `name`, `listen addr` and `upstream addr`. (#418, @miry)
|
5 | 9 | * Replace logrus with zerolog. (#413, @miry)
|
6 | 10 | * Log HTTP requests to API server. (#413, #421, @miry)
|
7 | 11 | * Add TimeoutHandler for the HTTP API server. (#420, @miry)
|
8 | 12 | * Set Write and Read timeouts for HTTP API server connections. (#423, @miry)
|
9 |
| -* Show uniq request id in API HTTP response. (#425, @miry) |
10 |
| -* Add method to parse `stream.Direction` from string. |
11 |
| - Allow to convert `stream.Direction` to string. (#430, @miry) |
12 |
| -* Add posibility to write to Output with deadline. |
13 |
| - On interrupting badnwidth toxic use non blocking write. (#436, @miry) |
| 13 | +* Show unique request id in API HTTP response. (#425, @miry) |
| 14 | +* Add method to parse `stream.Direction` from a string. |
| 15 | + Allow converting `stream.Direction` to string. (#430, @miry) |
| 16 | +* Add the possibility to write to Output with a deadline. |
| 17 | + On interrupting Bandwidth toxic, use non-blocking writes. (#436, @miry) |
| 18 | +* Update minimum supported Go version 1.17. (#438, @miry) |
14 | 19 |
|
15 | 20 | # [2.4.0] - 2022-03-07
|
16 | 21 |
|
|
183 | 188 |
|
184 | 189 | Initial public release.
|
185 | 190 |
|
186 |
| -[Unreleased]: https://github.com/Shopify/toxiproxy/compare/v2.4.0...HEAD |
| 191 | +[Unreleased]: https://github.com/Shopify/toxiproxy/compare/v2.5.0...HEAD |
| 192 | +[2.5.0]: https://github.com/Shopify/toxiproxy/compare/v2.4.0...v2.5.0 |
187 | 193 | [2.4.0]: https://github.com/Shopify/toxiproxy/compare/v2.3.0...v2.4.0
|
188 | 194 | [2.3.0]: https://github.com/Shopify/toxiproxy/compare/v2.2.0...v2.3.0
|
189 | 195 | [2.2.0]: https://github.com/Shopify/toxiproxy/compare/v2.1.7...v2.2.0
|
|
0 commit comments