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: eclipse-paho/paho.mqtt.golang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.3
Choose a base ref
...
head repository: eclipse-paho/paho.mqtt.golang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.4
Choose a head ref
  • 9 commits
  • 9 files changed
  • 4 contributors

Commits on Apr 22, 2021

  1. feat: HTTP connect proxy support

    fix: Add SNI for TLS connections if one is not set
    
    Signed-off-by: amir-khassaia <amir.khassaia@gmail.com>
    Amir Khassaia committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a460a63 View commit details
    Browse the repository at this point in the history
  2. refactor: status, error

    Signed-off-by: amir-khassaia <amir.khassaia@gmail.com>
    Amir Khassaia committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c39ca86 View commit details
    Browse the repository at this point in the history
  3. refactor: post review discussion, move http proxy handling to a sampl…

    …e app to keep the library simple
    
    refactor: revert SNI handling and add a pre connect hook instead to keep the library clean and to allow the clients to customize the final tls config that will be in use for connecting
    
    Signed-off-by: amir-khassaia <amir.khassaia@gmail.com>
    Amir Khassaia committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    3eadf6c View commit details
    Browse the repository at this point in the history
  4. fix: improve public func doc

    Signed-off-by: amir-khassaia <amir.khassaia@gmail.com>
    Amir Khassaia committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    4c25813 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #497 from amir-khassaia/feat/http-connect-proxy-su…

    …pport
    
    Add client option `SetConnectionAttemptHandler` that will be called prior to dialling a broker. This enables a connection specific tls.Config to be set (providing better support for proxies and tls with multiple brokers). In addition a new example has been added that demonstrates how to connect via a proxy (using SNI).
    MattBrittan authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c15e250 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    fc07c1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #500 from besedad/besedad-redact-password

    Redact password in Stringer of packets.ConnectPacket
    MattBrittan authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    4d373b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Handle connection loss during call to Disconnect() (including tests).…

    … Also reduce noise from tests.
    
    Ref issue #501
    MattBrittan committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    222d3c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #502 from ChIoT-Tech/master

    Handle connection loss during call to Disconnect() (including test)
    MattBrittan authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    8e87e5f View commit details
    Browse the repository at this point in the history
Loading