8000 Upgrade to 1.4.4 by KomachiSion · Pull Request #8900 · alibaba/nacos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Upgrade to 1.4.4 #8900

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

Merged
merged 59 commits into from
Aug 8, 2022
Merged

Upgrade to 1.4.4 #8900

merged 59 commits into from
Aug 8, 2022

Conversation

KomachiSion
Copy link
Collaborator

Please do not create a Pull Request without creating an issue first.

What is the purpose of the change

XXXXX

Brief changelog

XX

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.

plusmancn and others added 30 commits May 17, 2021 10:07
….x-develop

[ISSUE #5945]Modify console-ui README.md to submit to v1.x-develop
…y with LocalEncryptedDataKeyProcessor.getEncryptDataKeySnapshot. (#7190)

* fix(#7188): LocalConfigInfoProcessor.getSnapshot need encryptedDataKey with LocalEncryptedDataKeyProcessor.getEncryptDataKeySnapshot.

* fix(#7188): delete double LocalConfigInfoProcessor.getSnapshot().
…lingRunnable). (#7191)

* fix(#7039): tmp fix EncryptedData Long-Polling listerning bug.

* fix(#7039): tmp fix EncryptedData Long-Polling listerning bug.
zrlw and others added 28 commits February 24, 2022 14:43
* apply PR #7564 from develop to catch exception when register self

* apply PR #6987 from develop to fix response success

* apply PR #6575 to read from leader when readIndex timeout
* set default connection lease request timeout

* change default connectionRequestTimeout to 5s

* remove useless code
… order between Log and GetRequest (#7863)

* add request type field and exchange Log and GetRequest parse order

* add unit test
… reduce memory cost, especially when DistroProtocol fetching full data from peer node in the initialization phase. (#8072) (#8075)
…nt` (#8145)

* add volatile modifier to `NamingProxy.serversFromEndpoint`

* optimize `onReceiveChecksums` in race condition

* judge responsible server in same localAddress; add `volatile` modifier for `EnvUtil.localAddress`
…fix #7869 and #7750. (#8189)

* get user info from session in UserController.
* simply some code in UserController.
* fix(#7284): log print ex details.

* fix(#7284): revert PushService Change
@KomachiSion KomachiSion merged commit a12ec4b into v1.X Aug 8, 2022
@CLAassistant
Copy link
CLAassistant commented Aug 8, 2022

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
17 out of 20 committers have signed the CLA.

✅ xiaomiusa87
✅ CherishCai
✅ ccoke
✅ MajorHe1
✅ hujun-w-2
✅ KomachiSion
✅ DanielLiu1123
✅ liqipeng
✅ qiugongzi
✅ jefferson-chern
✅ gaofeihang
✅ brotherlu-xcq
✅ onewe
✅ realJackSun
✅ pixystone
✅ zrlw
✅ li-xiao-shuang
❌ onlinechild
❌ plusmancn
❌ KeRan213539
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

0