Skip to content

Releases: apache/servicecomb-service-center

Service-Center 0.5.0 Release

07 Dec 14:51
2288562
Compare
Choose a tag to compare

ChangeLog

  • New feature: New API to add or update micro-service dependency. #196
  • schema modify rule by service env #195
  • Bug fix: the wrong default 'auto_sync_interval' value. #194
  • New feature: Add server information in version api. #193
  • add quota check rule by tenant #192
  • New feature: Easy to extend modules mechanism. #190
  • 新增framework registerby 的swagger信息 #189
  • Optimize code. #188
  • Bug fix: Find api can build the dependency even if the consumer has no permission. #187
  • Bug fix: Get the wrong results from service dependency. #186
  • Optimize code. #185
  • Bug fix: Modify v3.yaml file #184
  • Bug fix: the existence api always returns micro-services in dev env. #183
  • update readme to let people know what sc can do that other reigistry #182
  • framework参数改为小写参数存储 #181
  • 1.endpoint summary key modify 2.delele schema bug fix 3.quota buildin modify #180
  • Optimize log print when sc panic. #179
  • 增加默认扩展参数framework{name, version} , registerBy;增加status默认参数UP #178
  • Changes and bug fixes #177
  • cipher suit client and server spilt, client add TLS_RSA_WITH_AES_128_CBC_SHA256 #173
  • Bug fix: SC will hung in new registry plugin instance when startup with TLS. #172
  • Bug fixes #171
  • New feature: Server response cache handler. #170
  • endpoint check #169
  • New feature: govern api supports 'appId' and 'serviceName' parameters query. #168
  • SC plugin manager and Add service-center error codes. #167
  • delete unuse file #166
  • instance register, add endpoints key to improve performance #164
  • Optimize log print and domain/project generative mechanism. #161
  • Changes: rename 'tenant' to 'domain' and add 'project' key. #160
  • New features: Add paging option in registry client and metrics key design. #158
  • quota report bug fix #157
  • Bug fixes: the real client ip is wrong. #156
  • [JAV-483]Optimize asynchronous heartbeat api #155
  • yaml update #154
  • Fix the auth failure in v3 api /version and /health. #152
  • New features and bug fixes #151
  • Added script files for windows and linux #150
  • sync #148
  • dev mode,can change,add,etc for schema #147
  • Optimize register instance. #146

China Mirror Links for Release is here

Service-Center 0.4.0 Release

30 Oct 03:34
Compare
Choose a tag to compare

ChangeLog

Service-Center

  • Optimize router. #144
  • Update v4 domain and project. #143
  • quota modify #142
  • Restore support for v3 api. #140
  • update response for gov service #139
  • Optimize governance api. #138
  • Optimize self perservation #136
  • Optimize request context. #135
  • Changes: Update APIs version from v3 to v4. #134
  • find dependency bug fix #133
  • Changes: SC version and build tag. #132
  • schemas api ,add info in services.yaml #130
  • SC-66 Add upload schemas api #128
  • Optimize versionrule.go #126
  • Add /metrics api. #125
  • sync loacl from remote #122
  • Optimize log print. #121
  • Optimize heartbeat log print. #120
  • bug fix #119
  • Optimize log performance. #115
  • Bug fixes and new features #113
  • Remove re-dundant dependencies #112

Frontend:

  • dashboard page is redesigned #110
  • SC-54 Proxy server for testing schema #117
  • [SC-57] Web Implementation of Test Schema #116
  • [SC-57] logic changed in extracting ip and port from rest protocol #118
  • downloading schema as html file implemented #123
  • Service List sort order correction #127
  • Add introduction for SC UI and update Api Docs #131
  • new v4 api's implemented #141
  • Deleting services implemented #145

China Mirror links for the release is here

Service-Center 0.2.0

29 Sep 09:50
Compare
Choose a tag to compare

ChangeLog

Service-Center

  1. #61 Set Http Client Default timeout
  2. #66 Optimize Service-centre and change Key Design.
  3. #69 Optimize dependency flow
  4. #71 Fix Multiple Bug: Return wrong result in list & watch Api Bug, Limiter Concurrent Bug, Finding serviced does not use cache Bug, Lost even of instance when service rule changed bug.
  5. #72 Support add of properties tag.
  6. #73 Update API Docs
  7. #74 Push ‘Expire’ event when service tags or rules changed, Add ‘modTimestamp’ in instance struct, Support custome logger, Watch Apu support handling close message.
  8. #76 Do not support custom instance environment(rename: stage) rule, set the rule to 'development|testing|acceptance|production'
  9. #77 Update Govern Service API
  10. #78 Optimize Dependency
  11. #80 Support hot reload(kill -HUP PID) like nginx, Fix Startup failure in SSL mode, Fix Memory leak in async task.
  12. #83 Add tag and schema size limit , add some test code
  13. #86 Support Self Preservation, Update max header size to 32kb, remove unused key ‘epsindex’, Fix panix in etcd locker, fix regular expression error, Fix refresh dependency cache in query.
  14. #88 Support ‘noCache’ in all query api’s, update region and zone regular expression.
  15. #93 Fix Dependency Bug
  16. #96 Modify Quota Plugin
  17. #97 Update SC Swagger File, Deleete redundancy options in etcdsysnc.
  18. #106 Fix Quota Apply Bug

Frontend

  1. #90 Initial commit for frontend.
  2. #91 Service Provider and Service Consumer Pages.
  3. #94 Display Schema List.
  4. #99 Support Chinese Locale.
  5. #104 Test schema implemented and servicesList page modified.
  6. #105 Update UI design for SC body
  7. #107 Removed grunt and added golang server to run UI
  8. #108 Dashboard page is redesigned
  9. #109 Updated the port of SC Frontend

China Mirror Links for Release is here

Service-Center 0.1.1

14 Aug 09:16
Compare
Choose a tag to compare

ChangeLog

  1. #49 Support CORS, Update etcd lib version, support async heartbeat and cache etcd data.
  2. #50 Support batch delete service.
  3. #51 Support more special characters in instance's 'endpoints' field.
  4. #53 Cache store in parallel and modify '/version' api.
  5. #55 Optimize startup time.
  6. #57 Optimize log print in SSL mode.
  7. #48 Contribution and Docker image creation guide.
  8. #52 Design document for Service-Center.
  9. #45 API Documentation for Service-Center.

Service-Center 0.1.0

28 Jul 09:21
Compare
Choose a tag to compare

ChangeLog

  1. [SC-26] New Watch API Endpoint for getting full list of instances.
  2. [SC-13] Support plugins, Listen&Watch Etcd. Remove Cron package. Use UUID for Service & Instance ID
  3. #34 Deadlock bug fix and adjust max limit of request body.
  4. [SC-7] Integration test for Service-Center.
  5. [SC-3] Added gvt for dependency management.
  6. [SC-5] [SC-1] Service-Center Code restructure and removal of all redundant packages and code cleanup.
  7. [SC-19] Support for making custom docker images for service-center.
  8. [SC-14] Performance Benchmarking test cases for basic API’s.
  9. [SC-6] One shot scripts for running IT and UT in dev env.
  10. [SC-24] Go Report Badge and improve static check of Service Center.
  11. [SC-16] Updated the request and response structure of API’s in examples.
  12. [SC-23] SC-21 Multiple jobs in travis CI and go version upgrade to 1.8.

0.1.0-m1

16 Jun 03:17
Compare
Choose a tag to compare
JAV-14  Use travis ci to compile service-center. (#9)