chore: add changelog for bridges `function_clause` fixes

This commit is contained in:
Serge Tupchii 2023-09-01 17:09:57 +03:00
parent 607705518b
commit bc9b270308
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Fix several emqx_bridge issues:
- fix Cassandra bridge connect error occurring when the bridge is configured without username/password
(Cassandra doesn't require user credentials when it is configured with `authenticator: AllowAllAuthenticator`)
- fix SQL Server bridge connect error caused by an empty password
- make `username` a required field in Oracle bridge
- fix IoTDB bridge error caused by setting base URL without scheme (e.g. `<host>:<port>`)