All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix - Expose CircleAPI as part of iotics_api helper
- Updated to IOTICS Public API v1.3.2
- Add range to list twins
- Updated to IOTICS Public API v1.3.0
- BREAKING CHANGE
- removal of hostId from SparqlQueryResponse
- structure of SparqlQueryResponse no longer treated as dictionary of dictionaries
- enable SPARQL queries over federated knowledge graph
- BREAKING CHANGE - IOTICS Public API - removed createdAt from SearchResponse, ListAllTwinsResponse, and DescribeTwinResponse
4.0.2 - 2024-01-23
- Enable keep alive of grpc channel by default
4.0.1 - 2023-09-21
- Bug fix - feed sharing invalid mimetype
4.0.0 - 2023-06-28
- BREAKING CHANGE - Removed deprecated visibility
- BREAKING CHANGE - Changed made parameter names more consistent
3.0.1 - 2023-05-23
- Add CreateInput and UpdateInput methods.
3.0.0 - 2023-01-31
- Rename allowlist allhost/nohost values to all/none
2.0.4 - 2023-01-24
- Updated the grpcio dependency to >=1.50.0
2.0.3 - 2022-12-13
- Fixed bug in the
update_channel
method of theIoticsApi
Class. It now creates and initialises new instances of the APIs in order to correctly use an updated version of their methods.
2.0.2 - 2022-11-09
- different mandatory env vars for the IdentityAuth example, no user seed, user&agent pre-created
2.0.1 - 2022-10-31
- change to use tagged version 0.0.16 of api from PR of api
2.0.0 - 2022-10-07
- BREAKING CHANGE - Update to handle breaking changes in Iotics API, major change here is the change of TwinID Protobuf definition to include hostId (HostTwinDID)
- docker and makefile fixes for mac and changes in buf