eventmesh icon indicating copy to clipboard operation
eventmesh copied to clipboard

[Question] What is the usage of EventMeshVersion?

Open ileonli opened this issue 2 years ago • 2 comments

Search before asking

  • [X] 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 avatar Feb 19 '23 08:02 ileonli

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

pandaapo avatar May 31 '23 09:05 pandaapo

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.

github-actions[bot] avatar Apr 22 '24 18:04 github-actions[bot]