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.
- Introduce a backend based on bbolt (https://github.com/etcd-io/bbolt) a file based embedded key-value store.
- Breaking Change Update Cogment API to 2.0, no longer support API v1.X
- Fix bad data initialization that would cause a nil pointer dereference when receiving samples through the datalog server
- Fix naming collision in cogment gRPC API
Introduce Trial Datastore, a simple logger & store for trial generated data.