Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 1.09 KB

Changelog

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.

Unreleased

  • Sending a GET request to /api/init now returns more information, including the version of river 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 name river - 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.