diff --git a/site/src/pages/release-notes/1.26.2.mdx b/site/src/pages/release-notes/1.26.2.mdx new file mode 100644 index 00000000000..e84150bb9a4 --- /dev/null +++ b/site/src/pages/release-notes/1.26.2.mdx @@ -0,0 +1,21 @@ +--- +date: 2023-11-08 +--- + +## 🛠️ Bug fixes + +- Armeria now reuses the connections more efficiently when is used in conjunction + with client-side load-balancing. Previously, an excessive number of connections were created when + requests are retried. #5290 +- You no longer see an when selecting an from an + . #5281 +- Fixed a bug where Armeria Spring Boot integration is not compatible with Spring Boot 2.6 and earlier. #5279 + +## 🙇 Thank you + + \ No newline at end of file