openai / openai-openapi

OpenAPI specification for the OpenAI API
https://platform.openai.com/docs/api-reference/introduction
MIT License
1.11k stars 329 forks source link

Please consider bumping the api's minor version when openapi specs is updated #267

Open jianghoy opened 1 month ago

jianghoy commented 1 month ago

Hi, today when I debugged my program call using an unofficial Clojure client, I noticed that the client itself wasn't aware that the openapi specs it use is already outdated. I noticed that despite various functionality improvement in the openapi specs itself the version stays at 2.0.0 for a long time, which causes downstream apps to be oblivious of such being out of sync. Please consider updating the api's version itself when there are functional changes to the api.

Ovid commented 1 month ago

Yes, please!

StephenHodgson commented 2 weeks ago

Agreed.