Skip to content

Commit 76199b1

Browse files
committed
release
1 parent 5d7b9d6 commit 76199b1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<!-- do not remove -->
44

5+
## 0.10.0
6+
7+
### Breaking changes
8+
9+
- The OAuth API is now simplified to only require `chk_auth`, and no longer uses `login`. `chk_auth` should either return `False` (meaning not authenticated) or a `RedirectResponse`. After authentication, the `auth` parameter will be provided to handlers, which will have the oauth ID.
10+
11+
### New Features
12+
13+
- Simplify OAuth API ([#580](https://github.com/AnswerDotAI/fasthtml/issues/580))
14+
- Include session param in websockets handlers ([#563](https://github.com/AnswerDotAI/fasthtml/pull/563)), thanks to [@callmephilip](https://github.com/callmephilip)
15+
- Add path to jupy HTMX ([#503](https://github.com/AnswerDotAI/fasthtml/issues/503))
16+
17+
518
## 0.9.1
619

720
### New Features

0 commit comments

Comments
 (0)