Skip to content

Commit dc53e84

Browse files
chrzaszczjacekwegr
authored andcommitted
Update CHANGELOG.md
- Add new PR's: #4539, #4540, #4542 - Rework descriptions to better reflect the functional changes
1 parent b5605dc commit dc53e84

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,28 @@
22

33
## Highlights
44
- Reworked S2S and component listeners
5-
- Added TLS 1.3, 0-RTT, and channel bindings in fast auth
5+
- Added TLS 1.3 `tls-exporter` channel binding
6+
- Added 0-RTT, and channel binding in FAST authentication
67
- Unified connection and TLS handling
78
- Improved XMPP traffic shaper configuration with validation and clearer defaults
89
- Cleanup of legacy modules and updated dependencies
10+
- Reworked application startup order (start applications only when needed)
11+
- Use system CA certificates if not provided in a file
912
- Various enhancements and bug fixes
1013

1114
## Added
1215
- Support dynamic domains for components (#4450)
1316
- TLS listeners for components (#4453)
1417
- TLS 0-RTT to `mod_fast_auth_token` (#4478)
15-
- Fast auth and channel bindings (#4494)
18+
- Channel binding in FAST authentication (#4494)
1619
- Option to clear inbox after destroying MUC Light room (#4522)
1720

1821
## Changed
1922
- Reworked listeners and TLS (#4452, #4509)
20-
- Reworked component protocols (#4442)
21-
- Changed naming scheme to match with XMPP specification (#4451)
23+
- Reworked component connection handling (#4442)
24+
- Changed component listener naming scheme to match XMPP specification (#4451)
2225
- Reworked S2S listeners (#4455)
23-
- Unified listener TLS configuration via `fast_tls` removal (#4458)
26+
- Unified listener TLS configuration via `fast_tls` removal and channel binding (#4458)
2427
- Unified listener handling (#4460)
2528
- Reworked adding dynamic domains to components (#4461)
2629
- Improved consistency of `just_tls` filters (#4467)
@@ -31,24 +34,25 @@
3134
- Improved instrumentation consistency (#4517)
3235
- Simplified and unified XMPP metrics (#4520)
3336
- Minor optimizations and cleanups (#4480, #4512, #4514, #4516)
37+
- Increased rate for the default `normal` shaper (#4540)
38+
- Reworked application startup order and FIPS config (#4524, #4528, #4542)
3439

3540
## Fixed
3641
- XMPP traffic shapers configuration and validation (#4527)
37-
- Include bbmustache in the release (#4528)
3842
- `max_file_size` option in `mod_http_upload` (#4531)
43+
- Fixed incorrect `xmlns` in presences sent by `mod_muc` (#4539)
3944

4045
## Removed
4146
- Dead `max_fsm_queue` option (#4521)
4247
- Last mention of unused `EJABBERD_DIR` variable (#4533)
4348

4449
## Other
45-
- Upgraded dependencies (#4500)
50+
- Upgraded dependencies (#4500, #4519)
4651
- 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)
52+
- Changed base docker image to `ubuntu-noble` (#4537)
5053
- Documentation improvements (#4504, #4506, #4525)
51-
- Testing and CI improvements/fixes (#4523, #4529, #4532, #4534, #4536)
54+
- Testing and CI improvements/fixes (#4523, #4529, #4532, #4534)
55+
- Replaced the `ubuntu-oracular` package with `ubuntu-plucky` (#4536)
5256

5357
## Commits, merged PRs and closed issues
5458
- [List of merged PRs](https://github.com/esl/MongooseIM/pulls?q=is%3Apr+is%3Amerged+milestone%3A6.4.0)

0 commit comments

Comments
 (0)