File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 331.x Changelog
44=============
55
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+
635.. changelog :: 1.6.2
736 :date: 2025-08-29
837
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ maintainers = [
4444name = " advanced_alchemy"
4545readme = " docs/PYPI_README.md"
4646requires-python = " >=3.9"
47- version = " 1.6.2 "
47+ version = " 1.6.3 "
4848
4949[project .urls ]
5050Changelog = " https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -170,7 +170,7 @@ test = [
170170allow_dirty = true
171171commit = false
172172commit_args = " --no-verify"
173- current_version = " 1.6.2 "
173+ current_version = " 1.6.3 "
174174ignore_missing_files = false
175175ignore_missing_version = false
176176message = " chore(release): bump to v{new_version}"
You can’t perform that action at this time.
0 commit comments