Skip to content

Commit

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

.. changelog:: 0.30.0
:date: 2025-01-19

.. change:: standardize on `autocommit_include_redirect`
:type: bugfix
:pr: 349

The flask plugin incorrectly used the term `autocommit_with_redirect` instead of the existing `autocommit_include_redirect`.

This changes makes the name consistent before we bump to a `1.x` release

.. change:: implement default schema serializer
:type: bugfix
:pr: 350

This corrects an issue that caused the Flask extension to use the incorrect serializer for encoding JSON

.. change:: refactored integration with CLI support
:type: feature
:pr: 352

Refactored the Starlette and FastAPI integration to support multiple configurations and sessions. Additionally, FastAPI will now have the database commands automatically registered with the FastAPI CLI.

.. change:: reorganize Sanic extension
:type: feature
:pr: 353

The Sanic integration now aligns with the structure and idioms used in the other integrations.


.. changelog:: 0.29.1
:date: 2025-01-17

Expand Down Expand Up @@ -284,4 +314,4 @@

Examples of such fields are `ColumnClause` and `Label`, these are generated when using `sqlalchemy.func`

- Fix SQLAlchemy dto generation for litestar when using models that have fields that are not instances of `Column`. Such fields arise from using expressions such as `func`.
- Fix SQLAlchemy dto generation for litestar when using models that have fields that are not instances of `Column`. Such fields arise from using expressions such as `func`.
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.29.1"
version = "0.30.0"

[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.29.1"
current_version = "0.30.0"
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 35f34ef

Please sign in to comment.