Skip to content

Commit 14a00ad

Browse files
authored
Release v3.1.1 (#2458)
1 parent 0bb2865 commit 14a00ad

19 files changed

Lines changed: 2073 additions & 2056 deletions

.semversioner/3.1.1.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Bump dependencies.",
5+
"type": "patch"
6+
},
7+
{
8+
"description": "Fix #2265 - Fail fast when document vector length mismatches the configured vector_size.",
9+
"type": "patch"
10+
},
11+
{
12+
"description": "Fix #2330 - Add explicit return type annotations for batched() and chunk_text() generators.",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Fix #2389 - Loosen service_tier type to str | None to allow for more flexibility in service tier representation.",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "Fix .strip call - resolves #2381",
21+
"type": "patch"
22+
},
23+
{
24+
"description": "Fix 2170 - cannot release un-acquired lock in Blob logger",
25+
"type": "patch"
26+
},
27+
{
28+
"description": "Fix JSONL input loader to skip blank lines and ignore invalid JSON rows",
29+
"type": "patch"
30+
},
31+
{
32+
"description": "Fix logging bug.",
33+
"type": "patch"
34+
}
35+
],
36+
"created_at": "2026-07-18T00:49:43+00:00",
37+
"version": "3.1.1"
38+
}

.semversioner/next-release/patch-20260710152344024031.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20260710182840267649.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20260710184002601897.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20260710221345787890.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20260715164826396721.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20260716012407007795.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20260716201536111939.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20260717165805703786.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22
Note: version releases in the 0.x.y range may introduce breaking changes.
33

4+
## 3.1.1
5+
6+
- patch: Bump dependencies.
7+
- patch: Fix #2265 - Fail fast when document vector length mismatches the configured vector_size.
8+
- patch: Fix #2330 - Add explicit return type annotations for batched() and chunk_text() generators.
9+
- patch: Fix #2389 - Loosen service_tier type to str | None to allow for more flexibility in service tier representation.
10+
- patch: Fix .strip call - resolves #2381
11+
- patch: Fix 2170 - cannot release un-acquired lock in Blob logger
12+
- patch: Fix JSONL input loader to skip blank lines and ignore invalid JSON rows
13+
- patch: Fix logging bug.
14+
415
## 3.1.0
516

617
- minor: Native CosmosTableProvider with namespace partitioning, transactional batch writes, and simplified AzureCosmosStorage.

0 commit comments

Comments
 (0)