Skip to content

Releases: ExpediaGroup/mittens

Release 1.19

10 Nov 21:38
550baff
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Revert back to using alpine. scratch doesn't come with cat which is needed on Kubernetes.

Release 1.18

02 Nov 13:07
b2960d0
Compare
Choose a tag to compare

⚠️ Feature removed

  • grpc-headers removed. Please use http-headers for all types of requests.

⭐ New Features

  • Use scratch instead of Alpine as base image

Release 1.17

07 Oct 09:39
20fee9c
Compare
Choose a tag to compare

⭐ New Features

  • Improve recovery mechanism (#82)

Release 1.16

24 Sep 16:06
c489650
Compare
Choose a tag to compare

⚠️ Feature removed

  • Removed http probes for Mittens readiness checks

Release 1.15

11 Sep 07:42
c489650
Compare
Choose a tag to compare

⭐ New Features

  • Add support for placeholders for grpc in #99
  • Fix failures when using grpc with an insecure target #95
  • Several dependency updates

Release 1.14

26 Aug 09:54
c489650
Compare
Choose a tag to compare

⭐ New Features

  • Ability to customize the date format when using the currentDate keyword to generate random dates

Release 1.13

09 Aug 16:28
c489650
Compare
Choose a tag to compare

⭐ 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

  • Upgrade github.com/fullstorydev/grpcurl from 1.6.0 to 1.7.0 (#86)
  • Upgrade google.golang.org/grpc from 1.30.0 to 1.31.0 (#87)

Release 1.12

17 Jul 16:09
c489650
Compare
Choose a tag to compare
  • Cleanup and refactoring, no changes in functionality (#78)
  • Upgrade grpcurl to 1.6.0 (#64)
  • Upgrade testify 1.6.1 (#71)
  • Upgrade google.golang.org/grpc to 1.30.0 (#72)
  • Upgrade protoreflect to 1.7.0 (#73)

Release 1.11

01 Jun 08:16
c489650
Compare
Choose a tag to compare
  • Drop support for target-readiness-timeout-seconds (#59)
  • Upgrade to Go 1.14 (#62)

Release 1.10

29 May 15:47
c489650
Compare
Choose a tag to compare
  • 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.