fix(worker): Refactor worker script update and creation to use intermediate parameter objects

This commit is contained in:
2025-04-26 12:42:24 +00:00
parent 6cd5aa2913
commit d8ca3dc115
4 changed files with 19 additions and 15 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-04-26 - 6.3.2 - fix(worker)
Refactor worker script update and creation to use intermediate parameter objects
- Build updateParams in CloudflareWorker for proper multipart form handling when updating scripts
- Use contentParams in WorkerManager to improve clarity and consistency in worker creation
## 2025-04-26 - 6.3.1 - fix(core)
Improve nested DNS record management and worker script multipart handling