Skip to content

Commit 09f5fc2

Browse files
authored
Merge pull request #2791 from esl/rel-3.7.1-b
Release 3.7.1
2 parents 61276dc + c30bbbb commit 09f5fc2

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [MongooseIM 3.7.1](https://github.com/esl/MongooseIM/releases/tag/3.7.1) - 2020-07-13
2+
3+
## Highlights
4+
- 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)
22+
123
# [MongooseIM 3.7.0](https://github.com/esl/MongooseIM/releases/tag/3.7.0) - 2020-05-20
224

325
## Highlights

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Check out our test results:
6161
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/).
6262

6363
Latest releases:
64-
* [3.7.0](https://mongooseim.readthedocs.io/en/3.7.0/)
64+
* [3.7.1](https://mongooseim.readthedocs.io/en/3.7.1/)
6565
* [3.6.2](https://mongooseim.readthedocs.io/en/3.6.2/)
6666
* [3.5.0](https://mongooseim.readthedocs.io/en/3.5.0/)
6767
* [3.4.0](https://mongooseim.readthedocs.io/en/3.4.0/)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0
1+
3.7.1

doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Check out our test results:
7575
See the documentation for the latest releases:
7676

7777
* [Master](https://mongooseim.readthedocs.org/en/latest/)
78-
* [3.7.0](https://mongooseim.readthedocs.io/en/3.7.0/)
78+
* [3.7.1](https://mongooseim.readthedocs.io/en/3.7.1/)
7979
* [3.6.2](https://mongooseim.readthedocs.io/en/3.6.2/)
8080
* [3.5.0](https://mongooseim.readthedocs.io/en/3.5.0/)
8181
* [3.4.0](https://mongooseim.readthedocs.io/en/3.4.0/)

0 commit comments

Comments
 (0)