|
| 1 | +## 0.1.0-dev0 |
| 2 | + |
| 3 | +### Fixes |
| 4 | + |
| 5 | +* **Fix Notion Pagination** Iterate on Notion paginated results using the `next_cursor` and `start_cursor` properties. |
| 6 | + |
1 | 7 | ## 0.1.0 |
2 | 8 |
|
3 | 9 | ### Enhancements |
|
46 | 52 |
|
47 | 53 | * **Leverage `uv` for pip compile** |
48 | 54 |
|
49 | | -* **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. |
| 55 | +* **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. |
50 | 56 |
|
51 | 57 | * **Drop langchain as dependency for embedders** |
52 | 58 |
|
|
84 | 90 |
|
85 | 91 | * **Drop use of unstructued in embed** Remove remnant import from unstructured dependency in embed implementations. |
86 | 92 |
|
87 | | - |
88 | 93 | ## 0.0.16 |
89 | 94 |
|
90 | 95 | ### Fixes |
|
97 | 102 |
|
98 | 103 | * **Model serialization with nested models** Logic updated to properly handle serializing pydantic models that have nested configs with secret values. |
99 | 104 | * **Sharepoint permission config requirement** The sharepoint connector was expecting the permission config, even though it should have been optional. |
100 | | -* **Sharepoint CLI permission params made optional |
| 105 | +* \*\*Sharepoint CLI permission params made optional |
101 | 106 |
|
102 | 107 | ### Enhancements |
103 | 108 |
|
|
147 | 152 |
|
148 | 153 | * **Chroma dict settings should allow string inputs** |
149 | 154 | * **Move opensearch non-secret fields out of access config** |
150 | | -* **Support string inputs for dict type model fields** Use the `BeforeValidator` support from pydantic to map a string value to a dict if that's provided. |
151 | | -* **Move opensearch non-secret fields out of access config |
| 155 | +* **Support string inputs for dict type model fields** Use the `BeforeValidator` support from pydantic to map a string value to a dict if that's provided. |
| 156 | +* \*\*Move opensearch non-secret fields out of access config |
152 | 157 |
|
153 | 158 | ### Fixes |
154 | 159 |
|
155 | | -**Fix uncompress logic** Use of the uncompress process wasn't being leveraged in the pipeline correctly. Updated to use the new loca download path for where the partitioned looks for the new file. |
156 | | - |
| 160 | +**Fix uncompress logic** Use of the uncompress process wasn't being leveraged in the pipeline correctly. Updated to use the new loca download path for where the partitioned looks for the new file. |
157 | 161 |
|
158 | 162 | ## 0.0.8 |
159 | 163 |
|
|
166 | 170 |
|
167 | 171 | ### Enhancements |
168 | 172 |
|
169 | | -* **support sharing parent multiprocessing for uploaders** If an uploader needs to fan out it's process using multiprocessing, support that using the parent pipeline approach rather than handling it explicitly by the connector logic. |
170 | | -* **OTEL support** If endpoint supplied, publish all traces to an otel collector. |
| 173 | +* **support sharing parent multiprocessing for uploaders** If an uploader needs to fan out it's process using multiprocessing, support that using the parent pipeline approach rather than handling it explicitly by the connector logic. |
| 174 | +* **OTEL support** If endpoint supplied, publish all traces to an otel collector. |
171 | 175 |
|
172 | 176 | ### Fixes |
173 | 177 |
|
174 | | -* **Weaviate access configs access** Weaviate access config uses pydantic Secret and it needs to be resolved to the secret value when being used. This was fixed. |
| 178 | +* **Weaviate access configs access** Weaviate access config uses pydantic Secret and it needs to be resolved to the secret value when being used. This was fixed. |
175 | 179 | * **unstructured-client compatibility fix** Fix an error when accessing the fields on `PartitionParameters` in the new 0.26.0 Python client. |
176 | 180 |
|
177 | 181 | ## 0.0.6 |
|
190 | 194 |
|
191 | 195 | ### Fixes |
192 | 196 |
|
193 | | -* **AstraDB connector configs** Configs had dataclass annotation removed since they're now pydantic data models. |
| 197 | +* **AstraDB connector configs** Configs had dataclass annotation removed since they're now pydantic data models. |
194 | 198 | * **Local indexer recursive behavior** Local indexer was indexing directories as well as files. This was filtered out. |
195 | 199 |
|
196 | 200 | ## 0.0.4 |
|
208 | 212 | ### Enhancements |
209 | 213 |
|
210 | 214 | * **Improve documentation** Update the README's. |
211 | | -* **Explicit Opensearch classes** For the connector registry entries for opensearch, use only opensearch specific classes rather than any elasticsearch ones. |
| 215 | +* **Explicit Opensearch classes** For the connector registry entries for opensearch, use only opensearch specific classes rather than any elasticsearch ones. |
212 | 216 | * **Add missing fsspec destination precheck** check connection in precheck for all fsspec-based destination connectors |
213 | 217 |
|
214 | 218 | ## 0.0.2 |
215 | 219 |
|
216 | 220 | ### Enhancements |
217 | 221 |
|
218 | 222 | * **Use uuid for s3 identifiers** Update unique id to use uuid derived from file path rather than the filepath itself. |
219 | | -* **V2 connectors precheck support** All steps in the v2 pipeline support an optional precheck call, which encompasses the previous check connection functionality. |
| 223 | +* **V2 connectors precheck support** All steps in the v2 pipeline support an optional precheck call, which encompasses the previous check connection functionality. |
220 | 224 | * **Filter Step** Support dedicated step as part of the pipeline to filter documents. |
221 | 225 |
|
222 | 226 | ## 0.0.1 |
|
229 | 233 |
|
230 | 234 | ### Fixes |
231 | 235 |
|
232 | | -* **Remove old repo references** Any mention of the repo this project came from was removed. |
| 236 | +* **Remove old repo references** Any mention of the repo this project came from was removed. |
233 | 237 |
|
234 | 238 | ## 0.0.0 |
235 | 239 |
|
|
0 commit comments