Releases: s2-streamstore/s2-cli
Releases · s2-streamstore/s2-cli
0.7.0
Features
- Only accept URIs in basin+stream args (#100)
s2 ls
command to list basins or streams (#102)
Miscellaneous Tasks
- Inline path consts for consistency
0.6.4
Bug Fixes
- Error/help messages (#95)
Documentation
- Update README S2 doc link (#92)
0.6.3
Documentation
- Update README API link (#89)
Miscellaneous Tasks
- Upgrade SDK to
0.5.0
(#90)
0.6.2
Bug Fixes
- Update output for reconfigure basin and create basin results (#86)
Miscellaneous Tasks
0.6.1
Miscellaneous Tasks
- Update cargo binary name to
s2
(#84)
- (release) Upgrade SDK to 0.4.0 (#85)
- (release) Upgrade SDK to 0.4.1 (#87)
0.6.0
Features
- Support
s2://
URIs (#74)
- Better display for ping stats (#81)
Bug Fixes
- Disable noisy description in help (#79)
Miscellaneous Tasks
- Remove unnecessary dependencies from
Cargo.toml
(#80)
0.5.2
Miscellaneous Tasks
- Rename binary to s2 when releasing (#76)
0.5.0
Bug Fixes
- Use a different
std::thread::Thread
for Stdin
IO (#69)
Miscellaneous Tasks
- Release to crates.io (#68)
0.4.0
Features
- Allow append concurrency control on
fence
and trim
too (#60)
- Ping (#48) (#63)
Bug Fixes
Documentation
- Clarify fencing token is in hex
Miscellaneous Tasks
- Mandatory read
start_seq_num
(#58)
- Make all short args explicit (#29) (#59)
- Upgrade deps (#64)
- Update cargo.toml (#65)
- Rename to streamstore-cli (#66)
- Description - Cargo.toml
- Update README.md