Skip to content

Commit bdeac18

Browse files
committed
fix: merge conflict
2 parents 040f634 + ec585af commit bdeac18

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- version list -->
99

10+
## v1.1.9 (2026-07-29)
11+
12+
### Bug Fixes
13+
14+
- Address review feedback on engine cache
15+
([#231](https://github.com/Promptly-Technologies-LLC/fastapi-jinja2-postgres-webapp/pull/231),
16+
[`246f969`](https://github.com/Promptly-Technologies-LLC/fastapi-jinja2-postgres-webapp/commit/246f969c4f9aa3d1e0ce1ace408563b5fe8d1ee5))
17+
18+
- Engine too many connections
19+
([#231](https://github.com/Promptly-Technologies-LLC/fastapi-jinja2-postgres-webapp/pull/231),
20+
[`246f969`](https://github.com/Promptly-Technologies-LLC/fastapi-jinja2-postgres-webapp/commit/246f969c4f9aa3d1e0ce1ace408563b5fe8d1ee5))
21+
22+
### Refactoring
23+
24+
- Use lru cached engine
25+
([#231](https://github.com/Promptly-Technologies-LLC/fastapi-jinja2-postgres-webapp/pull/231),
26+
[`246f969`](https://github.com/Promptly-Technologies-LLC/fastapi-jinja2-postgres-webapp/commit/246f969c4f9aa3d1e0ce1ace408563b5fe8d1ee5))
27+
28+
1029
## v1.1.8 (2026-07-14)
1130

1231
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-jinja2-postgres-webapp"
3-
version = "1.1.8"
3+
version = "1.1.9"
44
description = "A template webapp with a pure-Python FastAPI backend, frontend templating with Jinja2, and a Postgres database to power user auth"
55
readme = "README.md"
66
package-mode = false

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)