Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade jq library #11565

Merged
merged 2 commits into from
Oct 30, 2023

Commits on Sep 5, 2023

  1. fix: upgrade jq library

    In this commit the jq library is upgraded from v0.3.10 to v0.3.11.
    The new version has the following changes:
    
    * The jq port programs is only started on demand
      - this means that users will not see jq_port in their process list if
        they have not used the jq function in EMQX
    * The jq port programs are terminated automatically if they are idle
      for a long enough time period
    
    The default for EMQX is to run the jq library in NIF mode so most users
    will not be affected by this change.
    
    Fixes:
    https://emqx.atlassian.net/browse/EMQX-10911
    kjellwinblad committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bc3f2e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d887ba5 View commit details
    Browse the repository at this point in the history