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

feat: upgrade from base line 8.1.0 to tag 8.4.2 #78 #230

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

hustjieke
Copy link
Contributor

@hustjieke hustjieke commented Sep 5, 2024

I hereby agree to the terms of the CLA available at: http://www.shannondata.ai/doc/cla/

Summary

Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR.

[summary]

  1. cover old code using tag-8.4.2
  2. from this commmit, backport code from past 810
  3. more than 842: CODE_OF_CONDUCT.md, README.md, ml
  4. ndb using c++20 feature: std::range::any_of() & std::range::none_of(), rollback to c++11 standard std::any_of() & std::none_of() for compile success in mac.

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

[summary]
1. cover old code using tag-8.4.2
2. from this commmit, backport code from past 810
3. more than 842: CODE_OF_CONDUCT.md, README.md, ml
4. ndb using c++20 feature: std::range::any_of() & std::range::none_of(), rollback to c++11 standard std::any_of() & std::none_of() for compile success in mac.
@hustjieke hustjieke force-pushed the upgrade_to_mysql-842 branch from e51baaa to 845dbdb Compare September 6, 2024 01:47
@hustjieke hustjieke marked this pull request as ready for review September 6, 2024 05:43
@hustjieke hustjieke force-pushed the upgrade_to_mysql-842 branch 3 times, most recently from 8f786c9 to 684947c Compare September 9, 2024 14:49
@ShannonBase ShannonBase merged commit 3157538 into Shannon-Data:main Sep 10, 2024
2 checks passed
@ShannonBase ShannonBase self-requested a review September 10, 2024 05:53
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

Successfully merging this pull request may close these issues.

feat(shannon): Upgrade to 8.4.x
2 participants