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

fix(deps): update kmqtt to v1 (major) #1936

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.davidepianca98:kmqtt-common-jvm 0.4.6 -> 1.0.0 age adoption passing confidence
io.github.davidepianca98:kmqtt-broker-jvm 0.4.6 -> 1.0.0 age adoption passing confidence

Release Notes

davidepianca98/KMQTT (io.github.davidepianca98:kmqtt-common-jvm)

v1.0.0

Compare Source

Broker and Client:

  • Fix WillQos field in ConnectFlags deserialization
  • Prevent concurrent access to the send buffer on JVM socket
  • Upgrade Kotlin version to 2.1.0
  • Upgrade dependencies
  • Move files from root package to io.github.davidepianca98 (Breaking change!!! Remember to update the imports where you use KMQTT)

Client:

  • Add handling for received websocket ping in mqtt-client (@​tomoakiichige)
  • Always perform keep-alive check regardless of data being null or not (@​tomoakiichige)
  • Add exception handler parameter to MQTTClient.runSuspend

Broker:

  • Close server socket on initialization error on JVM
  • Fix onDisconnect client callback call on broker termination

v0.4.8

Compare Source

Broker and Client:

  • Upgrade Kotlin version to 2.0.0
  • Upgrade OpenSSL to 1.1.1w

Client:

  • Add option to disable server certificate verification
  • Add connect socket timeout

Broker:

  • Add broker started and stopped callbacks

v0.4.7

Compare Source

Broker and Client:

  • Upgrade Kotlin version to 1.9.23

Client:

  • Added configurable CONNACK timeout
  • Added onSubscribed callback
  • Added debug prints option
  • runSuspend to spawn a new coroutine to run the client in background
  • Don't send packets until the CONNACK has been received to fix AWS broker compatibility
  • Fix AWS broker keepalive timeout

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file major labels Dec 11, 2024
@renovate renovate bot force-pushed the renovate/major-kmqtt branch 3 times, most recently from 0b677ab to a532814 Compare December 14, 2024 15:25
@renovate renovate bot force-pushed the renovate/major-kmqtt branch 3 times, most recently from 834ea89 to f892e44 Compare December 24, 2024 19:53
@renovate renovate bot force-pushed the renovate/major-kmqtt branch 2 times, most recently from 73b408f to eed92cf Compare January 2, 2025 21:54
@renovate renovate bot force-pushed the renovate/major-kmqtt branch from eed92cf to a1fec8b Compare January 9, 2025 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant