Skip to content

Commit 64e2765

Browse files
committed
chore(release): prepare v25.2.0
Update VERSION to 25.2.0 and add changelog entry covering 12 commits since v25.1.0: stress tests, AbortedError pickling fix, asyncio deadlock fix, Dependabot security fixes, and CI/CD improvements.
1 parent c544061 commit 64e2765

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project
66
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [v25.2.0] - 2026-02-25
9+
10+
**Added**
11+
12+
- Stress tests and CI benchmark integration for performance regression tracking
13+
([#298](https://github.com/dgraph-io/pydgraph/pull/298))
14+
15+
**Fixed**
16+
17+
- `AbortedError` is now picklable for Celery and multiprocessing compatibility
18+
([#299](https://github.com/dgraph-io/pydgraph/pull/299))
19+
- Prevented `asyncio.Lock` deadlock in `AsyncTxn.do_request` error handling path
20+
- Resolved Dependabot security vulnerability alerts
21+
- Fixed relative import in regenerated `api_pb2_grpc.pyi` for mypy compatibility
22+
23+
**Chore**
24+
25+
- Regenerated protobuf files after protobuf version update
26+
- Fixed CD pipeline `uv version` step incompatible with dynamic versioning
27+
- Skip `no-commit-to-branch` hook in CI/CD workflows
28+
- Applied ruff formatting to `async_client`, `client`, and `retry` modules
29+
830
## [v25.1.0] - 2026-01-19
931

1032
**Added**

pydgraph/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
"""Metadata about this package."""
55

6-
VERSION = "25.1.0"
6+
VERSION = "25.2.0"

0 commit comments

Comments
 (0)