Skip to content

Commit

Permalink
chore(release): bump to v0.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Jan 26, 2025
1 parent bb454da commit f60b713
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
0.x Changelog
=============

.. changelog:: 0.30.3
:date: 2025-01-26

.. change:: add `wrap_exceptions` option to exception handler.
:type: feature
:pr: 363
:issue: 356

When `wrap_exceptions` is `False`, the original SQLAlchemy error message will be raised instead of the wrapped Repository error

Fixes #356 (Bug: `wrap_sqlalchemy_exception` masks db errors)

.. change:: simplify configuration hash
:type: feature
:pr: 366

The hashing method on the SQLAlchemy configs can be simplified. This should be enough to define a unique configuration.

.. change:: use `lifespan` context manager in Starlette and FastAPI
:type: bugfix
:pr: 368
:issue: 367

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.


.. changelog:: 0.30.2
:date: 2025-01-21

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ maintainers = [
name = "advanced_alchemy"
readme = "README.md"
requires-python = ">=3.8"
version = "0.30.2"
version = "0.30.3"

[project.urls]
Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog"
Expand Down Expand Up @@ -168,7 +168,7 @@ test = [
allow_dirty = true
commit = true
commit_args = "--no-verify"
current_version = "0.30.2"
current_version = "0.30.3"
ignore_missing_files = false
ignore_missing_version = false
message = "chore(release): bump to v{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f60b713

Please sign in to comment.