* **Support pinecone namespace on upload** * **Migrate Outlook Source Connector to V2** * **Support for Databricks Volumes source connector**
Fixes
* **Update Sharepoint Creds and Expected docs**
0.0.24
Enhancements
* **Support dynamic metadata mapping in Pinecone uploader**
0.0.23
Fixes
* **Remove check for langchain dependency in embedders**
0.0.22
Enhancements
* **Add documentation for developing sources/destinations**
* **Leverage `uv` for pip compile**
* **Use incoming fsspec data to populate metadata** Rather than make additional calls to collect metadata after initial file list, use connector-specific data to populate the metadata.
* **Drop langchain as dependency for embedders**
0.0.21
Fixes
* **Fix forward compatibility issues with `unstructured-client==0.26.0`.** Update syntax and create a new SDK util file for reuse in the Partitioner and Chunker
* **Update Databricks CI Test** Update to use client_id and client_secret auth. Also return files.upload method to one from open source.
* **Fix astra src bug** V1 source connector was updated to work with astrapy 1.5.0
0.0.20
Enhancements
* **Support for latest AstraPy API** Add support for the modern AstraPy client interface for the Astra DB Connector.