diff --git a/site/src/pages/release-notes/1.29.0.mdx b/site/src/pages/release-notes/1.29.0.mdx index cf2208af050..7533985e97a 100644 --- a/site/src/pages/release-notes/1.29.0.mdx +++ b/site/src/pages/release-notes/1.29.0.mdx @@ -22,8 +22,8 @@ date: 2024-06-12 MultipartRemovalStrategy.ON_RESPONSE_COMPLETION) ... ``` - - The default value is now which removes the temporary files - when the response is completed. + - The default value is now which removes + the temporary files when the response is completed. - A now includes the time spent on the TLS handshake. #3647 #5647 ```java ClientConnectionTimings timings = ... @@ -37,7 +37,7 @@ date: 2024-06-12 .build(); ``` - You can now easily find both dynamic and static decorators that handle a request - via . #5670 + via . #5670 ```java ServerBuilder sb = ... sb.decorator(CorsService.builderForAnyOrigin().newDecorator()); diff --git a/site/src/pages/release-notes/1.29.2.mdx b/site/src/pages/release-notes/1.29.2.mdx new file mode 100644 index 00000000000..0c8e562d387 --- /dev/null +++ b/site/src/pages/release-notes/1.29.2.mdx @@ -0,0 +1,22 @@ +--- +date: 2024-07-10 +--- + +## 🛠️ Bug fixes + +- Service binding builder methods now correctly return the self-types. #5797 +- The peeled exception is now correctly passed to + method. #5796 +- selection calls to the ramping up succeeds + for . #5799 +- The meter names in no longer conflict with . #5804 + +## 🙇 Thank you + + \ No newline at end of file