Releases: youvo/backend
Releases · youvo/backend
v0.1.2
- Introduces basic OAuth 2.0 Authorization Code Grant configuration.
- Introduces new paragraph type
Download
. - Introduces new question type
Task
. - Rework for cache invalidation and weight distribution when administering academy content.
- Fixes data type to empty array for jsonapi responses with empty included relationships.
- Fixes edge cases by switching order and deleting academy content producing errors for computed fields.
v0.1.1
This release includes hot fixes for v0.1.0. Some relevant changes:
- Included relationships of same type but different bundle are sorted correctly in JSON:API responses.
- Empty state in question submissions for checkboxes are now delivered correctly as
[]
. - Evaluation paragraphs are now updated correctly, when adding multiple questionnaires.
- The query parameter
jsonapi_include=1
is not necessary anymore. - The README was updated.
- Some configuration changes and fixes for install scripts.
- Fix permission revocation by progress module for editors