|
2 | 2 |
|
3 | 3 | <!-- do not remove --> |
4 | 4 |
|
5 | | -## 0.12.9 |
6 | | - |
7 | 5 |
|
8 | | -### Bugs Squashed |
9 | | - |
10 | | -- Redux background tasks fix+docs ([#692](https://github.com/AnswerDotAI/fasthtml/pull/692)), thanks to [@pydanny](https://github.com/pydanny) |
11 | | - - --- |
12 | | -name: Pull Request |
13 | | -about: Propose changes to the codebase |
14 | | -title: '[PR] fix+docs background tasks when used by FtResponse' |
15 | | -labels: 'bug' |
16 | | -assignees: 'pydanny,audreyfeldroy' |
17 | | - |
18 | | ---- |
19 | | - |
20 | | -This PR combines PRs #674 and #690. |
21 | | - |
22 | | -**Related Issue** |
23 | | - |
24 | | -#336 - Background Tasks |
25 | | - |
26 | | -**Proposed Changes** |
27 | | - |
28 | | -This PR makes it possible for the FtResponse class to handle Background Tasks. Also documents the why, when, and how of Background Tasks. |
29 | | - |
30 | | -**Types of changes** |
31 | | -What types of changes does your code introduce? Put an `x` in all the boxes that apply: |
32 | | -- [x] Bug fix (non-breaking change which fixes an issue) |
33 | | -- [ ] New feature (non-breaking change which adds functionality) |
34 | | -- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
35 | | - |
36 | | -**Checklist** |
37 | | -Go over all the following points, and put an `x` in all the boxes that apply: |
38 | | -- [x] My code follows the code style of this project. |
39 | | -- [x] My change requires a change to the documentation. |
40 | | -- [x] I have updated the documentation accordingly. |
41 | | -- [x] I have added tests to cover my changes. |
42 | | -- [x] All new and existing tests passed. |
43 | | -- [x] I am aware that this is an nbdev project, and I have edited, cleaned, and synced the source notebooks instead of editing .py or .md files directly. |
44 | | - |
45 | | -**Additional Information** |
46 | | -Any additional information, configuration or data that might be necessary to reproduce the issue. |
47 | | - |
48 | | - |
49 | | -## 0.12.8 |
| 6 | +## 0.12.9 |
50 | 7 |
|
51 | 8 | ### New Features |
52 | 9 |
|
| 10 | +- Background tasks fix+docs ([#692](https://github.com/AnswerDotAI/fasthtml/pull/692)), thanks to [@pydanny](https://github.com/pydanny) |
53 | 11 | - Move htmx and ext js to jsdelivr from unpkg ([#698](https://github.com/AnswerDotAI/fasthtml/issues/698)) |
54 | 12 |
|
55 | 13 |
|
|
0 commit comments