File tree 3 files changed +26
-3
lines changed
3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 3
3
0.x Changelog
4
4
=============
5
5
6
+ .. changelog :: 0.32.0
7
+ :date: 2025-02-23
8
+
9
+ .. change :: remove `limit` and `offset` from count statement
10
+ :type: bugfix
11
+ :pr: 395
12
+
13
+ Remove `limit ` and `offset ` from count statement
14
+
15
+ .. change :: rename `force_basic_query_mode`
16
+ :type: misc
17
+ :pr: 396
18
+
19
+ Renames `force_basic_query_mode ` to `count_with_window_function `. This is also exposed as a class/init parameter for the service and repository.
20
+
21
+ .. change :: add Enum to default type decoders
22
+ :type: feature
23
+ :pr: 397
24
+
25
+ Extends the default `msgspec ` type decoders to handle Enum types by converting them to their underlying value during serialization
26
+
27
+
28
+
6
29
.. changelog :: 0.31.0
7
30
:date: 2025-02-18
8
31
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ maintainers = [
44
44
name = " advanced_alchemy"
45
45
readme = " README.md"
46
46
requires-python = " >=3.9"
47
- version = " 0.31 .0"
47
+ version = " 0.32 .0"
48
48
49
49
[project .urls ]
50
50
Changelog = " https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -159,7 +159,7 @@ test = [
159
159
allow_dirty = true
160
160
commit = true
161
161
commit_args = " --no-verify"
162
- current_version = " 0.31 .0"
162
+ current_version = " 0.32 .0"
163
163
ignore_missing_files = false
164
164
ignore_missing_version = false
165
165
message = " chore(release): bump to v{new_version}"
You can’t perform that action at this time.
0 commit comments