Skip to content

Commit

Permalink
Merge pull request #5 from Miaxos/release-plz-2024-01-07T17-32-48Z
Browse files Browse the repository at this point in the history
chore: release v0.1.2
  • Loading branch information
Miaxos committed Feb 2, 2024
2 parents dc62112 + ae30e0e commit a7994e8
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 2 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,75 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/Miaxos/roster/compare/v0.1.1...v0.1.2) - 2024-02-02

### Added
- update monoio and allow deploy
- add client get name
- add client info command
- add set_name
- add ascii data for initial launch
- add startup ascii
- add help & test
- add client list capabilities
- add supervisor into context
- add client id
- add some metadata connection draft
- add acl cat
- solve issues with memory explosion
- prepare dialer & cluster
- update storage & storage segment
- *(storage)* add storage & storage segment
- add hash to infrastructure layer
- use sharded-thread 1
- add base structure for dialer
- add initial work for sharding

### Fixed
- add help for setname
- Cargo.toml target windows
- add target windows

### Other
- Merge pull request [#19](https://github.com/Miaxos/roster/pull/19) from Miaxos/feat-add-hello
- Merge pull request [#21](https://github.com/Miaxos/roster/pull/21) from Miaxos/renovate/tokio-1.x
- *(deps)* update rust crate tokio to 1.36
- clippy
- fmt
- clippy
- clippy
- wait 1s for CI to work
- clippy
- remove useless code from set_info
- add simple test for client list
- add client_id tests
- add test for parsing client id
- clippy
- add client list parsing tests
- add some test for parsing
- fmt
- clippy
- allow dead code for now
- clippy
- comment useless stuff for now
- remove useless stuff
- add comment
- remove clippy warning for now
- clippy
- fmt
- remove useless code
- clippy
- change a little the server instantiation
- remove useless code
- conclusion
- wip
- remove eviction
- remove useless dependencies
- *(deps)* update rust crate tokio to 1.35
- enable tests
- clippy
- cargo fmt

### Added

- Documentation: Command list for reddis
Expand Down
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 app/roster/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roster"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Replacement of Redis with Rust"
authors = ["Anthony Griffon <anthony@griffon.one>"]
Expand Down

0 comments on commit a7994e8

Please sign in to comment.