@@ -6,6 +6,75 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
78
### Added
10
79
11
80
- Documentation: Command list for reddis
0 commit comments