All notable changes to this project will be documented in this file.
- Fix link in README.md
- Update log_service example
- Update ros example
- Update vpc example
- Update slb example
- Update sc example
- Update rds example
- Add log_service client
- Make log service client cloneable
- Remove useless trait
- Add log service example and update test
- Update log_service example
- Update base16ct and base64 version
- Update author info in LICENSE file
- Add editor config file
- Add rustfmt.toml file
- Use max_width default setting in rustfmt.toml file
- Add log_service example in README.md
- Update RPC & ROA client example
- Add dependabot.yml of github
- Update lib doc
- Update changelog
- Fix signature bug with
POST
method in rpc style client - Fix lib document test error
- Update badges
- Add badges link
- Add NLP example
- Add usage of ROA style client
- Add roa style client
- Add timeout function for ROA style client
- Add timeout function for RPC style client
- Add
post
function for RPC style client - Add
post
function for ROA style client - Update ROA style client
- Add async rpc style client
- Add async roa style client
- Make async client cloneable
- Add cargo-audit for ci workflow
- Upgrade dependencies
- Make clippy happy
- Update lib document
- Update ROA style client test and lib document
- Update ecs api example
- Update RPC style client examples
- Update ROA style client examples
- Add deprecated message for old client
- Update examples
- Update async RPC style client test
- Update README for release 1.0.0
- Merge tag 'v0.3.0' into develop
no message
-
Merge branch 'hotfix/fix-doc-badges'
-
Merge tag 'fix-doc-badges' into develop
no message
- Announcing the new async client
- Move unit tests from tests directory to the same source file
- Remove chrono, rust-crypto dependencies
- Use uuid::v4 for nonce field sign
- Add compatibility test case
- Cargo fmt
- Add test case for ROA style client
- Disable deprecated warning of compatibility tests
- Add unit test for async RPC style client
- Add crates badge, remove install description
- Add github actions badge
- Add ci by github actions
- Merge branch 'release/v0.3.0'
- New function(
get
,query
,send
) for RPC style client
- Add test case for RPC style client
- Pass params of
RPClient::request
from by-copy to by-borrow
- Initial commit