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

refactor!: remove BpmnVisualization.getVersion #3231

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

tbouffard
Copy link
Member

This method was deprecated in 0.43.0 and replaced by the getVersion function.

BREAKING CHANGES: The BpmnVisualization.getVersion method is now removed. Use the getVersion function instead.

Notes

Closes #2966

Version 0.43.0 was released over a year ago, so the depreciation period is sufficient to remove the method.
What's more, all the examples and demonstrations in the Process Analytics organization already use the new function, so we can safely remove the old method.

This method was deprecated in 0.43.0 and replaced by the `getVersion` function.

BREAKING CHANGES: The `BpmnVisualization.getVersion` method is now removed. Use the `getVersion` function instead.
@tbouffard tbouffard added the refactoring Code refactoring label Dec 17, 2024
Copy link

github-actions bot commented Dec 17, 2024

♻️ PR Preview 7e28698 has been successfully destroyed since this PR has been closed.

🤖 By surge-preview

Copy link

github-actions bot commented Dec 17, 2024

♻️ PR Preview 7e28698 has been successfully destroyed since this PR has been closed.

🤖 By surge-preview

@tbouffard tbouffard marked this pull request as ready for review December 17, 2024 08:01
@tbouffard tbouffard requested a review from csouchet December 17, 2024 08:01
@tbouffard tbouffard merged commit ec927df into master Dec 17, 2024
25 checks passed
@tbouffard tbouffard deleted the refactor/2966-remove_BpmnVisualization.getVersion branch December 17, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[INFRA] Remove deprecated API marked for removal in v0.45.0
2 participants