v1.10.0

lumina-ai-inc/chunkrv1.10.0Apr 6, 2025by github-actions[bot]

AI Summary

Feature release introducing error handling configuration options and a fix for default traits in chunk processing.

Key Highlights

  • Added configuration for error handling (Fail/Continue)
  • Fixed default trait in chunk processing

New Features

  • Added configuration for error_handling which allows you to choose between Fail or Continue on non-critical errors

Full Release Notes

## [1.10.0](https://github.com/lumina-ai-inc/chunkr/compare/v1.9.0...v1.10.0) (2025-04-06)


### Features

* Added configuration for `error_handling` which allows you to choose between `Fail` or `Continue` on non-critical errors ([0baca0a](https://github.com/lumina-ai-inc/chunkr/commit/0baca0a519b44d139f64d02bec754f259ed329de))


### Bug Fixes

* Default trait added to chunk processing ([20c6f15](https://github.com/lumina-ai-inc/chunkr/commit/20c6f15bf5ef1a538413147103313e65e1223e47))