All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Updated to IOTICS API v1.3.0
- Updated to IOTICS API v1.1.0
v5.0.0 - 2024-01-24
- BREAKING CHANGE - IOTICS Public API v1.0.1 - removed createdAt from SearchResponse, ListAllTwinsResponse, and DescribeTwinResponse
v4.1.0 - 2023-06-28
- Updated to IOTICS API v0.0.19
v4.0.0 - 2023-01-20
- rename allowlist allhost/nohost value
- added missing no host property
- added missing host metadata allow list property
- removed visibility from upsert and update twin methods
create_channel
replaces all thecreate_XXX_api_client
helper functions. It allows the configuration ofconcurrency_limit
,rate_limit
andkeep_alive_interval
.
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
.
create_XXX_api_client
helper functions have been removed.create_channel
should be used instead.- Remove of createdAt and updatedAt properties.
v2.0.1 - 2022-10-31
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.
- Updated to IOTICS API v0.0.16.
v2.0.0 - 2022-10-17
- BREAKING CHANGE - Update to handle breaking changes in Iotics API, major change here is the change of TwinID Protobuf definition to include hostId (HostTwinDID)
v0.3.0 - 2022-08-30
- Search example.
- TLS is now an optional feature which needs to be enabled explicitly.
- Updated to IOTICS API v0.0.12.
v0.2.7 - 2022-02-08
- Update to the richer
list_all_twins
endpoint which is available starting with host version 3.0.722.
v0.2.6 - 2022-02-02
- Errors bubbled up from host requests have the transaction references included.
v0.2.5 - 2022-01-31
list_all_twins
has been reworked to perform the pagination internally.
v0.2.4 - 2022-01-27
list_all_twins
andlist_all_twins_with_client
now takelimit
andoffset
parameters.
v0.2.3 - 2022-01-19
- Added connector common keys
v0.2.2 - 2022-01-18
- docs.rs build should now succeed