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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paho mqtt v2 support #1119

Merged
merged 16 commits into from
Jul 15, 2024
Merged

Paho mqtt v2 support #1119

merged 16 commits into from
Jul 15, 2024

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    9da4569 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d793e1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ace30c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e7ee5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12966ba View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    8513ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a20bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d70838 View commit details
    Browse the repository at this point in the history
  4. use f-strings everywhere

    petersilva committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b7c6865 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    33fc982 View commit details
    Browse the repository at this point in the history
  2. typo in string format mqtt

    petersilva committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8525317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7167114 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bcb6c4 View commit details
    Browse the repository at this point in the history
  5. add mqtt sourceFromExchange/Message topicOverride support

    over the winter the exchangeFromSource and exchangeFromMirror
    and some topic settings were added on the amqp side. Support for these
    was absent in mqtt, and it's pretty much identical, so moved
    the implementation to the sarracenia.Message class, and can now
    call deriveSource() and deriveTopics() from both amqp and mqtt
    implementations.
    petersilva committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fd97453 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9738569 View commit details
    Browse the repository at this point in the history