Skip to content

Commit 59f11ff

Browse files
committed
Bump version 0.28.9 → 0.29.0
Bug fixes and improvements -------------------------- * Add `DATABASE_POOL_SIZE` and `DATABASE_POOL_MAX_OVERFLOW` settings to finely control the number of connections to the database. [[Documentation](https://docs.fief.dev/self-hosting/environment-variables/#database)] * Fix HTMX/Hyperscript bundle 🏰 Stronghold new features and improvements ------------------------------------------- > [!NOTE] > Fief Stronghold is the **private edition** of Fief, accessible to our paid backers, which includes exclusive features. > [Read more](https://docs.fief.dev/stronghold/) * Allow to override authentication pages templates. [[Documentation](https://docs.fief.dev/stronghold/#override-authentication-page-templates)]
1 parent 28ae6f4 commit 59f11ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fief/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.28.9"
1+
__version__ = "0.29.0"

0 commit comments

Comments
 (0)