feat: upgrade mongodb-erlang library to support 5.1+

This commit is contained in:
Kjell Winblad 2023-01-09 14:37:19 +01:00
parent 7c2cd562b9
commit 6d63931353
3 changed files with 15 additions and 1 deletions

7
changes/v4.4.15-en.md Normal file
View File

@ -0,0 +1,7 @@
# v4.4.15
## Enhancements
- The MongoDB library has been upgraded to support MongoDB version 5.1 and greater.
## Bug fixes

7
changes/v4.4.15-zh.md Normal file
View File

@ -0,0 +1,7 @@
# v4.4.15
## 增强
- MongoDB库已升级至支持MongoDB 5.1及以上版本[#9707](https://github.com/emqx/emqx/pull/9707)。
## 修复

View File

@ -62,7 +62,7 @@
, {getopt, "1.0.1"}
, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "1.0.3"}}}
, {lc, {git, "https://github.com/emqx/lc.git", {tag, "0.3.2"}}}
, {mongodb, {git,"https://github.com/emqx/mongodb-erlang", {tag, "v3.0.17"}}}
, {mongodb, {git,"https://github.com/emqx/mongodb-erlang", {tag, "v3.0.19"}}}
, {epgsql, {git, "https://github.com/emqx/epgsql.git", {tag, "4.6.0"}}}
, {grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.7"}}}
]}.