Comparing version 3.6.3 to 3.6.4
3.6.4 / 2019-05-10 | ||
================== | ||
**fixes** | ||
* [[`456cd1f`](http://github.com/ali-sdk/ali-ons/commit/456cd1f70d22161f51749f48737aa038e0b69f6a)] - fix: producer should format topic first (#81) (Hongcai Deng <<admin@dhchouse.com>>) | ||
3.6.3 / 2019-05-10 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -190,2 +190,3 @@ 'use strict'; | ||
await this.ready(); | ||
msg.topic = this.formatTopic(msg.topic); | ||
@@ -197,3 +198,2 @@ const topicPublishInfo = await this.tryToFindTopicPublishInfo(msg.topic); | ||
msg.topic = this.formatTopic(msg.topic); | ||
@@ -200,0 +200,0 @@ const maxTimeout = this.options.sendMsgTimeout + 1000; |
{ | ||
"name": "ali-ons", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"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
153193