Releases: Shopify/toxiproxy-ruby
Releases · Shopify/toxiproxy-ruby
v2.0.2
What's Changed
- Automate checkings on push and tags by @miry in #45
- Release doc by @miry in #44
- Update release pipeline by @miry in #46
- Dependabot PRs use version information from incorrect repo by @miry in #47
- Migrate off probot-CLA to new GitHub Action by @cursedcoder in #48
- Fix uninitialized instance variable warning by @casperisfine in #50
New Contributors
- @cursedcoder made their first contribution in #48
- @casperisfine made their first contribution in #50
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
- Breaking Change:
Toxiproxy.populate(*proxies)
now POSTs to Toxiproxy's/populate
endpoint, which declaratively sets the Toxiproxy configuration to what is passed in. The old behaviour involved pulling down a list of proxies from toxiproxy and only updating proxies that do not exist, which caused race conditions in multi-threaded environments. - Tested against Ruby 2.5, 2.6, 2.7 (although it should work against older versions of Ruby as well)
- Requires Toxiproxy 2.1.0 or newer to support
Toxiproxy.populate(*proxies)
v1.0.3
Merge pull request #29 from Shopify/bump-103 Bump to 1.0.3