OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.97k stars 6.59k forks source link

[BUG] Version 7.10.0 Release Notes miss Kotlin Explicit API support #20136

Closed xsveda closed 5 days ago

xsveda commented 6 days ago

Version 7.10.0 Release Notes

https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.10.0

does not mention #19999 feature. The feature is actually included and working, I've just tested it on out project.

wing328 commented 6 days ago

the release note only highlights some of the changes (not all) as showing all changes make the release note too lengthy to read.

if you feel it's essential to include this one, i can update the release note

xsveda commented 5 days ago

I would be thankful for that.

I know few teams that are waiting for this feature.

Much appreciated.

wing328 commented 5 days ago

updated.

thanks for the feedback and the PR