Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.39 KB

ChangeLog.md

File metadata and controls

44 lines (24 loc) · 1.39 KB

ChangeLog

0.5.0

  • Check body size not to exceed data limit of 30MB in Azure Monitor Data Collection API - issue #12

0.4.0

  • restclient retries request on the following status code - issue #10
    • 429 - Too Many Requests
    • 500 - Internal Server Error
    • 503 - Service Unavailable

0.3.0

  • Enhance log type validation: check not only alpha but also numeric, underscore, and character length (may not exceed 100) - issue #11

0.2.0

  • Support setting the x-ms-AzureResourceId Header - issue #8

0.1.6

0.1.5

  • Add endpoint parameter with the default value for Azure public - PR#5

0.1.4

  • Add set_proxy method to client - issue#3

0.1.2

0.1.1

  • rm helper.rb and include helper functions in client.rb

0.1.0

  • Inital Release