Releases: gramps-project/gramps-web-api
Releases · gramps-project/gramps-web-api
v0.3.2
v0.3.1
v0.3.0
This release adds the following features:
- Add event summary string to event profile #259
- Implement thumbnail generation for video files #264
- Support for PostgreSQL databases #265, thanks @Rahel-A
- Support for storing media files on S3 object storage #266
- User database schema migration workflow #270
- List and upload missing media files #273
It also fixes the following issues:
- Correctly set birth and death ref indexes #252
v0.2.3
v0.2.2
v0.2.1
Quick bug fix release due to an error in the Docker image.
v0.2
This release adds write support to the API.
Apart from new features, there is a brand new documentation website.
New features
- Endpoints for creating objects (
POST
) #188 - Endpoints for updating objects (
PUT
) #196 - Endpoints for deleting objects (
DELETE
) #196 - Endpoint for media file upload #197
- Endpoint for raw database transactions #201
- Allow new user registration #204
- Allow deleting users and changing user roles #220
- Allow configuration with environment variables to simplify docker-based deployment #229
v0.1.1
v0.1
This is the first release of gramps-webapi
.