chore: bump `emqx_resource` version to 0.1.7

Also add the changelog entry.
This commit is contained in:
Andrew Mayorov 2023-02-08 14:10:08 +03:00
parent c6fc0ec8cd
commit 81b1bab11e
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
3 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_resource, [
{description, "Manager for all external resources"},
{vsn, "0.1.6"},
{vsn, "0.1.7"},
{registered, []},
{mod, {emqx_resource_app, []}},
{applications, [

View File

@ -0,0 +1 @@
Fix the issue with the bridge resource buffer where it might become stuck if enough async queries fill the inflight window full before failing with retryable errors.

View File

@ -0,0 +1 @@
修复桥接资源缓冲区的问题,如果足够多的异步查询在失败并出现可重试错误之前将机上窗口填满,则可能会卡住。