Open
Conversation
Contributor
Author
|
另外项目的测试文件不能正常运行,看起来是有些方法签名变了,但是测试文件没有及时跟随变更。我添加了一个issue #332 追踪这个问题。 |
Collaborator
|
Contributor
Author
|
es8.0不知道是否支持,es7.10我在本地验证过是没问题的,所以就写了7.11.我稍后试下7.17是否支持。如果支持的话,将最大版本改成8.0.0 |
change max version to 9.0.0 which means support 7.X and 8.X
Contributor
Author
|
修改了一下模板。测试了7.17和8.0.0可以正常运行。将最大版本改成了9.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
中文说明: 提交你的代码
升级es SDK,增加对es7的支持。
这是一个breaking change,目前对于没有历史数据,新起的服务是可以正常运行的。由于我对这个项目和es还不是特别熟悉,如果有什么错误或者没有考虑到的地方,希望得到指正。