Hello,
As we’re all aware, not all SDKs are covered by Google for the Gemini API. I happened to be building a custom one for PHP but I’ve noticed some changes keep being made in the Gemini API documentation without notice and only those covered in the released SDKs benefit as the maintainers of the respective client libraries for the Official clients are aware of new changes.
It’s hard, however, for individuals who freely commit time to build custom clients for those languages that don’t have an official library. So my request is if it’s possible to have a public-facing changelog of the documentation so the general public can keep track of changes made in the documentation for the API syntax. It’d really be helpful for external client library maintainers. Thank you. For PHP I have covered all methods in the beta version and plan to release next week. Only doing final review this weekend and will push under MIT License.