-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add RAT Headers * Add 2.0.0 release notes
- Loading branch information
1 parent
427393c
commit 9ed770a
Showing
10 changed files
with
202 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Release Notes | ||
Release Notes - Apache ServiceComb - Version service-center-2.0.0 | ||
<h2> Bug | ||
</h2> | ||
<ul> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-2259'>SCB-2259</a>] - gopool can not reuse worker with certainty | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-2176'>SCB-2176</a>] - SD Cache is not consistency | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-1720'>SCB-1720</a>] - Service-center consumes huge CPU when it is disconnected from etcd | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-1069'>SCB-1069</a>] - Wrong response of batch delete microservices API | ||
</li> | ||
</ul> | ||
<h2> New Feature | ||
</h2> | ||
<ul> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-2133'>SCB-2133</a>] - governance northbound Interface / abstract access layer | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-2094'>SCB-2094</a>] - New datasource architecture | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-2093'>SCB-2093</a>] - Supplement the role module of rbac | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-952'>SCB-952</a>] - Support sync ServiceComb service to Kubernetes | ||
</li> | ||
</ul> | ||
|
||
|
||
<h2> Improvement | ||
</h2> | ||
<ul> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-624'>SCB-624</a>] - Abstract service layer between api and cache | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-489'>SCB-489</a>] - Suggest to add Service Center user guide and development guide to the ServiceComb official website | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-438'>SCB-438</a>] - As SC model is changing, we should keep SC proto spec in isolated project, so that go sdk can import same model as SC does | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-2022'>SCB-2022</a>] - Migrate service-center documents to sphinx | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-1712'>SCB-1712</a>] - Reset the etcd cache periodically | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-1545'>SCB-1545</a>] - add support env config for logfilepath and logfile level | ||
</li> | ||
<li>[<a href='https://issues.apache.org/jira/browse/SCB-1042'>SCB-1042</a>] - Support upload SC schemas | ||
</li> | ||
</ul> | ||
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
ab -n 10000 -c 10 -p login.json "http://127.0.0.1:30100/v4/token" |