Skip to content

Releases: Iotic-Labs/iotics-grpc-client-rs

v5.0.0

26 Jan 12:53
Compare
Choose a tag to compare

[fix]: missing Cargo.lock

Release v4.1.0

28 Jun 14:32
Compare
Choose a tag to compare

Updated to IOTICS API v0.0.19

V4.0.0

20 Jan 11:45
Compare
Choose a tag to compare

Changed

  • Renamed allowlist allhost/nohost value

v3.1.2

06 Jan 13:59
Compare
Choose a tag to compare
Release v3.1.2

v3.1.1

06 Jan 11:02
Compare
Choose a tag to compare
Release v3.1.1

v3.1.0

03 Jan 15:47
Compare
Choose a tag to compare

Removed

  • removed visibility from upsert and update twin methods

v3.0.0

23 Dec 12:06
Compare
Choose a tag to compare

Added

  • create_channel replaces all the create_XXX_api_client helper functions. It allows the configuration of concurrency_limit, rate_limit and keep_alive_interval.

Changed

  • iotics_grpc_client::auth_builder::IntoAuthBuilder has been moved to iotics_grpc_client::IntoAuthBuilder.
  • The properties inside iotics_grpc_client::common* have been moved to iotics_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

31 Oct 15:41
Compare
Choose a tag to compare

Added

  • create_search_api_client, search, create_interest_api_client and follow now take an extra keep_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.

v2.0.0

17 Oct 11:50
Compare
Choose a tag to compare

Changed

  • 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

30 Aug 11:31
Compare
Choose a tag to compare

Added

  • Search example.

Changed

  • TLS is now an optional feature which needs to be enabled explicitly.
  • Updated to IOTICS API v0.0.12.