From 96df3ad16e60fad2b1e5b28c5d0daf7044ae99e0 Mon Sep 17 00:00:00 2001 From: Tushar Ranjan Behera Date: Thu, 17 Dec 2020 21:00:40 +0530 Subject: [PATCH] Release Notes for v1.8.1 and v1.9.1 (#7) Signed-off-by: Behera, Tushar Ranjan --- release-notes-v1.8.1.md | 16 ++++++++++++++++ release-notes-v1.9.1.md | 17 +++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 release-notes-v1.8.1.md create mode 100644 release-notes-v1.9.1.md diff --git a/release-notes-v1.8.1.md b/release-notes-v1.8.1.md new file mode 100644 index 0000000..9a09025 --- /dev/null +++ b/release-notes-v1.8.1.md @@ -0,0 +1,16 @@ +v1.8.1 + +### Fixed Issues + +**client-sdk**: The link for the TPM2_TSS_ENGINE component specified in SDO 1.8.0 release no longer exists. The issue was fixed by updating the link to latest stable release. See this [Github issue](https://github.com/secure-device-onboard/client-sdk/issues/64) for details. +**pri**: In SDO 1.8.0 release, the PRI TO0Client and Device implementations were not able to complete TO0/TO1 operations against hosted Rendezvous service if they were executed in an open network (not behind a proxy). The issue was fixed by specifying HTTP version as 1.1 for all HTTP clients. See this [Github issue](https://github.com/secure-device-onboard/pri/issues/45) for details. + +### Supported hardware platforms + +**client-sdk**: X86, ARM-SE (source only) + +### Documentation + +https://secure-device-onboard.github.io/docs/ + +*Please ignore Source code zip/tar.gz files. These are default artifacts generated during GitHub Release process.* diff --git a/release-notes-v1.9.1.md b/release-notes-v1.9.1.md new file mode 100644 index 0000000..cf593e0 --- /dev/null +++ b/release-notes-v1.9.1.md @@ -0,0 +1,17 @@ +v1.9.1 + +### Fixed Issues + +**client-sdk**: The link for the TPM2_TSS_ENGINE component specified in SDO 1.9.0 release no longer exists. The issue was fixed by updating the link to latest stable release. See this [Github issue](https://github.com/secure-device-onboard/client-sdk/issues/64) for details. +**iot-platform-sdk**: In SDO 1.9.0 release, the TO0Scheduler was not able to complete TO0 operations against hosted Rendezvous service if it was executed in an open network (not behind a proxy). The issue was fixed by specifying HTTP version as 1.1 for all HTTP clients. See this [Github issue](https://github.com/secure-device-onboard/pri/issues/45) for details. +**pri**: In SDO 1.9.0 release, the PRI TO0Client and Device implementations were not able to complete TO0/TO1 operations against hosted Rendezvous service if they were executed in an open network (not behind a proxy). The issue was fixed by specifying HTTP version as 1.1 for all HTTP clients. See this [Github issue](https://github.com/secure-device-onboard/pri/issues/45) for details. + +### Supported hardware platforms + +**client-sdk**: X86, ARM-SE (source only) + +### Documentation + +https://secure-device-onboard.github.io/docs/ + +*Please ignore Source code zip/tar.gz files. These are default artifacts generated during GitHub Release process.*