* MDF [version] advance ver number

Signed-off-by: jaylin <jaylin@emqx.io>
This commit is contained in:
jaylin 2025-04-14 17:20:44 +08:00 committed by Jaylin
parent 899fd73005
commit f9ba03975e
2 changed files with 2 additions and 3 deletions

View File

@ -29,8 +29,7 @@ webhook = {
- `headers.content-type`: Content type of the HTTP request included in the headers. For example, "application/json" means HTTP request's body will be formatted as a JSON object.
- `body.encoding`: Encoding format of the payload field in the HTTP body. This field only appears in the `on_message_publish` and `on_message_delivered` events. The value can be `plain`, `base64`, or `base62`.
- `pool_size`: The connection process pool size. This determines the number of concurrent connections that webhooks can maintain with the endpoint specified in the `url`. Default: 32
- `cancel_timeout`: The HTTP connection waits `cancel_timeout` for reomte reply.
5 seconds by default. Exceed this settiong will result in Request canceled.
- `cancel_timeout`: The HTTP connection waits `cancel_timeout` for reomte reply. 5 seconds by default. Exceed this settiong will result in Request canceled.
- `events`: An array of event objects. Each object specifies an event that can trigger a webhook:
- `event`: Specify the type of the event that will trigger a webhook. The following events are supported:
- `on_client_connack`

View File

@ -1,4 +1,4 @@
#define NANO_VER_MAJOR 0
#define NANO_VER_MINOR 23
#define NANO_VER_PATCH 6
#define NANO_VER_ID_SHORT "7"
#define NANO_VER_ID_SHORT "8"