Skip to content

Commit 4a42ac8

Browse files
Release v2.3.0 (#1951)
1 parent f1e2041 commit 4a42ac8

10 files changed

+45
-29
lines changed

.semversioner/2.3.0.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Remove Dynamic Max Retries support. Refactor typer typing in cli interface",
5+
"type": "minor"
6+
},
7+
{
8+
"description": "Update fnllm to latest. Update default graphrag configuration",
9+
"type": "minor"
10+
},
11+
{
12+
"description": "A few fixes and enhancements for better reuse and flow.",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Add full llm response to LLM PRovider output",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "Fix Drift Reduce Response for non streaming calls",
21+
"type": "patch"
22+
},
23+
{
24+
"description": "Fix global search prompt to include missing formatting key",
25+
"type": "patch"
26+
},
27+
{
28+
"description": "Upgrade pyarrow dependency to >=17.0.0 to fix CVE-2024-52338",
29+
"type": "patch"
30+
}
31+
],
32+
"created_at": "2025-05-23T21:02:47+00:00",
33+
"version": "2.3.0"
34+
}

.semversioner/next-release/minor-20250514234228008828.json

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

.semversioner/next-release/minor-20250520014004743256.json

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

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

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

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

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

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

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

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

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

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

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

CHANGELOG.md

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

4+
## 2.3.0
5+
6+
- minor: Remove Dynamic Max Retries support. Refactor typer typing in cli interface
7+
- minor: Update fnllm to latest. Update default graphrag configuration
8+
- patch: A few fixes and enhancements for better reuse and flow.
9+
- patch: Add full llm response to LLM PRovider output
10+
- patch: Fix Drift Reduce Response for non streaming calls
11+
- patch: Fix global search prompt to include missing formatting key
12+
- patch: Upgrade pyarrow dependency to >=17.0.0 to fix CVE-2024-52338
13+
414
## 2.2.1
515

616
- patch: Fix Community Report prompt tuning response

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "graphrag"
33
# Maintainers: do not change the version here manually, use ./scripts/release.sh
4-
version = "2.2.1"
4+
version = "2.3.0"
55
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
66
authors = [
77
"Alonso Guevara Fernández <alonsog@microsoft.com>",

0 commit comments

Comments
 (0)