github Azure/azure-sdk-for-net Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.0-beta.4

latest releases: Microsoft.Azure.Batch_16.3.1, Azure.Messaging.EventGrid_4.26.0, Azure.Communication.Chat_1.3.1...
pre-release10 months ago

1.0.0-beta.4 (2023-11-23)

Features

  • Added metrics to header. Will be used to track the number of requests and responses for each action.

Bugs Fixed

  • Updated ODataType signature. This was done to make sure the contracts were consistent across all services.
  • Empty or null response actions will throw a bad response. There should be at lease one action passed as this is the main purpose of the SDK library.
  • Made the source field in the request a required field.
  • Made the request validation errors return 500. This way, we can identify that 500 errors as internal and should be marked as failures whereas response object errors should return 400s since they are customer input errors and should be identified as CallerErrors in our service.
  • Made the ODataType field in the request a required field.
  • Made the errors for JSON payload more descriptive when an invalid character is passed.
  • Added JsonDocument TryParse check to validate payload is JSON format.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.