|
| 1 | +# [MongooseIM 6.4.0](https://github.com/esl/MongooseIM/releases/tag/6.4.0) - 2025-06-25 |
| 2 | + |
| 3 | +## Highlights |
| 4 | +- Reworked S2S and component listeners |
| 5 | +- Added TLS 1.3, 0-RTT, and channel bindings in fast auth |
| 6 | +- Unified connection and TLS handling |
| 7 | +- Improved XMPP traffic shaper configuration with validation and clearer defaults |
| 8 | +- Cleanup of legacy modules and updated dependencies |
| 9 | +- Various enhancements and bug fixes |
| 10 | + |
| 11 | +## Added |
| 12 | +- Support dynamic domains for components (#4450) |
| 13 | +- TLS listeners for components (#4453) |
| 14 | +- TLS 0-RTT to `mod_fast_auth_token` (#4478) |
| 15 | +- Fast auth and channel bindings (#4494) |
| 16 | +- Option to clear inbox after destroying MUC Light room (#4522) |
| 17 | + |
| 18 | +## Changed |
| 19 | +- Reworked listeners and TLS (#4452, #4509) |
| 20 | + - Reworked component protocols (#4442) |
| 21 | + - Changed naming scheme to match with XMPP specification (#4451) |
| 22 | + - Reworked S2S listeners (#4455) |
| 23 | + - Unified listener TLS configuration via `fast_tls` removal (#4458) |
| 24 | + - Unified listener handling (#4460) |
| 25 | + - Reworked adding dynamic domains to components (#4461) |
| 26 | + - Improved consistency of `just_tls` filters (#4467) |
| 27 | + - Reworked S2S incoming connections (#4470, #4513) |
| 28 | + - Reworked S2S outgoing connections (#4479) |
| 29 | + - System certificates are used if CA certs are not provided in a file (#4493) |
| 30 | + - Reorganized S2S configuration options (#4515) |
| 31 | + - Improved instrumentation consistency (#4517) |
| 32 | + - Simplified and unified XMPP metrics (#4520) |
| 33 | + - Minor optimizations and cleanups (#4480, #4512, #4514, #4516) |
| 34 | + |
| 35 | +## Fixed |
| 36 | +- XMPP traffic shapers configuration and validation (#4527) |
| 37 | +- Include bbmustache in the release (#4528) |
| 38 | +- `max_file_size` option in `mod_http_upload` (#4531) |
| 39 | + |
| 40 | +## Removed |
| 41 | +- Dead `max_fsm_queue` option (#4521) |
| 42 | +- Last mention of unused `EJABBERD_DIR` variable (#4533) |
| 43 | + |
| 44 | +## Other |
| 45 | +- Upgraded dependencies (#4500) |
| 46 | +- Updated `exometer_labels` converter function (#4507) |
| 47 | +- Upgraded used exml version (#4519) |
| 48 | +- Reworked startup order and FIPS config (#4524) |
| 49 | +- Changed base docker image to ubuntu-noble (#4537) |
| 50 | +- Documentation improvements (#4504, #4506, #4525) |
| 51 | +- Testing and CI improvements/fixes (#4523, #4529, #4532, #4534, #4536) |
| 52 | + |
| 53 | +## Commits, merged PRs and closed issues |
| 54 | +- [List of merged PRs](https://github.com/esl/MongooseIM/pulls?q=is%3Apr+is%3Amerged+milestone%3A6.4.0) |
| 55 | + |
| 56 | +- [List of closed issues](https://github.com/esl/MongooseIM/issues?q=is%3Aissue+is%3Aclosed+closed%3A2024-12-30..2025-06-25) |
| 57 | + |
| 58 | +- [Repository history for this release](https://github.com/esl/MongooseIM/graphs/contributors?from=2024-12-30&to=2025-06-25&type=c) |
| 59 | + |
| 60 | +- [List of merged PRs based on merge date](https://github.com/esl/MongooseIM/pulls?q=is%3Apr+is%3Amerged+milestone%3A6.4.0+sort%3Aupdated-desc) |
| 61 | + |
1 | 62 | # [MongooseIM 6.3.3](https://github.com/esl/MongooseIM/releases/tag/6.3.3) - 2025-04-10
|
2 | 63 |
|
3 | 64 | ## Highlights
|
|
0 commit comments