Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure next release is backwards compatible with previous versions of Granta MI #368

Open
Andy-Grigg opened this issue Jan 29, 2025 · 1 comment

Comments

@Andy-Grigg
Copy link
Contributor

The next release of this package will be a major release since there is a change to the API, as introduced in #361

However, we would like to support previous versions of Granta MI with that new major release. Unfortunately, the underlying REST API has been modified, and since we have historically pinned a single version of the bindings library (serverapi-openapi), we need to make a change to enable this. There are two main ways we can do this:

  1. Depend on multiple versions of serverapi-openapi, and let the user choose which version to install
  2. Add multiple versions of the bindings to a new version of serverapi-openapi

Assuming the changes in the underlying API are not reverted, we need to choose one of these options before releasing.

@Andy-Grigg
Copy link
Contributor Author

Relevant: ansys/grantami-serverapi-openapi#311

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant