diff mbox series

[meta-oe,01/51] asyncmqtt: upgrade 9.0.2 -> 10.0.0

Message ID 1740525881-21103-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/51] asyncmqtt: upgrade 9.0.2 -> 10.0.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 25, 2025, 11:23 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

breaking changes #388
==================
- Re-organized include files.
- Removed non bulk read to meet Sans-I/O interface.
- Supported I/O independent (aka Sans-I/O) library.
- underlying_handshake functionality is updated from free function to member function.

other updates
================
- Added invalid combination checking of sharename and nl(no local).
- Fixed receive maximum processing.
- Fixed invalid Message Expiry Interval applying.
- Fixed invalid template parameter comparison.
- Added custom logger example.
- Refined documents.
- Made colored log selectable (by default true(colored)).
- Fixed misuse of bound allocator.
- Fixed TLS example.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../asyncmqtt/{asyncmqtt_9.0.2.bb => asyncmqtt_10.0.0.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/asyncmqtt/{asyncmqtt_9.0.2.bb => asyncmqtt_10.0.0.bb} (87%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.0.0.bb
similarity index 87%
rename from meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb
rename to meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.0.0.bb
index dac83065c2..e44ddc58f9 100644
--- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb
+++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.0.0.bb
@@ -5,7 +5,7 @@  LICENSE = "BSL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
 
 SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https"
-SRCREV = "51a97adfd022cf5205c3bb31f38ace1f7fbd21a1"
+SRCREV = "d802dc5491bfb17ea88c04bf9187a62252d64ddc"
 
 DEPENDS = "openssl boost"