This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
0.9.6
Added
- default index.html for api without bundled ui
- slug for form fields can now be saved
- submission webhooks with ability to customize json payload
{ form: ID submission: ID created: DateTime lastModified: DateTime fields: [ { field: ID slug: String value: any } ] }
Changed
- minify containers to reduce layer size
Fixed
- bug in settings resolver with nullable fields
- bug if user was deleted and form still exists
Security
- container now runs as non root user