Просмотр исходного кода

feat: upgrade MongoDB library to support MongoDB 5.1+

Kjell Winblad 3 лет назад
Родитель
Сommit
5266722e51
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      apps/emqx_connector/rebar.config
  2. 1 0
      changes/v5.0.14/feat-8329.en.md

+ 1 - 1
apps/emqx_connector/rebar.config

@@ -12,7 +12,7 @@
     {mysql, {git, "https://github.com/emqx/mysql-otp", {tag, "1.7.1"}}},
     {epgsql, {git, "https://github.com/emqx/epgsql", {tag, "4.7-emqx.2"}}},
     %% NOTE: mind poolboy version when updating mongodb-erlang version
-    {mongodb, {git, "https://github.com/emqx/mongodb-erlang", {tag, "v3.0.13"}}},
+    {mongodb, {git, "https://github.com/emqx/mongodb-erlang", {tag, "v3.0.18"}}},
     %% NOTE: mind poolboy version when updating eredis_cluster version
     {eredis_cluster, {git, "https://github.com/emqx/eredis_cluster", {tag, "0.7.1"}}},
     %% mongodb-erlang uses a special fork https://github.com/comtihon/poolboy.git

+ 1 - 0
changes/v5.0.14/feat-8329.en.md

@@ -0,0 +1 @@
+The MongoDB library has been upgraded to support MongoDB 5.1+