Skip to content

v3.0.0

Compare
Choose a tag to compare
@mihai-dinculescu mihai-dinculescu released this 23 Dec 12:06
· 17 commits to main since this release

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.