Releases: ligurio/elle-cli
Releases · ligurio/elle-cli
0.1.9
0.1.8
0.1.7
Overview
This release updates versions of Jepsen, Elle and Knossos dependencies.
Added
- Shell script that runs a JAR file.
Changed
- Bump Elle version to 0.1.7.
- Bump Jepsen version to 0.3.3.
- Bump Knossos version to 0.3.9.
0.1.6
0.1.5
0.1.4
0.1.3
Overview
This release adds a number of fixes and changes model names.
Fixed
- Fixed defaults for anomalies in a README.
- Fixed processing of Elle's list-append histories (#30).
Changed
- Checker names have been removed in models name. (#38)
Old model names are left, but will be deprecated in next releases. Map with old and new names:elle-rw-register-->rw-registerelle-list-append-->list-appendjepsen-bank-->bankjepsen-counter-->counterjepsen-set-->setjepsen-set-full-->set-fulljepsen-long-fork-->long-forkknossos-register-->registerknossos-cas-register-->cas-registerknossos-mutex-->mutex
- Model "register" is planned to be removed in next releases. It is removed in documentation and usage, and it is recommended to use "rw-register" instead. (#42)
0.1.2
0.1.1
Overview
This release adds a number of fixes and improvements.
Added
- Add an example of
rw-registerhistory in JSON and EDN formats. - Add a test script that runs elle-cli against histories.
Fixed
- Fix passed consistency models and anomalies via CLI (#4).
- Fix
--plot-formatCLI argument. - Converts the first argument of
:valuevectors to keyword (#1).
Changed
- Make elle-cli defaults consistent with Elle (#7).
- Allow passing an empty consistency model.
- Update default values for CLI arguments so that they are aligned with Elle's.
- Bump Jepsen version to 0.2.6.
- Bump Elle version to 0.1.4.
- Use
:strict-serializableas a default consistency model. - Fix link for unreleased changes in changelog.
- Fix publishing workflow.
- Bump Knossos version to 0.3.8.
- Bump Elle version to 0.1.3.
Thanks to Aleksandr Sorokoumov @Gerrrr for many fixes and improvements.
0.1.0
Overview
Initial release.
New features
- Add integration with Elle 0.1.2 (
list-appendandrw-registercheckers). - Add integration with Jepsen 0.2.5 (
bank,counter,long-fork,setandset-fullcheckers). - Add integration with Knossos 0.3.7 (
register,cas-registerandmutexcheckers). - Support histories in EDN and JSON formats.