github Azure/azure-sdk-for-python azure-ai-textanalytics_5.1.0b2

latest releases: azure-monitor-opentelemetry_1.5.0, azure-monitor-opentelemetry-exporter_1.0.0b26, azure-mgmt-oracledatabase_1.0.0b1...
pre-release3 years ago

5.1.0b2 (2020-10-06)

Breaking changes

  • Removed property length from CategorizedEntity, SentenceSentiment, LinkedEntityMatch, AspectSentiment, OpinionSentiment, and PiiEntity.
    To get the length of the text in these models, just call len() on the text property.
  • When a parameter or endpoint is not compatible with the API version you specify, we will now return a ValueError instead of a NotImplementedError.
  • Client side validation of input is now disabled by default. This means there will be no ValidationErrors thrown by the client SDK in the case of malformed input. The error will now be thrown by the service through an HttpResponseError.

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

NewReleases is sending notifications on new releases.