Skip to content

Releases: ealsur/HTTPDataCollectorAPI

Support for Azure Gov clouds

03 Oct 14:37
683c875
Compare
Choose a tag to compare

Support to use the library in Azure Gov clouds has been added as a new parameter in the constructor:

var collector = new  HTTPDataCollectorAPI.Collector("{Your_Workspace_Id}", "{Your_Workspace_Key}", "ods.opinsights.azure.us");

Authorization header fix

14 Dec 18:36
Compare
Choose a tag to compare

Fixes authorization header calculation when checking the length of the content

Date field support and perf improvements

22 Mar 13:09
Compare
Choose a tag to compare

Adding support for "time-generated-field" thanks to @sergsalo and reduced hashing calls.

Patch 1.0.1

26 Sep 17:08
Compare
Choose a tag to compare

Adding optional parameters to ICollector

Initial release

03 Sep 01:35
Compare
Choose a tag to compare
v1.0.0

Update README.md