Comparing version 3.6.0 to 3.6.1
3.6.1 / 2019-04-15 | ||
================== | ||
**fixes** | ||
* [[`7e5c6a4`](http://github.com/ali-sdk/ali-ons/commit/7e5c6a4ccf3f488df0f0e41a9a7bcfb0aadefb14)] - fix: not set nameSrv by default (#77) (zōng yǔ <<gxcsoccer@users.noreply.github.com>>) | ||
3.6.0 / 2019-04-15 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -22,3 +22,3 @@ 'use strict'; | ||
// https://help.aliyun.com/document_detail/102895.html 阿里云产品更新,支持实例化 | ||
nameSrv: 'onsaddr.mq-internet-access.mq-internet.aliyuncs.com:80', | ||
// nameSrv: 'onsaddr.mq-internet-access.mq-internet.aliyuncs.com:80', | ||
onsChannel: 'ALIYUN', // CLOUD, ALIYUN, ALL | ||
@@ -25,0 +25,0 @@ }; |
@@ -196,3 +196,3 @@ 'use strict'; | ||
if (this.namespace && !msg.topic.startsWith(this.namespace)) { | ||
if (this.namespace && (!msg.topic.startsWith(this.namespace) || !msg.topic.startsWith(MixAll.RETRY_GROUP_TOPIC_PREFIX))) { | ||
msg.topic = `${this.namespace}%${msg.topic}`; | ||
@@ -199,0 +199,0 @@ } |
{ | ||
"name": "ali-ons", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "Aliyun Open Notification Service Client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152095