Skip to content

Commit

Permalink
📝(project) update CHANGELOG.md
Browse files Browse the repository at this point in the history
Changed:

- Upgrade `fastapi` to `0.101.1`
  • Loading branch information
quitterie-lcs committed Aug 16, 2023
1 parent 3582f31 commit 2331f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ using the cli
- `GET /statements` now has "mine" option which matches statements that
have an authority field matching that of the user
- CLI: change `push` to `write` and `fetch` to `read` [BC]
- Upgrade `fastapi` to `0.101.0`
- Upgrade `fastapi` to `0.101.1`
- Upgrade `more-itertools` to `10.1.0`
- Upgrade `sentry_sdk` to `1.29.2`
- Upgrade `uvicorn` to `0.23.2`
- API: Invalid parameters now return 400 status code
- API: Forwarding PUT now uses PUT (instead of POST)
- Models: The xAPI `context.contextActivities.category` field is now mandatory
in the video and virtual classroom profiles. [BC]
- Backends: `LRSHTTP` methods must not be used in `asyncio` events loop (BC)
- Backends: `LRSHTTP` methods must not be used in `asyncio` events loop (BC)

## [3.9.0] - 2023-07-21

Expand Down

0 comments on commit 2331f40

Please sign in to comment.