1.30.2 release notes
22nd November 2024
🛠️ Bug fixes
- Fixed a race condition which intermittently prevented
RequestLogfrom completing. #5981 #5986 - Fixed a bug where the original request path is not exposed to
ServiceRequestContext. #5931 #5932- You can access the raw request path via
ServiceRequestContext.rawPath().
- You can access the raw request path via
- Fixed a bug where the
RequestContextis unnecessarily pushed and popped. #5985