databricks-sdk-java icon indicating copy to clipboard operation
databricks-sdk-java copied to clipboard

[FEATURE] Make the SDK version programmatically accessible

Open dillitz opened this issue 2 years ago • 1 comments

Problem Statement There currently is no way to access the SDK version programmatically. If you want to check what version is used at runtime you have to pull the version out of the UserAgent string.

Proposed Solution Introduce a way to access the SDK version.

dillitz avatar Jul 19 '23 10:07 dillitz

@tanmay, can pull request the change? Please introduce the Version class with the single public constant field and refactor the UserAgent class. You also have to modify the .codegen.json to re-point version bump to a new file

nfx avatar Jul 19 '23 10:07 nfx