All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Sending a
GET
request to/api/init
now returns more information, including the version ofriver
that is being used. - Cerberus is used instead of Marshmallow for input validation, which slightly modifies the contents of error messages.
- The
features
field can now contain text input. Before the only possibility was to pass a dictionary. - Migrated from using
creme
to the evolved project under the new nameriver
- 2022-01-09
0.2.0 - 2020-05-02
- It is now possible to use Redis as a storage backend.
- A few bugs that only arise in production have been fixed.
0.1.0 - 2020-03-12
First stable release.