Skip to content

Release 1.13

Compare
Choose a tag to compare
@nikos912000 nikos912000 released this 09 Aug 16:28
c489650

⭐ 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)