Releases: Iotic-Labs/iotics-grpc-client-rs
Releases · Iotic-Labs/iotics-grpc-client-rs
v7.0.0
What's Changed
- chore: ei-2933 - Updated api to v1.3.0 by @RPatterson1 in #44
New Contributors
- @RPatterson1 made their first contribution in #44
Full Changelog: v6.0.0...v7.0.0
v6.0.0
v5.0.0
BREAKING CHANGE - Removed Twin CreatedAt
[fix]: missing Cargo.lock
What's Changed
- Updated api to v1.0.1 by @StephanieBracaloni in #40
- Release v5.0.0 by @StephanieBracaloni in #41
- [fix]: missing Cargo.lock by @StephanieBracaloni in #42
New Contributors
- @StephanieBracaloni made their first contribution in #40
Full Changelog: v4.1.0...v5.0.0
Release v4.1.0
Updated to IOTICS API v0.0.19
V4.0.0
v3.1.2
v3.1.1
v3.1.0
Removed
- removed visibility from upsert and update twin methods
v3.0.0
Added
create_channel
replaces all thecreate_XXX_api_client
helper functions. It allows the configuration ofconcurrency_limit
,rate_limit
andkeep_alive_interval
.
Changed
iotics_grpc_client::auth_builder::IntoAuthBuilder
has been moved toiotics_grpc_client::IntoAuthBuilder
.- The properties inside
iotics_grpc_client::common*
have been moved toiotics_grpc_client
.
Removed
create_XXX_api_client
helper functions have been removed.create_channel
should be used instead.- Remove of createdAt and updatedAt properties.
v2.0.1
Added
create_search_api_client
,search
,create_interest_api_client
andfollow
now take an extrakeep_alive_interval
parameter that allows the caller to set a KA interval for the underlying gRPC connection.
Changed
- Updated to IOTICS API v0.0.16.