Skip to content

Releases: youvo/backend

v0.1.2

26 Nov 20:15
Compare
Choose a tag to compare
  • 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

24 Nov 09:51
Compare
Choose a tag to compare

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

v0.1.0

22 Nov 23:33
Compare
Choose a tag to compare

First release for the new backend of youvo. This release provides the basic functionality for the youvo academy.

Consult pull request #1 to #18 for a more detailed description of all the components.