Skip to content

Commit ab31d65

Browse files
committed
docs: update CHANGELOG
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent c1c8c1a commit ab31d65

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ project since the first release, with the latest changes at the top.
66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [Unreleased](https://github.com/seapagan/fastapi-template/tree/HEAD)
10+
11+
These are the changes that have been merged to the repository since the last
12+
release.
13+
14+
Everything in this section will be included in the next official release.
15+
16+
**Closed Issues**
17+
18+
- Can commit only once with session per route (otherwise sqlalchemy.exc.InvalidRequestError) ([#768](https://github.com/seapagan/fastapi-template/issues/768)) by [seapagan](https://github.com/seapagan)
19+
20+
**Breaking Changes**
21+
22+
- Feat: implement HMAC-SHA256 for API key hashing ([#769](https://github.com/seapagan/fastapi-template/pull/769)) by [seapagan](https://github.com/seapagan)
23+
24+
**New Features**
25+
26+
- Feat: add manual database session handling with rollback on exception ([#770](https://github.com/seapagan/fastapi-template/pull/770)) by [seapagan](https://github.com/seapagan)
27+
28+
**Dependency Updates**
29+
30+
- Chore(deps): update mkdocs-swagger-ui-tag digest to fad9a89 ([#765](https://github.com/seapagan/fastapi-template/pull/765)) by [renovate[bot]](https://github.com/apps/renovate)
31+
32+
[`Full Changelog`](https://github.com/seapagan/fastapi-template/compare/v0.7.0...HEAD) | [`Diff`](https://github.com/seapagan/fastapi-template/compare/v0.7.0...HEAD.diff) | [`Patch`](https://github.com/seapagan/fastapi-template/compare/v0.7.0...HEAD.patch)
33+
934
## [v0.7.0](https://github.com/seapagan/fastapi-template/releases/tag/v0.7.0) (July 05, 2025)
1035

1136
**Closed Issues**

0 commit comments

Comments
 (0)