File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project
66adheres 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**
Original file line number Diff line number Diff line change 33
44"""Metadata about this package."""
55
6- VERSION = "25.1 .0"
6+ VERSION = "25.2 .0"
You can’t perform that action at this time.
0 commit comments