Releases: yokawasa/azure-log-analytics-data-collector
Releases · yokawasa/azure-log-analytics-data-collector
v0.5.0
- Check body size not to exceed data limit of 30MB in Azure Monitor Data Collection API - issue #12
v0.4.0
- restclient retries request on the following status code - issue #10
- 429 - Too Many Requests
- 500 - Internal Server Error
- 503 - Service Unavailable
v0.3.0
- Enhance log type validation: check not only alpha but also numeric, underscore, and character length (may not exceed 100) - issue #11
v0.2.0
- Support setting the x-ms-AzureResourceId Header - issue #8