v1.4.2

feyninc/chonkiev1.4.2Nov 14, 2025by chonknick

AI Summary

A bug-fixing release that resolves issues with Azure OpenAI embeddings and file fetching, while replacing the loguru dependency with standard logging.

Key Highlights

  • Fixed Azure OpenAI AutoEmbeddings
  • Fixed FileFetcher to retrieve files at multiple levels in directories
  • Removed loguru dependency in favor of standard logging
  • Added structured logging support

Breaking Changes

  • Removed loguru dependency

New Features

  • Structured logging support

Full Release Notes

## What's Changed
* feat: fixed azure openai AutoEmbeddings by @MODSetter in https://github.com/chonkie-inc/chonkie/pull/368
* Fix Bug:FileFetcher() only get's files at 1 level when using dir by @hannibal-lee in https://github.com/chonkie-inc/chonkie/pull/374
* update LateChunker docs by @chonk-lain in https://github.com/chonkie-inc/chonkie/pull/379
* update branding by @chonk-lain in https://github.com/chonkie-inc/chonkie/pull/382
* Fix: Remove loguru dependency and replace with standard logging (#375) by @chonknick in https://github.com/chonkie-inc/chonkie/pull/380
* Add structured logging support to logging adapter by @chonknick in https://github.com/chonkie-inc/chonkie/pull/385

## New Contributors
* @MODSetter made their first contribution in https://github.com/chonkie-inc/chonkie/pull/368

**Full Changelog**: https://github.com/chonkie-inc/chonkie/compare/v1.4.1...v1.4.2