Skip to content

Commit

Permalink
Merge pull request #4448 from esl/rel-6.3
Browse files Browse the repository at this point in the history
Release MongooseIM 6.3.1
  • Loading branch information
arcusfelis authored Dec 30, 2024
2 parents 193f25c + 8ee27ad commit a65f431
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 1 deletion.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
# [MongooseIM 6.3.1](https://github.com/esl/MongooseIM/releases/tag/6.3.1) - 2024-12-30

## Highlights
- Better certificate validation
- Improved CockroachDB support
- Removed unnecessary components
- Multiple owner support in MUC Light
- Packages are now published on GitHub
- Various improvements and fixes

## Added
- Checking of probe metrics types (#4390)
- Multiple owner support in MUC Light (#4392)
- Delays to SM buffer (#4407)
- Better logging when something takes longer than expected (#4427, #4430)
- Support `open_test_database_shell` for CockroachDB (#4438)

## Changed
- Enforced `fail_if_no_peer_cert` in `just_tls` for stricter client certificate validation (#4386)
- Allowed config processor to be a list of functions (#4396)
- `fast_tls` to validate CA certificate when `verify_mode` is set to `verify_peer` or `selfsigned_peer` (#4391)
- Supervisor, listeners, components and types cleanup (#4441)
- Optimized memory usage in `just_tls` (#4447)

## Fixed
- MUC room crash when handling old protocol stanza (#4387)
- CockroachDB consistency (#4402)
- Shutdown logic to prevent `event_not_registered` errors by stopping c2s processes before listeners (#4400)
- Definition of the "protected" GraphQL directive (#4409)
- GraphQL library is now used as a package (#4405)
- Package related warning (#4410)
- IO list handling in `jiffy:encode` (#4420)
- Error on startup: "No such file or directory" (#4436)
- MongooseIM is restarted as a permanent application rather than a temporary one (#4443)

## Removed
- Lager as a dependency (#4393)
- Goldrush from `rebar.lock` (#4397)
- Dead tools and code (#4411)
- Native code from `mam_id` (#4412)
- More complicated dead code (#4422)
- Base16 library (#4415)

## Other
- Updated dependencies (#4428)
- Documentation improvements (#4388)
- CI improvements/fixes (#4403, #4416, #4417, #4435)
- Streamlined package workflow (#4385, #4399, #4414, #4406, #4425, #4432, #4449)
- Testing improvements/fixes (#4394, #4398, #4418, #4419, #4401, #4426, #4431, #4423, #4424, #4433, #4437, #4434, #4444, #4445)

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

- [List of closed issues](https://github.com/esl/MongooseIM/issues?q=is%3Aissue+is%3Aclosed+closed%3A2024-10-22..2024-12-30)

- [Repository history for this release](https://github.com/esl/MongooseIM/graphs/contributors?from=2024-10-22&to=2024-12-30&type=c)

- [List of merged PRs based on merge date](https://github.com/esl/MongooseIM/pulls?q=is%3Apr+is%3Amerged+milestone%3A6.3.1+sort%3Aupdated-desc)

# [MongooseIM 6.3.0](https://github.com/esl/MongooseIM/releases/tag/6.3.0) - 2024-10-22

## Highlights
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Check out our test results:
See the documentation for the latest releases:

* [Master](https://esl.github.io/MongooseDocs/latest/)
* [6.3.1](https://esl.github.io/MongooseDocs/6.3.1/)
* [6.3.0](https://esl.github.io/MongooseDocs/6.3.0/)
* [6.2.1](https://esl.github.io/MongooseDocs/6.2.1/)
* [6.2.0](https://esl.github.io/MongooseDocs/6.2.0/)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.0
6.3.1
3 changes: 3 additions & 0 deletions doc/History.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ Enhanced CETS, configurable pools, and traffic shaping updates.

Improved instrumentation with enhanced configurability, Prometheus support and a more user-friendly experience.

Refined certificate validation and CockroachDB support.

Releases:

* [MongooseIM 6.3.1](https://github.com/esl/MongooseIM/releases/tag/6.3.1) in December 2024.
* [MongooseIM 6.3.0](https://github.com/esl/MongooseIM/releases/tag/6.3.0) in October 2024.
* [MongooseIM 6.2.1](https://github.com/esl/MongooseIM/releases/tag/6.2.1) in April 2024.
* [MongooseIM 6.2.0](https://github.com/esl/MongooseIM/releases/tag/6.2.0) in December 2023.
Expand Down
1 change: 1 addition & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Check out our test results:
See the documentation for the latest releases:

* [Master](https://esl.github.io/MongooseDocs/latest/)
* [6.3.1](https://esl.github.io/MongooseDocs/6.3.1/)
* [6.3.0](https://esl.github.io/MongooseDocs/6.3.0/)
* [6.2.1](https://esl.github.io/MongooseDocs/6.2.1/)
* [6.2.0](https://esl.github.io/MongooseDocs/6.2.0/)
Expand Down
13 changes: 13 additions & 0 deletions doc/migrations/6.3.0_6.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Log Handler Configuration

The shell log handler in `app.config` should be named either "default" to enable shell logs or "none" to suppress them.

## CA Certificate Configuration

Providing a CA certificate file (`cacertfile` option) is now mandatory for s2s listeners if the `use_starttls` option is set to `required` or `required_trusted`.
Similarly, this requirement applies when `fast_tls` is configured with the `verify_mode` option set to `peer` or `selfsigned_peer`.

## Multiple owner option for MUC Light

A new configuration option `allow_multiple_owners` was added to MUC Light. It is disabled as default.
Enabling this option allows to have multiple "admin" users, while not giving more rights to room members.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ nav:
- '6.1.0 to 6.2.0': 'migrations/6.1.0_6.2.0.md'
- '6.2.0 to 6.2.1': 'migrations/6.2.0_6.2.1.md'
- '6.2.1 to 6.3.0': 'migrations/6.2.1_6.3.0.md'
- '6.3.0 to 6.3.1': 'migrations/6.3.0_6.3.1.md'
- 'MAM MUC migration helper': 'migrations/jid-from-mam-muc-script.md'
- 'Contributions to the Ecosystem': 'Contributions.md'
- 'MongooseIM History': 'History.md'
Expand Down

0 comments on commit a65f431

Please sign in to comment.