You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Integration of the highly performant NIFs to compute the SCRAM challenge from [esl/fast_scram](https://github.com/esl/fast_scram/)
5
+
6
+
## All changes
7
+
8
+
### Changed
9
+
- Implementation of the SCRAM challenge algorithm to be NIF-based (#2787)
10
+
- Fix a bug during session resumption, where stanzas were not routed to the user (#2780)
11
+
- Fix AMP logic regarding storage of messages when delivery failed but archiving was successful (#2757)
12
+
13
+
### Other
14
+
- Update Rebar and its plugins (#2760)
15
+
- Update dependencies (#2761) (#2764) (#2765)
16
+
17
+
## Commits, merged PRs and closed issues
18
+
-[List of merged PRs](https://github.com/esl/MongooseIM/pulls?q=is%3Apr+is%3Amerged+milestone%3A3.7.1)
19
+
-[Repository history for this release](https://github.com/esl/MongooseIM/graphs/contributors?from=2020-05-23&to=2020-07-12&type=c)
20
+
21
+
[List of merged PRs based on merge date]: #(https://github.com/esl/MongooseIM/pulls?utf8=%E2%9C%93&q=is%3Apr%20base%3Amaster%20merged%3A%222020-05-23..2020-07-12%22%20sort%3Acreated-asc%20)
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Check out our test results:
61
61
Up-to-date documentation for the MongooseIM master branch can be found on ReadTheDocs: [https://mongooseim.readthedocs.io/en/latest/](https://mongooseim.readthedocs.io/en/latest/).
0 commit comments