v1.11.2
lumina-ai-inc/chunkrv1.11.2Apr 22, 2025by github-actions[bot]
AI Summary
This release improves the robustness of the Python client by better handling various file content types, including base64, bytes-like objects, and file-like objects.
Key Highlights
- Improved handling of base64 content
- Improved handling of bytes-like content
- Improved handling of file-like content
Full Release Notes
## [1.11.2](https://github.com/lumina-ai-inc/chunkr/compare/v1.11.1...v1.11.2) (2025-04-22) ### Bug Fixes * Improved handling of base64, bytes-like and file-like file content in the python client ([#452](https://github.com/lumina-ai-inc/chunkr/issues/452)) ([65e479f](https://github.com/lumina-ai-inc/chunkr/commit/65e479f75ecb91e676afcffe1843d4902a8736e7))