chore: bump version && update changes
This commit is contained in:
parent
6081ce8b00
commit
ce32526c96
|
@ -1,6 +1,6 @@
|
||||||
{application, emqx_bridge_tdengine, [
|
{application, emqx_bridge_tdengine, [
|
||||||
{description, "EMQX Enterprise TDEngine Bridge"},
|
{description, "EMQX Enterprise TDEngine Bridge"},
|
||||||
{vsn, "0.1.2"},
|
{vsn, "0.1.3"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib, tdengine]},
|
{applications, [kernel, stdlib, tdengine]},
|
||||||
{env, []},
|
{env, []},
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
Refactored some bridges to avoid leaking resources during crashes at creation, including:
|
||||||
|
- TDEngine
|
||||||
|
- WebHook
|
||||||
|
- LDAP
|
||||||
|
- MongoDB
|
||||||
|
- MySQL
|
||||||
|
- PostgreSQL
|
||||||
|
- Redis
|
Loading…
Reference in New Issue