Thanks to visit codestin.com
Credit goes to github.com

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: adafruit/Adafruit_CircuitPython_MiniMQTT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.11.6
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_MiniMQTT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 28, 2025

  1. reduce the use of MMQTTException

    use it for protocol/network/system level errors only
    
    fixes #201
    vladak committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    fdd436e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. fix typo

    vladak committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    1778c7c View commit details
    Browse the repository at this point in the history
  2. disconnect on reconnect() if connected

    fixes #243
    vladak committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    dc36134 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. check close count

    vladak committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    6ebbb26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4c421 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    933b1cb View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Merge pull request #240 from vladak/exceptions_tidy_up

    reduce the use of MMQTTException
    tyeth authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    1d8ef3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #244 from vladak/reconnect_restoration

    reconnect restoration
    tyeth authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    336da87 View commit details
    Browse the repository at this point in the history
  3. ruff format reconnect tests

    tyeth committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    40a4fa9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #247 from adafruit/ruff-format-reconnect-tests

    ruff format reconnect tests
    tyeth authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    6b0f92f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

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

Commits on Apr 24, 2025

  1. Merge pull request #249 from Neradoc/fix-missing-exception-argument

    Fix missing parameter in MMQTTException
    FoamyGuy authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    6f01392 View commit details
    Browse the repository at this point in the history
Loading