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.
6.0.0 - 2024-07-10
- BREAKING CHANGE - Allow passing in of optional mime type to sending an input message
- This is a breaking change as the function signature has changed and mime type now defaults to
application/json; charset=utf-8
instead ofapplication/json
- This is a breaking change as the function signature has changed and mime type now defaults to
5.0.0 - 2024-05-07
- Updated IOTICS API to v1.3.0
- Removes deprecated explorer
4.2.0 - 2024-05-07
- Updated IOTICS API to v1.1.0
- Now a federated knowledge graph (FKG) query is performed on a call to SparqlQuery when global scope is requested
4.1.0 - 2024-03-25
- Add exposing fetch store last call and example
4.0.1 - 2024-03-15
- Fixed how we're declaring how we do modules in the package
4.0.0 - 2024-01-24
- BREAKING CHANGE - IOTICS Public API v1.0.1 - removed createdAt from SearchResponse, ListAllTwinsResponse, and DescribeTwinResponse
3.1.0 - 2023-06-28
- Updated IOTICS API to v0.0.19
3.0.4 - 2023-04-21
- Updated README with how to use WebSocket transport.
- Changed search to not return empty responses for multiple pages.
- Fixed list all twins to check for error responses before other actions.
3.0.3 - 2022-12-22
- Set mime type of feed share to application/json
3.0.2 - 2022-12-14
- Added function to convert js Date to google protobuf timestamp
3.0.1 - 2022-11-01
- README compatibility table update
3.0.0 - 2022-11-01
- Removed deprecated visibility
2.0.1 - 2022-10-12
- Exposed missing import types
2.0.2 - 2022-10-31
- change to use API v0.0.16 instead of PR
2.0.1 - 2022-10-12
- Exposed missing import types
2.0.0 - 2022-10-11
- BREAKING CHANGE - Update to handle breaking changes in Iotics API, major change here is the change of TwinID Protobuf definition to include hostId (HostTwinDID)
1.5.0 - 2022-09-26
- Update Iotics API to v0.0.13
- Added wrappers and example for Inputs
- Added Prettier formatter script via
yarn prettier:write
- Added linting script via
yarn lint
- Added precommit script via
yarn precommit
- Fixed examples/sparqlUpdate.ts invalid import
- Added github action for linting
1.4.0 - 2022-08-04
- Update Iotics API to v0.0.11
- Regenerated client files from v0.0.11 of api
- Added wrapper of ExplorerRequest
- Added example to use a keyword to initiate ExplorerRequest
1.3.0 - 2022-05-21
- Update Iotics API to v0.0.9
- Regenerated client files from v0.0.9 of api
- Created wrapper of SPARQLUpdate RPC call
- Created example of calling sparqlUpdate wrapper to run a simple query
1.2.0 - 2022-04-22
- Changed describeTwinApi call to now also take a remote host id in order to describe twins in remote spaces
1.1.1 - 2022-04-12
- sparqlQuery returns no results where there are > 9 chunks returned.
1.1.0 - 2022-03-24
- gRPC export in the main file to be used with Node.js based projects utilising the
setDefaultTransport
. - An example usage of search run with the
ts-node
. - Regenerated client files from v0.0.8 of api
- Created thin wrapper of sparqlQuery RPC call
- Created example of calling sparqlQuery wrapper to run a simple query
- Missing
whatwg-fetch
dependency.
1.0.2 - 2022-03-08
- Copyright and license information
1.0.1 - 2022-02-17
- Improvements in
listAllTwins
for better pagination and error handlings.
1.0.0 - 2022-02-16
- Initial release of
iotics-grpc-client-ts
.