Skip to content

Commit

Permalink
Finalize changes for 3.7.0
Browse files Browse the repository at this point in the history
Add the change log entry for the new schema support in
initialize_database.
  • Loading branch information
rra committed Mar 6, 2023
1 parent 56233d7 commit c09db2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Headline template:
X.Y.Z (YYYY-MM-DD)
-->

## 3.7.0 (unreleased)
## 3.7.0 (2023-03-06)

### New features

- Add a `safir.testing.uvicorn.spawn_uvicorn` helper function to spawn an ASGI app under an external Uvicorn process. Normally, ASGI apps should be tested by passing the app directly to an `httpx.AsyncClient`, but in some cases (such as Selenium testing) the app needs to listen to regular HTTP requests.
- `safir.database.initialize_database` now creates a non-default schema if the underlying SQLAlchemy model declares one.

### Bug fixes

Expand Down

0 comments on commit c09db2c

Please sign in to comment.