-
Notifications
You must be signed in to change notification settings - Fork 558
Comparing changes
Open a pull request
base repository: eclipse-paho/paho.mqtt.golang
base: v1.3.3
head repository: eclipse-paho/paho.mqtt.golang
compare: v1.3.4
- 9 commits
- 9 files changed
- 4 contributors
Commits on Apr 22, 2021
-
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 committedApr 22, 2021 Configuration menu - View commit details
-
Copy full SHA for a460a63 - Browse repository at this point
Copy the full SHA a460a63View commit details -
Signed-off-by: amir-khassaia <amir.khassaia@gmail.com>
Amir Khassaia committedApr 22, 2021 Configuration menu - View commit details
-
Copy full SHA for c39ca86 - Browse repository at this point
Copy the full SHA c39ca86View commit details -
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 committedApr 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 3eadf6c - Browse repository at this point
Copy the full SHA 3eadf6cView commit details -
Signed-off-by: amir-khassaia <amir.khassaia@gmail.com>
Amir Khassaia committedApr 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 4c25813 - Browse repository at this point
Copy the full SHA 4c25813View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for c15e250 - Browse repository at this point
Copy the full SHA c15e250View commit details
Commits on Apr 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fc07c1a - Browse repository at this point
Copy the full SHA fc07c1aView commit details -
Merge pull request #500 from besedad/besedad-redact-password
Redact password in Stringer of packets.ConnectPacket
Configuration menu - View commit details
-
Copy full SHA for 4d373b3 - Browse repository at this point
Copy the full SHA 4d373b3View commit details
Commits on Apr 29, 2021
-
Handle connection loss during call to Disconnect() (including tests).…
… Also reduce noise from tests. Ref issue #501
Configuration menu - View commit details
-
Copy full SHA for 222d3c1 - Browse repository at this point
Copy the full SHA 222d3c1View commit details -
Merge pull request #502 from ChIoT-Tech/master
Handle connection loss during call to Disconnect() (including test)
Configuration menu - View commit details
-
Copy full SHA for 8e87e5f - Browse repository at this point
Copy the full SHA 8e87e5fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.3...v1.3.4