fix(core): Improve nested DNS record management and worker script multipart handling

This commit is contained in:
2025-04-26 12:37:19 +00:00
parent e1c38ab7f8
commit 4b82cfbaae
6 changed files with 72 additions and 9 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-04-26 - 6.3.1 - fix(core)
Improve nested DNS record management and worker script multipart handling
- Add tests for creating, updating, and removing nested subdomain A records
- Refine TXT record cleaning by filtering records with matching name and type
- Clarify multipart form data handling for worker script updates and creation
## 2025-04-26 - 6.3.0 - feat(core)
Release 6.2.0: Improved async iterator support, enhanced error handling and refined API interfaces for better type safety and consistent behavior.