Skip to content

Commit

Permalink
Merge pull request #142 from lsst-sqre/tickets/DM-38170
Browse files Browse the repository at this point in the history
DM-38170: Finalize changes for 3.7.0
  • Loading branch information
rra authored Mar 6, 2023
2 parents 56233d7 + c09db2c commit d6ca234
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 d6ca234

Please sign in to comment.