From 78c328992a953aed1da821f0f881cc28c3766f32 Mon Sep 17 00:00:00 2001 From: Bill Berry Date: Tue, 10 Jan 2017 16:45:03 -0800 Subject: [PATCH 1/2] Include GZip Compression NodeJS module in list Add a GZip Compression NodeJS module to the list of community modules. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd98e493..2a103641 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ a module to find out how to get it, who supports it, etc. >|---------------|---------------------------------------------|-----------------------------| >| Modbus | https://github.com/Azure/iot-gateway-modbus | 2016-11-18 | >| OPC-UA Client | https://github.com/Azure/iot-gateway-opc-ua | 2016-11-18 | +>| GZip Compression (NodeJS) | https://github.com/Azure/iot-gateway-compression-gzip-nodejs | *latest* | We'd love to feature your module here! See our [Contribution guidelines](Contributing.md) for more info. From 83875fae84342935100106ef75e1f56a95480ffe Mon Sep 17 00:00:00 2001 From: Bill Berry Date: Fri, 13 Jan 2017 14:19:58 -0800 Subject: [PATCH 2/2] Update target SDK version for NodeJS Compression Module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a103641..b661c77c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ a module to find out how to get it, who supports it, etc. >|---------------|---------------------------------------------|-----------------------------| >| Modbus | https://github.com/Azure/iot-gateway-modbus | 2016-11-18 | >| OPC-UA Client | https://github.com/Azure/iot-gateway-opc-ua | 2016-11-18 | ->| GZip Compression (NodeJS) | https://github.com/Azure/iot-gateway-compression-gzip-nodejs | *latest* | +>| GZip Compression (NodeJS) | https://github.com/Azure/iot-gateway-compression-gzip-nodejs | 2016-12-16 | We'd love to feature your module here! See our [Contribution guidelines](Contributing.md) for more info.