Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.34k stars 1.98k forks source link

Release plans for Computer Vision API client #2106

Closed elarbi closed 5 years ago

elarbi commented 6 years ago

Hello,

The Computer Vision Client 1.0.0-beta version available on Maven central repo has a bug that's already corrected on the github repo. The bug is in the com.microsoft.azure.cognitiveservices.vision.computervision.models.OcrResult#language field that has OcrResult type instead of String. Could you please tell us when the current version will be available on Maven central repo ?

The latest version on Maven central repo I could find: https://search.maven.org/#artifactdetails%7Ccom.microsoft.azure.cognitiveservices%7Cazure-cognitiveservices-computervision%7C1.0.0-beta%7Cjar

milismsft commented 6 years ago

@elarbi The changes reflecting the latest state of the service are already checked in into the repo that have not been published to Maven yet. I would expect that to happen in the next couple weeks.

Meanwhile it would be great if you can clone the repo you should be able to build the library locally and use it for the time being. And please get back to us with any other issues you might find; it will be great to get those fixed before we publish the library update to Maven.

praries880 commented 5 years ago

This is done. Closing the issue