v0.6.0 - Larger Drime Multipart Chunk Validation
What's New in v0.6.0
This release expands Drime multipart chunk-size validation up to 256 MB while keeping the default recommendation conservative. It also adds a PHP memory guard so oversized chunk settings fail gracefully before remote multipart state is created.
Highlights
- Allows Drime multipart chunk sizes from 5 MB through 256 MB.
- Adds a memory guard for constrained PHP environments.
- Reuses cached concrete Drime destination folders to avoid duplicate selected-base subfolder creation.
Changelog
Changed
- Raised the configurable Drime multipart chunk-size validation range from 5-64 MB to 5-256 MB while keeping 32 MB as the conservative recommended value.
- Added a multipart upload memory guard so oversized chunk settings fail gracefully instead of exhausting PHP memory.
- Reused cached concrete Drime destination folder IDs before folder traversal so repeated selected-base relative-path uploads do not try to recreate an existing subfolder.
Upgrade Notes
No breaking changes. Keep 32 MB unless larger chunks have been validated in the target environment.