Skip to content

Commit 1da1380

Browse files
Release v2.4.0 (#1994)
* Release v2.4.0 * Update changelog
1 parent dce0256 commit 1da1380

File tree

8 files changed

+35
-21
lines changed

8 files changed

+35
-21
lines changed

.semversioner/2.4.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Allow injection of custom pipelines.",
5+
"type": "minor"
6+
},
7+
{
8+
"description": "Refactored StorageFactory to use a registration-based approach",
9+
"type": "minor"
10+
},
11+
{
12+
"description": "Fix default values for tpm and rpm limiters on embeddings",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Update typer.",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "cleaned up logging to follow python standards.",
21+
"type": "patch"
22+
}
23+
],
24+
"created_at": "2025-07-15T00:04:15+00:00",
25+
"version": "2.4.0"
26+
}

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

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

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

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

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

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

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

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

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

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

CHANGELOG.md

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

4+
## 2.4.0
5+
6+
- minor: Allow injection of custom pipelines.
7+
- minor: Refactored StorageFactory to use a registration-based approach
8+
- patch: Fix default values for tpm and rpm limiters on embeddings
9+
- patch: Update typer.
10+
- patch: cleaned up logging to follow python standards.
11+
412
## 2.3.0
513

614
- minor: Remove Dynamic Max Retries support. Refactor typer typing in cli interface

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.3.0"
4+
version = "2.4.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)