Azure-Samples / cognitive-services-speech-sdk

Sample code for the Microsoft Cognitive Services Speech SDK
MIT License
2.94k stars 1.86k forks source link

Release notes for speech sdk linux #2469

Closed krambojun closed 2 months ago

krambojun commented 4 months ago

Is there an api which lists releases of https://aka.ms/csspeech/linuxbinary (ideally in json or xml format) ? i am trying to use the Renovate bot and need to define a custom data source in order to look for specific versions.

pankopon commented 4 months ago

Hi, there is no such API so you would need to parse the version numbers from published release information. Some possible sources:

Note that the SpeechSDK-Linux.tar.gz is guaranteed to be updated only on main (x.y.0) releases, minor/hotfix releases (x.y.1, x.y.2...) do not necessarily include all packages if e.g. Linux is not affected by changes.

github-actions[bot] commented 3 months ago

This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label.

pankopon commented 2 months ago

Closed as answered.