Releases: FoamFactory/archetype
Releases · FoamFactory/archetype
v1.0.7
Features
- Dynamically build the
DATABASE_URL
from environment variables, rather than expecting it to be
specified as its own environment variable.
v1.0.5
v1.0.5
Features
- Made
GET /avatars
return a dehydrated version of avatar records. (#7)
v1.0.4
1.0.4
Features
- Added an endpoint to upload avatars using a data uri.
v1.0.2
v1.0.2
Bug Fixes:
- Fix problem caused by un-iniitalized database. (#4)
- Fix issue where MySQL database did not persist after container restart. (#3))
Enhancements:
- Allow for more options in
ALLOWED_HOSTS
by using a regex. (#1)