File tree Expand file tree Collapse file tree 3 files changed +33
-4
lines changed Expand file tree Collapse file tree 3 files changed +33
-4
lines changed Original file line number Diff line number Diff line change 3
3
1.x Changelog
4
4
=============
5
5
6
+ .. changelog :: 1.6.3
7
+ :date: 2025-09-19
8
+
9
+ .. change :: additional update and update_many corrections.
10
+ :type: bugfix
11
+ :pr: 537
12
+ :issue: 464, 535
13
+
14
+ Updates `update ` and `update_many ` to properly handle relationships and returning support.
15
+
16
+ .. change :: TypeError when initializing SQLAlchemyAsyncQueryRepository
17
+ :type: bugfix
18
+ :pr: 538
19
+ :issue: 534
20
+
21
+ Corrects a TypeError reported from the init method of `SQLAlchemyAsyncQueryRepository `
22
+
23
+ .. change :: property correction
24
+ :type: bugfix
25
+ :pr: 539
26
+
27
+ Property correction for updates
28
+
29
+ .. change :: improve `sync_tools` thread handling and update dependencies
30
+ :type: bugfix
31
+ :pr: 545
32
+
33
+ Enhance thread management in `sync_tools ` to improve performance and reliability.
34
+
6
35
.. changelog :: 1.6.2
7
36
:date: 2025-08-29
8
37
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ maintainers = [
44
44
name = " advanced_alchemy"
45
45
readme = " docs/PYPI_README.md"
46
46
requires-python = " >=3.9"
47
- version = " 1.6.2 "
47
+ version = " 1.6.3 "
48
48
49
49
[project .urls ]
50
50
Changelog = " https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -170,7 +170,7 @@ test = [
170
170
allow_dirty = true
171
171
commit = false
172
172
commit_args = " --no-verify"
173
- current_version = " 1.6.2 "
173
+ current_version = " 1.6.3 "
174
174
ignore_missing_files = false
175
175
ignore_missing_version = false
176
176
message = " chore(release): bump to v{new_version}"
You can’t perform that action at this time.
0 commit comments