Skip to content

Commit

Permalink
Merge pull request #3689 from esl/graphql/prepare-to-merge
Browse files Browse the repository at this point in the history
GraphQL - Prepare feature branch to merge to master
  • Loading branch information
JanuszJakubiec authored Jun 22, 2022
2 parents 8f8f488 + f68cfea commit d0e2e34
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions doc/migrations/5.1.0_6.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@ The `mod_mam_meta` module is now named `mod_mam` for simplicity, so if you are u
## Metrics

The `mod_mam` backend module is now named `mod_mam_pm` for consistency with `mod_mam_muc`. As a result, the backend metrics have updated names, i.e. each `[backends, mod_mam, Metric]` name is changed to `[backends, mod_mam_pm, Metric]`, where `Metric` can be `lookup` or `archive`.

## Rest API

All the backend administration endpoints for `mod_muc_light` require now `XMPPMUCHost` (MUC subdomain) instead of `XMPPHost` (domain) and `roomID` instead of `roomName`.

For some endpoints, the response messages may be slightly different because of the unification with other APIs.

## CTL

For some commands, the response messages may be slightly different because of the unification with other APIs.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{worker_pool, "6.0.1"},

%%% HTTP tools
{graphql, {git, "https://github.com/Premwoik/graphql-erlang.git", {branch, "mim"}}},
{graphql, {git, "https://github.com/esl/graphql-erlang.git", {branch, "master"}}},
{cowboy, "2.9.0"},
{gun, "1.3.3"},
{fusco, "0.1.1"},
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{<<"gen_fsm_compat">>,{pkg,<<"gen_fsm_compat">>,<<"0.3.0">>},0},
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"graphql">>,
{git,"https://github.com/Premwoik/graphql-erlang.git",
{git,"https://github.com/esl/graphql-erlang.git",
{ref,"72bf290d50b4b5e2f462e06ccfdc5645a6d6401a"}},
0},
{<<"gun">>,{pkg,<<"gun">>,<<"1.3.3">>},0},
Expand Down

0 comments on commit d0e2e34

Please sign in to comment.