What's Changed
- Added Python 3.14 support and dropped Python 3.8 support by @newgene in #427
- Added prefix support to DataTransformMDB by @DylanWelzel in #411
- Added TAR file handling by @shuchenliu in #424
- Added Zstandard file handling for Python 3.14 and below by @shuchenliu in #428
- Added support for custom local uploader and dumper classes in dataplugin manifests by @shuchenliu in #431
- Added build request improvements for MongoDB build cleanup by @DylanWelzel in #432
- Added MongoDB build cleanup validation and deletion tooling by @DylanWelzel in #437
- Fixed
dict_sweephandling for NaN-like values, includingpandas.NAandpandas.NaTby @DylanWelzel in #442 - Centralized
orjsonusage across the library by @shuchenliu in #435 - Removed deprecated Google Analytics event support by @DylanWelzel in #439
- Removed deprecated
doc_typesupport by @everaldorodrigo in #402 - Removed deprecated
elasticsearch_dsldependency handling by @shuchenliu in #407 - Improved Elasticsearch exception handling and query response behavior by @DylanWelzel in #425
- Optimized Elasticsearch memory usage when using the scroll API by @everaldorodrigo in #419
- Added CLI config commands by @ctrl-schaff in #418
- Added CLI pathing commands by @ctrl-schaff in #422
- Added CLI dump mark-success support by @ctrl-schaff in #423
- Fixed Typer/rich_utils loading behavior by @ctrl-schaff in #426
- Updated dependencies and package metadata for Python 3.9+, including tornado, typer, pymongo, orjson, and zstandard by @newgene in #427
- Updated GitHub Actions test, build, and publish workflows by @newgene in #427
Full Changelog: v1.0.2...v1.1.0