Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mqttjs/MQTT.js Loading
base: v5.7.0
Choose a base ref
...
head repository: mqttjs/MQTT.js Loading
compare: v5.7.1
Choose a head ref
  • 5 commits
  • 8 files changed
  • 5 contributors

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    8d5936e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1888)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ba8463d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump ws from 8.14.2 to 8.17.1 (#1889)

    Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.17.1.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.14.2...8.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f9565fd View commit details
    Browse the repository at this point in the history
  3. fix: suback Error Codes Handling (#1887)

    * add error handling for failed suback requests
    
    * define err default value, remove redudant cb invocation
    
    * add test case for suback errors
    
    * add unittest serverClient connect handler and error validation
    
    * add auto-lint docs, plus run auto lint fix
    
    * Update test/abstract_client.ts
    
    Co-authored-by: Daniel Lando <[email protected]>
    
    * increase unit test timeout
    
    * Revert "increase unit test timeout"
    
    This reverts commit d648ee1.
    
    * fix: correct test
    
    * style: fix lint issues and move test to client_mqtt5.ts
    
    ---------
    
    Co-authored-by: Daniel Lando <[email protected]>
    tsteinholz and robertsLando committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2a98e5e View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.7.1

    robertsLando authored and robertsLando committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dda9ce1 View commit details
    Browse the repository at this point in the history
Loading