Skip to content

Commit 22ca1be

Browse files
committed
Revert "chore: update version to 0.1.0-dev0"
This reverts commit 8df6102.
1 parent 8df6102 commit 22ca1be

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

CHANGELOG.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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-
71
## 0.1.0
82

93
### Enhancements
@@ -52,7 +46,7 @@
5246

5347
* **Leverage `uv` for pip compile**
5448

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.
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.
5650

5751
* **Drop langchain as dependency for embedders**
5852

@@ -90,6 +84,7 @@
9084

9185
* **Drop use of unstructued in embed** Remove remnant import from unstructured dependency in embed implementations.
9286

87+
9388
## 0.0.16
9489

9590
### Fixes
@@ -102,7 +97,7 @@
10297

10398
* **Model serialization with nested models** Logic updated to properly handle serializing pydantic models that have nested configs with secret values.
10499
* **Sharepoint permission config requirement** The sharepoint connector was expecting the permission config, even though it should have been optional.
105-
* \*\*Sharepoint CLI permission params made optional
100+
* **Sharepoint CLI permission params made optional
106101

107102
### Enhancements
108103

@@ -152,12 +147,13 @@
152147

153148
* **Chroma dict settings should allow string inputs**
154149
* **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
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
157152

158153
### Fixes
159154

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.
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+
161157

162158
## 0.0.8
163159

@@ -170,12 +166,12 @@
170166

171167
### Enhancements
172168

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.
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.
175171

176172
### Fixes
177173

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.
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.
179175
* **unstructured-client compatibility fix** Fix an error when accessing the fields on `PartitionParameters` in the new 0.26.0 Python client.
180176

181177
## 0.0.6
@@ -194,7 +190,7 @@
194190

195191
### Fixes
196192

197-
* **AstraDB connector configs** Configs had dataclass annotation removed since they're now pydantic data models.
193+
* **AstraDB connector configs** Configs had dataclass annotation removed since they're now pydantic data models.
198194
* **Local indexer recursive behavior** Local indexer was indexing directories as well as files. This was filtered out.
199195

200196
## 0.0.4
@@ -212,15 +208,15 @@
212208
### Enhancements
213209

214210
* **Improve documentation** Update the README's.
215-
* **Explicit Opensearch classes** For the connector registry entries for opensearch, use only opensearch specific classes rather than any elasticsearch ones.
211+
* **Explicit Opensearch classes** For the connector registry entries for opensearch, use only opensearch specific classes rather than any elasticsearch ones.
216212
* **Add missing fsspec destination precheck** check connection in precheck for all fsspec-based destination connectors
217213

218214
## 0.0.2
219215

220216
### Enhancements
221217

222218
* **Use uuid for s3 identifiers** Update unique id to use uuid derived from file path rather than the filepath itself.
223-
* **V2 connectors precheck support** All steps in the v2 pipeline support an optional precheck call, which encompasses the previous check connection functionality.
219+
* **V2 connectors precheck support** All steps in the v2 pipeline support an optional precheck call, which encompasses the previous check connection functionality.
224220
* **Filter Step** Support dedicated step as part of the pipeline to filter documents.
225221

226222
## 0.0.1
@@ -233,7 +229,7 @@
233229

234230
### Fixes
235231

236-
* **Remove old repo references** Any mention of the repo this project came from was removed.
232+
* **Remove old repo references** Any mention of the repo this project came from was removed.
237233

238234
## 0.0.0
239235

unstructured_ingest/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0-dev0" # pragma: no cover
1+
__version__ = "0.1.0" # pragma: no cover

0 commit comments

Comments
 (0)