Azure IoT Gateway SDK
New Features
Out of process modules for Azure IoT Gateway
Added capability to have a .NET Core Managed Gateway loading .NET Core modules (Including sample)
Java Out of process modules
Re-implement Node.js binding using libuv async
Build gateway SDK for macOS (Core C Components and the Java Binding)
New Gateway_UpdateFromJson api, which enables to dynamically create Modules, Loaders and Links from JSON Content.
Changes/Bug Fixes
Fixed issue with .NET Core binding on a gateway running on Windows 32-bit.
Building .NET Core as "Any CPU" instead of specific architecture.
Updated .NET Core version for 1.1.1.
Fix .NET Core CLR Path Parser on Json.
Cleanup of warnings and errors after enabling compiler secure flags and compiler warnings.
Update Windows instructions in devbox setup.