Releases: ExpediaGroup/mittens
Releases · ExpediaGroup/mittens
Release 1.19
🐞 Bug Fixes
- Revert back to using alpine. scratch doesn't come with
cat
which is needed on Kubernetes.
Release 1.18
⚠️ Feature removed
grpc-headers
removed. Please usehttp-headers
for all types of requests.
⭐ New Features
- Use
scratch
instead of Alpine as base image
Release 1.17
⭐ New Features
- Improve recovery mechanism (#82)
Release 1.16
⚠️ Feature removed
- Removed http probes for Mittens readiness checks
Release 1.15
Release 1.14
⭐ New Features
- Ability to customize the date format when using the
currentDate
keyword to generate random dates
Release 1.13
⭐ New Features
- Integration tests for gRPC (#90)
- Avoid spinning up HTTP/gRPC goroutines if there are no requests (#90)
🐞 Bug Fixes
- Fix issue where mittens wouldn't establish connection to the gRPC server when concurrency > 1 (#89)(#91)
- Fix gRPC readiness functionality (#91)
📔 Documentation
- Fix
target-readiness-http-path
flag name in readme (#80) - Improve docs on how to run with Docker (#81)(#83)
🔨 Dependency Upgrades
Release 1.12
Release 1.11
Release 1.10
- Concurrency was not working correctly. There was a single go routine running regardless of the configs.
- Made log messages more clear.
- Remove all of the complex channels linking different parts of Mittens
- Changed the "fail" flag to fail if the warmup did not run, and not if the warmup requests were not successful
- Changed default value for
request-delay-milliseconds
from 50 to 500.