You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/03/02 00:58:44 UTC

[servicecomb-service-center] branch master updated: [feat] add sc 2.1.0 releaseNotes (#1279)

This is an automated email from the ASF dual-hosted git repository.

littlecui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 407e9f4  [feat] add sc 2.1.0 releaseNotes (#1279)
407e9f4 is described below

commit 407e9f48424ff56f72e165e8a9a604eb7d999281
Author: robotljw <79...@qq.com>
AuthorDate: Wed Mar 2 08:53:07 2022 +0800

    [feat] add sc 2.1.0 releaseNotes (#1279)
---
 docs/release/Readme.md             |  1 +
 docs/release/releaseNotes-2.1.0.md | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/docs/release/Readme.md b/docs/release/Readme.md
index 2dadc2a..f487a3f 100644
--- a/docs/release/Readme.md
+++ b/docs/release/Readme.md
@@ -2,6 +2,7 @@
 
 #### Release Notes
 
+- [Service-Center-2.1.0 Release Notes](releaseNotes-2.1.0.md)
 - [Service-Center-2.0.0 Release Notes](releaseNotes-2.0.0.md)
 - [Service-Center-1.1.0 Release Notes](releaseNotes-1.1.0.md)
 - [Service-Center-1.0.0 Release Notes](releaseNotes-1.0.0.md)
diff --git a/docs/release/releaseNotes-2.1.0.md b/docs/release/releaseNotes-2.1.0.md
new file mode 100644
index 0000000..6fb5460
--- /dev/null
+++ b/docs/release/releaseNotes-2.1.0.md
@@ -0,0 +1,27 @@
+# Release Notes
+        Release Notes - Apache ServiceComb - Version service-center-2.1.0
+
+### Bug
+- [SCB-2400](https://issues.apache.org/jira/browse/SCB-2400) - Govern api return empty schemaIds
+- [SCB-2403](https://issues.apache.org/jira/browse/SCB-2403) - Start up failed when upgrade sc version
+- [SCB-2404](https://issues.apache.org/jira/browse/SCB-2404) - Return internal properties when list all microservices
+- [SCB-2411](https://issues.apache.org/jira/browse/SCB-2411) - Try dlock before start retirement job
+- [SCB-2418](https://issues.apache.org/jira/browse/SCB-2418) - Fix etcd metrics not correct
+- [SCB-2420](https://issues.apache.org/jira/browse/SCB-2420) - Can not delete unused role
+### New Feature
+- [SCB-2402](https://issues.apache.org/jira/browse/SCB-2402) - Support synchronization of multiple registries
+- [SCB-2401](https://issues.apache.org/jira/browse/SCB-2401) - Append inner properties when heartbeat success
+- [SCB-2408](https://issues.apache.org/jira/browse/SCB-2408) - Add put instance service
+- [SCB-2409](https://issues.apache.org/jira/browse/SCB-2409) - Add resource usage service
+- [SCB-2412](https://issues.apache.org/jira/browse/SCB-2412) - Add dlock service
+- [SCB-2414](https://issues.apache.org/jira/browse/SCB-2414) - Add schema retire cron job
+- [SCB-2415](https://issues.apache.org/jira/browse/SCB-2415) - Add schema ref
+- [SCB-2419](https://issues.apache.org/jira/browse/SCB-2419) - Add govern service
+### Improvement
+- [SCB-2405](https://issues.apache.org/jira/browse/SCB-2405) - Use dlock instead
+- [SCB-2406](https://issues.apache.org/jira/browse/SCB-2406) - Using cari's mongo db client
+- [SCB-2407](https://issues.apache.org/jira/browse/SCB-2407) - Using cari db client
+- [SCB-2410](https://issues.apache.org/jira/browse/SCB-2410) - Refactoring disco service
+- [SCB-2413](https://issues.apache.org/jira/browse/SCB-2413) - Refactoring RBAC datasource interface
+- [SCB-2416](https://issues.apache.org/jira/browse/SCB-2416) - Refactoring quota mgr
+- [SCB-2417](https://issues.apache.org/jira/browse/SCB-2417) - Refactoring schema service
\ No newline at end of file