Skip to content

EMQX v4.2.6

Compare
Choose a tag to compare
@Rory-Z Rory-Z released this 16 Jan 12:10
· 17375 commits to master since this release

EMQX v4.2.6 is released now, it mainly includes the following changes:

emqx

Bug fixes:

  • Fix the wrong port used by remsh

    Github PR: emqx#4016

emqx-auth-http

Enhancement:

  • The host field in the HTTP request header uses the original URL configured by the user

    Github PR: emqx-auth-http#240

Bug fixes:

emqx-web-hook

Enhancement:

  • The host field in the HTTP request header uses the original URL configured by the user

    Github PR: emqx-web-hook#256

  • Use the default port when the port is not included in the URL

    Github PR: emqx-web-hook#253

Bug fixes:

emqx-management

Bug fixes:

  • Increase the duration field of the alarm, fix the issue that the front-end may cause calculation errors due to time inconsistency

    Github PR: emqx-management#304

emqx-dashboard

Enhancement:

ehttpc

Bug fixes:

  • Fix the issue of gen_server:call/3 timeout causing the reply to be sent to the message queue of the calling process

    Github PR: ehttpc#2