From 76199b158f7cba9e1fd19b56843ec0cf14c44313 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Tue, 19 Nov 2024 10:02:56 +1000 Subject: [PATCH] release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e87ae40..1d2fb9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## 0.10.0 + +### Breaking changes + +- 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. + +### New Features + +- Simplify OAuth API ([#580](https://github.com/AnswerDotAI/fasthtml/issues/580)) +- Include session param in websockets handlers ([#563](https://github.com/AnswerDotAI/fasthtml/pull/563)), thanks to [@callmephilip](https://github.com/callmephilip) +- Add path to jupy HTMX ([#503](https://github.com/AnswerDotAI/fasthtml/issues/503)) + + ## 0.9.1 ### New Features