Skip to content

Commit a7994e8

Browse files
authored
Merge pull request #5 from Miaxos/release-plz-2024-01-07T17-32-48Z
chore: release v0.1.2
2 parents dc62112 + ae30e0e commit a7994e8

File tree

3 files changed

+71
-2
lines changed

3 files changed

+71
-2
lines changed

CHANGELOG.md

+69
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,75 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.2](https://github.com/Miaxos/roster/compare/v0.1.1...v0.1.2) - 2024-02-02
10+
11+
### Added
12+
- update monoio and allow deploy
13+
- add client get name
14+
- add client info command
15+
- add set_name
16+
- add ascii data for initial launch
17+
- add startup ascii
18+
- add help & test
19+
- add client list capabilities
20+
- add supervisor into context
21+
- add client id
22+
- add some metadata connection draft
23+
- add acl cat
24+
- solve issues with memory explosion
25+
- prepare dialer & cluster
26+
- update storage & storage segment
27+
- *(storage)* add storage & storage segment
28+
- add hash to infrastructure layer
29+
- use sharded-thread 1
30+
- add base structure for dialer
31+
- add initial work for sharding
32+
33+
### Fixed
34+
- add help for setname
35+
- Cargo.toml target windows
36+
- add target windows
37+
38+
### Other
39+
- Merge pull request [#19](https://github.com/Miaxos/roster/pull/19) from Miaxos/feat-add-hello
40+
- Merge pull request [#21](https://github.com/Miaxos/roster/pull/21) from Miaxos/renovate/tokio-1.x
41+
- *(deps)* update rust crate tokio to 1.36
42+
- clippy
43+
- fmt
44+
- clippy
45+
- clippy
46+
- wait 1s for CI to work
47+
- clippy
48+
- remove useless code from set_info
49+
- add simple test for client list
50+
- add client_id tests
51+
- add test for parsing client id
52+
- clippy
53+
- add client list parsing tests
54+
- add some test for parsing
55+
- fmt
56+
- clippy
57+
- allow dead code for now
58+
- clippy
59+
- comment useless stuff for now
60+
- remove useless stuff
61+
- add comment
62+
- remove clippy warning for now
63+
- clippy
64+
- fmt
65+
- remove useless code
66+
- clippy
67+
- change a little the server instantiation
68+
- remove useless code
69+
- conclusion
70+
- wip
71+
- remove eviction
72+
- remove useless dependencies
73+
- *(deps)* update rust crate tokio to 1.35
74+
- enable tests
75+
- clippy
76+
- cargo fmt
77+
978
### Added
1079

1180
- Documentation: Command list for reddis

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/roster/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "roster"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "Replacement of Redis with Rust"
66
authors = ["Anthony Griffon <[email protected]>"]

0 commit comments

Comments
 (0)