Skip to content

Choose a tag to compare

@threepointone threepointone released this 10 Nov 20:26
· 15 commits to main since this release
04a60d8

Patch Changes

  • 228ef5b Thanks @ghostwriternr! - Fix encoding parameter handling in file operations to enable MIME auto-detection. Previously, SDK and container handlers added default 'utf8' encoding, preventing MIME-based detection of binary files. Now encoding parameter is passed through as-is, allowing automatic detection when not explicitly specified.