Skip to content

Commit f1594b6

Browse files
committed
Update CHANGELOG.md
1 parent 3c1a77f commit f1594b6

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
# [MongooseIM 6.5.0](https://github.com/esl/MongooseIM/releases/tag/6.5.0) - 2025-12-05
2+
3+
## Highlights
4+
- Enhanced and enriched implementation of `mod_event_pusher_rabbit`
5+
- Enabled TLS support for Redis and RabbitMQ connections
6+
- Support for XEP-0402 PEP Native Bookmarks
7+
- Support for Erlang 28 and dropped support for Erlang 26
8+
- Various enhancements and bug fixes
9+
- Refactoring and improvements of tests
10+
11+
## Added
12+
- XEP-0402 PEP Native Bookmarks (#4545)
13+
- Implement support for blocking a user for any groupchat (#4548)
14+
- Support Erlang 28 (#4549)
15+
- Enable selected rabbit exchanges (#4576)
16+
- Enable TLS connections to Redis (#4579)
17+
- Support common name prefix/suffix for SASL External (#4580)
18+
- Support durable exchanges in `mod_event_pusher_rabbit` (#4582)
19+
- Support TLS in RabbitMQ connection pools (#4583)
20+
- Support RabbitMQ virtual hosts (#4585)
21+
22+
## Changed
23+
- Use cached affiliations in MUC Light API (#4552)
24+
- Refactor logging to use `c2s_data` consistently in log messages (#4561)
25+
- Separate certfile and keyfile (#4566)
26+
- Deprecate MSSQL backend (#4574)
27+
- Skip all messages without body in `mod_event_pusher_rabbit` (#4577)
28+
- Use a hook with handlers in `mod_event_pusher` (#4578)
29+
30+
## Fixed
31+
- Fix and update GraphiQL (#4543)
32+
- Strip Acc when it is buffered to save memory (#4544)
33+
- Fix Missing Presence Unavailable Notifications in Stream Management (#4557)
34+
- Fix missing stream tag for connection-timeout errors (#4559)
35+
- Fix tls error logs (#4565)
36+
- Fix component IsValidFromJid returning non boolean (#4572)
37+
- Fix colon escaping in Redis session backend (#4584)
38+
39+
## Removed
40+
- Drop support for Erlang 26 (#4549)
41+
42+
## Other
43+
- Update Debian release and minor OTP versions (#4555)
44+
- Rework tests for invalid stream opening tag/element (#4556)
45+
- Fix documentation of mod_blocking (#4560)
46+
- Use the PGDATA directory in docker-setup-postgres (#4563)
47+
- Fix heading levels in mod_inbox doc (#4570)
48+
- Fix the test runner script (#4573)
49+
- Refactor mod_muc_api:create_instant_room/3 (#4575)
50+
- Refactor sasl_external_SUITE (#4581)
51+
52+
## Commits, merged PRs and closed issues
53+
- [List of merged PRs](https://github.com/esl/MongooseIM/pulls?q=is%3Apr+is%3Amerged+milestone%3A6.5.0)
54+
55+
- [List of closed issues](https://github.com/esl/MongooseIM/issues?q=is%3Aissue%20is%3Aclosed%20closed%3A2025-06-26..2025-12-05)
56+
57+
- [Repository history for this release](https://github.com/esl/MongooseIM/graphs/contributors?from=2025-06-26&to=2025-12-05&type=c)
58+
59+
- [List of merged PRs based on merge date](https://github.com/esl/MongooseIM/pulls?q=is%3Apr+is%3Amerged+milestone%3A6.5.0+sort%3Aupdated-desc)
60+
161
# [MongooseIM 6.4.0](https://github.com/esl/MongooseIM/releases/tag/6.4.0) - 2025-06-25
262

363
## Highlights

0 commit comments

Comments
 (0)