You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
730 B
Markdown

# Changelog
All changes in this project will be noted in this file.
4 years ago
## Version 0.3.1 [2020-08-05]
> No breaking changes
4 years ago
This release fixes #7, #8. It also adds several under-the-hood optimizations greatly improving query performance.
## Version 0.3.0 [2020-07-28]
> No breaking changes
This version enables persistence for stored data
## Version 0.2.0 [2020-07-27]
> This release introduces breaking changes
This release implements the latest version of the Terrapipe protocol.
### Migrating existing clients
All clients have to reimplement the Terrapipe protocol to match the [latest spec](https://git.io/JJZ8Z).
## Version 0.1.0 [2020-07-17]
This release provides an experimental client and server implementation.