Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Apollo 2.1.0
* [fix the exception occurred when publish/rollback namespaces with grayrelease](https://github.com/apolloconfig/apollo/pull/4564)
* [fix create namespace with single dot 500 error](https://github.com/apolloconfig/apollo/pull/4568)
* [Add overloaded shortcut method to register BeanDefinition](https://github.com/apolloconfig/apollo/pull/4574)
* [Add nodejs client sdk and fix doc](https://github.com/apolloconfig/apollo/pull/4590)

------------------
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/11?closed=1)
2 changes: 1 addition & 1 deletion docs/zh/usage/apollo-open-api-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ namespaceName | 所管理的Namespace的名称,如果是非properties格式,
- [3.2.8 获取 Namespace 当前编辑人](#_328-获取某个namespace当前编辑人接口)
- [3.2.9 获取具体配置项](#_329-读取配置接口)
- [3.2.10 新增配置项](#_3210-新增配置接口)
- [3.2.11 需改配置项](#_3211-修改配置接口)
- [3.2.11 修改配置项](#_3211-修改配置接口)
- [3.2.12 删除配置项](#_3212-删除配置接口)
- [3.2.13 发布 Namespace](#_3213-发布配置接口)
- [3.2.14 获取 Namespace 最后一次发布的内容](#_3214-获取某个namespace当前生效的已发布配置接口)
Expand Down
6 changes: 6 additions & 0 deletions docs/zh/usage/third-party-sdks-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@

> 非常感谢[@zhangxh1023](https://github.com/zhangxh1023)提供NodeJS Apollo客户端的支持

### Apollo NodeJS 客户端 8

项目地址:[@vodyani/apollo-client](https://github.com/vodyani/apollo-client)

> 非常感谢[@ChoGathK](https://github.com/ChoGathK)提供NodeJS Apollo客户端的支持

## 4. PHP

### Apollo PHP 客户端 1
Expand Down