Skip to content

v0.8.1

Latest

Choose a tag to compare

@jaehyeon-kim jaehyeon-kim released this 20 May 16:48
· 6 commits to main since this release
22bb1b7

This is a patch release to fix a packaging issue where missing optional dependencies could cause an ImportError on startup.

Bug Fixes

  • Core Imports: Updated __init__.py to use resilient try/except blocks for all external connectors (Kafka, PyArrow, etc.). Users can now run core modules or the new storage tools (e.g., pip install dynamic-des[parquet]) without encountering startup crashes from missing aiokafka dependencies.

Full Changelog: v0.8.0...v0.8.1