We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8f528 commit fbf6b64Copy full SHA for fbf6b64
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.5.0 (2025-11-11)
5
+
6
+### Features
7
8
+- Scope Session dependency to `function` ([#28](https://github.com/hadrien/FastSQLA/pull/28),
9
+ [`1b8f528`](https://github.com/hadrien/FastSQLA/commit/1b8f52879f1c9b0836de30ff2f2a3e4d54c39f46))
10
11
12
## v0.4.6 (2025-10-03)
13
14
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "FastSQLA"
-version = "0.4.6"
+version = "0.5.0"
description = "SQLAlchemy extension for FastAPI that supports asynchronous sessions and includes built-in pagination."
readme = "README.md"
requires-python = ">=3.12"
0 commit comments