diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 9891a5d59e..3316635184 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -35,4 +35,11 @@ server: health_check_path: /health ``` -By [@jcaromiq](https://github.com/jcaromiq) in https://github.com/apollographql/router/pull/1164 \ No newline at end of file +By [@jcaromiq](https://github.com/jcaromiq) in https://github.com/apollographql/router/pull/1164 + +## 🛠 Maintenance ( :hammer_and_wrench: ) + +### Fix a flappy test to test custom health check path ([PR #1176](https://github.com/apollographql/router/pull/1176)) +Force the creation of `SocketAddr` to use a new unused port. + +By [@bnjjj](https://github.com/bnjjj) in https://github.com/apollographql/router/pull/1176