This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Azure IoT Gateway SDK
- Feature Proficy Historian module in our README (pull request #170 from @DBojsen)
- Enable stricter compile/link settings for C/C++ code
- Fix #161 by removing the call to
FreeLibrary()
/dlclose()
in the Node.js loader (node.dll is not meant to be unloaded) - Fix a crash in the .NET Core binding by making interop delegates static so they aren't garbage-collected
- Merge pull request #201 from @WilliamBerryiii (fix a typo in a one of the dev docs)
- For out-of-process modules, make channel identifiers more amenable to Posix-compliant systems (on which the identifier is actually a file reference)
- Add required metadata to Java binding POM (pull request #205 from @JunyiYi)