# Changelog All notable changes to this project will be documented in this file. ## [1.1.0] - 2023-07-15 ### Bug Fixes - Fix link in README.md ### Documentation - Update log_service example - Update ros example - Update vpc example - Update slb example - Update sc example - Update rds example ### Features - Add log_service client - Make log service client cloneable ### Miscellaneous Tasks - 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 ## [1.0.0] - 2023-06-17 ### Bug Fixes - Fix signature bug with `POST` method in rpc style client - Fix lib document test error ### Documentation - Update badges - Add badges link - Add NLP example - Add usage of ROA style client ### Features - 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 ### Miscellaneous Tasks - 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 ### Other - Merge tag 'v0.3.0' into develop no message - Merge branch 'hotfix/fix-doc-badges' - Merge tag 'fix-doc-badges' into develop no message ### Refactor - 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 ### Testing - 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 ## [0.3.0] - 2019-09-21 ### Documentation - Add crates badge, remove install description - Add github actions badge ### Miscellaneous Tasks - Add ci by github actions ### Other - Merge branch 'release/v0.3.0' ### Refactor - New function(`get`, `query`, `send`) for RPC style client ### Testing - Add test case for RPC style client ## [0.2.0] - 2019-09-01 ### Refactor - Pass params of `RPClient::request` from by-copy to by-borrow ## [0.1.0] - 2019-08-31 ### Other - Initial commit