-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
0.1.2 (2024-04-15) | ||
================== | ||
|
||
Features | ||
-------- | ||
|
||
- Rename ``syncmaster.backend.main`` module to ``syncmaster.backend``. It now also accepts the same args as ``uvicorn``. (:issue:`35`) | ||
- Add ``syncmaster.db.migrations`` module to run ``alembic`` with proper config. (:issue:`35`) | ||
- Change backend and worker images to use entrypoint. (:issue:`35`) | ||
|
||
|
||
Improvements | ||
------------ | ||
|
||
- Run database migrations in the entrypoint of backend image, before starting the backend server. (:issue:`35`) | ||
- Add healthchecks to example ``docker-compose.yml``. (:issue:`35`) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
:caption: Changelog | ||
|
||
DRAFT | ||
0.1.2 | ||
0.1.1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters