chore: bump version && update changes

This commit is contained in:
firest 2023-05-31 17:26:31 +08:00
parent 6081ce8b00
commit ce32526c96
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_bridge_tdengine, [
{description, "EMQX Enterprise TDEngine Bridge"},
{vsn, "0.1.2"},
{vsn, "0.1.3"},
{registered, []},
{applications, [kernel, stdlib, tdengine]},
{env, []},

View File

@ -0,0 +1,8 @@
Refactored some bridges to avoid leaking resources during crashes at creation, including:
- TDEngine
- WebHook
- LDAP
- MongoDB
- MySQL
- PostgreSQL
- Redis