fix(servertools): Fix compression stream creation returns, handler proxy buffer conversion, and sitemap URL concatenation

This commit is contained in:
2025-03-16 11:53:57 +00:00
parent b3726cb518
commit 85ca50fc8b
5 changed files with 21 additions and 9 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-03-16 - 3.0.69 - fix(servertools)
Fix compression stream creation returns, handler proxy buffer conversion, and sitemap URL concatenation
- Return compression stream immediately in createCompressionStream for each case instead of using break statements
- Convert proxied response to a Buffer in handler proxy rather than throwing an error when it isn't a string
- Fix addUrls method in sitemap to correctly concatenate new URLs without duplicating existing entries
## 2025-02-07 - 3.0.68 - fix(cache-manager)
Simplify cache control headers in cache manager