|
1 |
| -# 2.1.4 |
| 1 | +# [Unreleased] |
| 2 | + |
| 3 | + |
| 4 | +# [2.1.5] |
| 5 | + |
| 6 | +* Move to Go Modules from godeps (#253, @epk) |
| 7 | +* Update the example in `client/README.md` (#251, @nothinux) |
| 8 | +* Update TOC in `README.md` (4ca1eddddfcd0c50c8f6dfb97089bb68e6310fd9, @dwradcliffe) |
| 9 | +* Add an example of `config.json` file to `README.md` (#260, @JesseEstum) |
| 10 | +* Add Link to Elixir Client (#287, @Jcambass) |
| 11 | +* Add Rust client link (#293, @itarato) |
| 12 | +* Renovations: formatting code, update dependicies, make govet/staticcheck pass (#294, @dnwe) |
| 13 | +* Remove `openssl` from `dev.yml` to use `dev` tool (#298, @pedro-stanaka) |
| 14 | +* Update `go` versions in development (#299, @miry) |
| 15 | +* Mention `MacPorts` in `README.md` (#290, @amake) |
| 16 | +* Fix some typos in `README.md` and `CHANGELOG.md` (#222, @jwilk) |
| 17 | +* Replace TravisCI with Github Actions to run tests (#303, @miry) |
| 18 | +* Build and release binaries with `goreleaser`. Support `arm64` and BSD oses. (#301, @miry) |
| 19 | +* Automate release with Github actions (#304, @miry) |
| 20 | + |
| 21 | +# [2.1.4] |
2 | 22 |
|
3 | 23 | * Bug fix: Fix OOM in toxic. #232
|
4 | 24 | * Documentation updates.
|
5 | 25 | * CI and test updates.
|
6 | 26 |
|
7 |
| -# 2.1.3 |
| 27 | +# [2.1.3] |
8 | 28 |
|
9 | 29 | * Update `/version` endpoint to also return a charset of utf-8. #204
|
10 | 30 | * Bug fix: Double http concatenation. #191
|
11 | 31 | * Update cli examples to be more accurate. #187
|
12 | 32 |
|
13 |
| -# 2.1.2 |
| 33 | +# [2.1.2] |
14 | 34 |
|
15 | 35 | * go 1.8, make Sirupsen lower case, update godeps (issue #179)
|
16 | 36 | * Handle SIGTERM to exit cleanly (issue #180)
|
17 | 37 | * Address security issue by disallowing browsers from accessing API
|
18 | 38 |
|
19 |
| -# 2.1.1 |
| 39 | +# [2.1.1] |
20 | 40 |
|
21 | 41 | * Fix timeout toxic causing hang (issue #159)
|
22 | 42 |
|
23 |
| -# 2.1.0 |
| 43 | +# [2.1.0] |
24 | 44 |
|
25 | 45 | * Add -config server option to populate on startup #154
|
26 | 46 | * Updated CLI for scriptability #133
|
|
30 | 50 | * Add support for stateful toxics #127
|
31 | 51 | * Add limit_data toxic
|
32 | 52 |
|
33 |
| -# 2.0.0 |
| 53 | +# [2.0.0] |
34 | 54 |
|
35 | 55 | * Add CLI (`toxiproxy-cli`) and rename server binary to `toxiproxy-server` #93
|
36 | 56 | * Fix removing a timeout toxic causing API to hang #89
|
|
53 | 73 | * Define proxy buffer sizes per-toxic (Fixes #72)
|
54 | 74 | * Fix slicer toxic testing race condition #71
|
55 | 75 |
|
56 |
| -# 1.2.1 |
| 76 | +# [1.2.1] |
57 | 77 |
|
58 | 78 | * Fix proxy name conflicts leaking an open port #69
|
59 | 79 |
|
60 |
| -# 1.2.0 |
| 80 | +# [1.2.0] |
61 | 81 |
|
62 | 82 | * Add a Toxic and Toxics type for the Go client
|
63 | 83 | * Add `Dockerfile`
|
64 | 84 | * Fix latency toxic limiting bandwidth #67
|
65 | 85 | * Add Slicer toxic
|
66 | 86 |
|
67 |
| -# 1.1.0 |
| 87 | +# [1.1.0] |
68 | 88 |
|
69 | 89 | * Remove /toxics endpoint in favour of /proxies
|
70 | 90 | * Add bandwidth toxic
|
71 | 91 |
|
72 |
| -# 1.0.3 |
| 92 | +# [1.0.3] |
73 | 93 |
|
74 | 94 | * Rename Go library package to Toxiproxy from Client
|
75 | 95 | * Fix latency toxic send to closed channel panic #46
|
76 | 96 | * Fix latency toxic accumulating delay #47
|
77 | 97 |
|
78 |
| -# 1.0.2 |
| 98 | +# [1.0.2] |
79 | 99 |
|
80 | 100 | * Added Toxic support to Go client
|
81 | 101 |
|
82 |
| -# 1.0.1 |
| 102 | +# [1.0.1] |
83 | 103 |
|
84 | 104 | * Various improvements to the documentation
|
85 | 105 | * Initial version of Go client
|
86 | 106 | * Fix toxic disabling bug #42
|
87 | 107 |
|
88 |
| -# 1.0.0 |
| 108 | +# [1.0.0] |
89 | 109 |
|
90 | 110 | Initial public release.
|
| 111 | + |
| 112 | +[Unreleased]: https://github.com/Shopify/toxiproxy/compare/v2.1.5...HEAD |
| 113 | +[2.1.5]: https://github.com/Shopify/toxiproxy/compare/v2.1.4...v2.1.5 |
| 114 | +[2.1.4]: https://github.com/Shopify/toxiproxy/compare/v2.1.3...v2.1.4 |
| 115 | +[2.1.3]: https://github.com/Shopify/toxiproxy/compare/v2.1.2...v2.1.3 |
| 116 | +[2.1.2]: https://github.com/Shopify/toxiproxy/compare/v2.1.1...v2.1.2 |
| 117 | +[2.1.1]: https://github.com/Shopify/toxiproxy/compare/v2.1.0...v2.1.1 |
| 118 | +[2.1.0]: https://github.com/Shopify/toxiproxy/compare/v2.0.0...v2.1.0 |
| 119 | +[2.0.0]: https://github.com/Shopify/toxiproxy/compare/v1.2.1...v2.0.0 |
| 120 | +[1.2.1]: https://github.com/Shopify/toxiproxy/compare/v1.2.0...v1.2.1 |
| 121 | +[1.2.0]: https://github.com/Shopify/toxiproxy/compare/v1.1.0...v1.2.0 |
| 122 | +[1.1.0]: https://github.com/Shopify/toxiproxy/compare/v1.0.3...v1.1.0 |
| 123 | +[1.0.3]: https://github.com/Shopify/toxiproxy/compare/v1.0.2...v1.0.3 |
| 124 | +[1.0.2]: https://github.com/Shopify/toxiproxy/compare/v1.0.1...v1.0.2 |
| 125 | +[1.0.1]: https://github.com/Shopify/toxiproxy/compare/v1.0.0...v1.0.1 |
| 126 | +[1.0.0]: https://github.com/Shopify/toxiproxy/releases/tag/v1.0.0 |
0 commit comments