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

[Question] What is the usage of EventMeshVersion? #3205

Closed
1 task done
ileonli opened this issue Feb 19, 2023 · 2 comments
Closed
1 task done

[Question] What is the usage of EventMeshVersion? #3205

ileonli opened this issue Feb 19, 2023 · 2 comments
Labels
question Further information is requested Stale

Comments

@ileonli
Copy link

ileonli commented Feb 19, 2023

Search before asking

  • I had searched in the issues and found no similar issues.

Question

EventMeshVersion class have a Version enum, and current version is 3.0.0.

public enum Version {
    V3_0_0,
    V3_0_1,
    V3_1_0,
    V3_2_0,
    V3_3_0
}
public static final String CURRENT_VERSION = Version.V3_0_0.name();

I checked the git history, I found it has a long time not to update. Did we forget to update it? Does it still work?

Looking forward to your reply, thanks.

@ileonli ileonli added the question Further information is requested label Feb 19, 2023
@pandaapo
Copy link
Member

It will be updated if this pr #4055 can be merged.

Copy link
Contributor

It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on this matter at any time, as the community is more than willing to engage in discussions regarding the development and optimization directions of this feature.

If you feel that your issue has been resolved, please feel free to close it. Should you have any additional information to share, you are welcome to reopen this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Stale
Projects
None yet
Development

No branches or pull requests

2 participants