19 lines
795 B
Markdown
19 lines
795 B
Markdown
# v5.0.2
|
|
|
|
Announcement: EMQX team has decided to stop supporting relup for opensource edition.
|
|
Going forward, it will be an enterprise-only feature.
|
|
|
|
Main reason: relup requires carefully crafted upgrade instructions from ALL previous versions.
|
|
|
|
For example, 4.3 is now at 4.3.16, we have `4.3.0->4.3.16`, `4.3.1->4.3.16`, ... 16 such upgrade paths in total to maintain.
|
|
This had been the biggest obstacle for EMQX team to act agile enough in delivering enhancements and fixes.
|
|
|
|
## Enhancements
|
|
|
|
## Bug fixes
|
|
|
|
* Fixed a typo in `bin/emqx` which affects MacOs release when trying to enable Erlang distribution over TLS [#8398](https://github.com/emqx/emqx/pull/8398)
|
|
* Restricted shell was accidentally disabled in 5.0.1, it has been added back. [#8396](https://github.com/emqx/emqx/pull/8396)
|
|
|
|
|