Skip to content

Commit f60b713

Browse files
committed
chore(release): bump to v0.30.3
1 parent bb454da commit f60b713

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

docs/changelog.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
0.x Changelog
44
=============
55

6+
.. changelog:: 0.30.3
7+
:date: 2025-01-26
8+
9+
.. change:: add `wrap_exceptions` option to exception handler.
10+
:type: feature
11+
:pr: 363
12+
:issue: 356
13+
14+
When `wrap_exceptions` is `False`, the original SQLAlchemy error message will be raised instead of the wrapped Repository error
15+
16+
Fixes #356 (Bug: `wrap_sqlalchemy_exception` masks db errors)
17+
18+
.. change:: simplify configuration hash
19+
:type: feature
20+
:pr: 366
21+
22+
The hashing method on the SQLAlchemy configs can be simplified. This should be enough to define a unique configuration.
23+
24+
.. change:: use `lifespan` context manager in Starlette and FastAPI
25+
:type: bugfix
26+
:pr: 368
27+
:issue: 367
28+
29+
Modifies the Starlette and FastAPI integrations to use the `lifespan` context manager instead of the `startup`\`shutdown` hooks. If the application already has a lifespan set, it is wrapped so that both execute.
30+
31+
632
.. changelog:: 0.30.2
733
:date: 2025-01-21
834

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ maintainers = [
4747
name = "advanced_alchemy"
4848
readme = "README.md"
4949
requires-python = ">=3.8"
50-
version = "0.30.2"
50+
version = "0.30.3"
5151

5252
[project.urls]
5353
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
@@ -168,7 +168,7 @@ test = [
168168
allow_dirty = true
169169
commit = true
170170
commit_args = "--no-verify"
171-
current_version = "0.30.2"
171+
current_version = "0.30.3"
172172
ignore_missing_files = false
173173
ignore_missing_version = false
174174
message = "chore(release): bump to v{new_version}"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)