Skip to content

Commit

Permalink
release 0.2.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets authored Dec 4, 2024
1 parent 5e1f358 commit bff73b9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

All notable changes to this project will be documented in this file.

## [0.2.0] - 2024-12-04

### Features

- Load endpoints `from_env()` ([#16](https://github.com/s2-streamstore/s2-cli/issues/16))
- Display throughput for read session ([#25](https://github.com/s2-streamstore/s2-cli/issues/25))
- Exercise limits for read session ([#27](https://github.com/s2-streamstore/s2-cli/issues/27))
- Better error reporting ([#30](https://github.com/s2-streamstore/s2-cli/issues/30))
- Appends with `fencing_token` and `match_seq_num` ([#38](https://github.com/s2-streamstore/s2-cli/issues/38))

### Bug Fixes

- Config env var precedence
- Flush BufWriter ([#22](https://github.com/s2-streamstore/s2-cli/issues/22))
- Handle common signals for streams ([#32](https://github.com/s2-streamstore/s2-cli/issues/32))
- Optional `start_seq_num` in `StreamService/ReadSession` ([#42](https://github.com/s2-streamstore/s2-cli/issues/42))

### Documentation

- Consistency
- Nits ([#19](https://github.com/s2-streamstore/s2-cli/issues/19))

### Miscellaneous Tasks

- Rm `S2ConfigError::PathError` ([#17](https://github.com/s2-streamstore/s2-cli/issues/17))
- Only attempt to load config from file if it exists ([#18](https://github.com/s2-streamstore/s2-cli/issues/18))
- Rename binary to s2 ([#21](https://github.com/s2-streamstore/s2-cli/issues/21))
- Set user-agent to s2-cli ([#23](https://github.com/s2-streamstore/s2-cli/issues/23)) ([#24](https://github.com/s2-streamstore/s2-cli/issues/24))
- Create LICENSE
- Update Cargo.toml with license
- Update SDK ([#26](https://github.com/s2-streamstore/s2-cli/issues/26))
- Sdk update ([#31](https://github.com/s2-streamstore/s2-cli/issues/31))
- Update CLI to latest sdk ([#37](https://github.com/s2-streamstore/s2-cli/issues/37))
- Upgrade SDK ([#41](https://github.com/s2-streamstore/s2-cli/issues/41))
- Upgrade sdk version ([#43](https://github.com/s2-streamstore/s2-cli/issues/43))
- Update SDK ([#47](https://github.com/s2-streamstore/s2-cli/issues/47))

## [0.1.0] - 2024-11-05

### Features
Expand All @@ -27,5 +64,6 @@ All notable changes to this project will be documented in this file.
- Add CI action ([#6](https://github.com/s2-streamstore/s2-cli/issues/6))
- CODEOWNERS ([#7](https://github.com/s2-streamstore/s2-cli/issues/7))
- Add release CI action ([#8](https://github.com/s2-streamstore/s2-cli/issues/8))
- *(release)* Release 0.1.0 ([#15](https://github.com/s2-streamstore/s2-cli/issues/15))

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s2"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "Apache-2.0"

Expand Down

0 comments on commit bff73b9

Please sign in to comment.