* Fix casing on Windows header files by @ianbotsf in (#393)
* Update test to check time lower bound by @xiazhvera in (#395)
* Fix handling stream operation after client shutdown
by @sfod in (#396)
* Request response client: acquire event loop group
by @xiazhvera in (#392)
* Remove clang-3 from CI by @sbSteveK in (#397)
* Handle NULL connect field on mqtt5 client options destruction
by @sfod in (#398)
* Force TUNNEL proxy type in MQTT5 client by @sfod in (#399)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-mqtt?expand=0&rev=51
- Update to version 0.12.1
* A bunch of CMake fixes by @graebm in (#379)
- from version 0.12.0
* chore: Modified bug issue template to add checkbox to
report potential regression. by @ashishdhingra in (#373)
* MQTT5 options logging conformity by @sbSteveK in (#377)
* Switch CI to roles by @DmitriyMusatkin in (#378)
* Add topic argument to publish callback in request-response
stream client by @sfod in (#380)
- Drop acm_fix-cmake-modules-path.patch, fixed upstream
OBS-URL: https://build.opensuse.org/request/show/1243475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-mqtt?expand=0&rev=8
* A bunch of CMake fixes by @graebm in (#379)
- from version 0.12.0
* chore: Modified bug issue template to add checkbox to
report potential regression. by @ashishdhingra in (#373)
* MQTT5 options logging conformity by @sbSteveK in (#377)
* Switch CI to roles by @DmitriyMusatkin in (#378)
* Add topic argument to publish callback in request-response
stream client by @sfod in (#380)
- Drop acs_fix-cmake-modules-path.patch, fixed upstream
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-mqtt?expand=0&rev=42
- Update to version 0.8.13
* Stub MQTT3-to-MQTT5 adapter by @bretambrose in (#281)
* Use UUID for socket endpoints by @TwistedTwigleg in (#283)
* Misc refactors involving MQTT5 needed for the MQTT3 adapter by @bretambrose in (#284)
* Update time to ancient by @jmklix in (#287)
* Move acquire/release to the connection vtable by @bretambrose in (#285)
* Mqtt3-to-5 Adapter Config APIs by @bretambrose in (#286)
* Some misc. cleanup by @bretambrose in (#292)
* Fix cmake config by @TingDaoK in (#294)
* Fix a bug when unsub from a non-subscribed parent topic by @xiazhvera in (#297)
* Unit Test for #297 by @xiazhvera in (#298)
* 311 adapter lifecycle foundations by @bretambrose in (#293)
OBS-URL: https://build.opensuse.org/request/show/1091851
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-mqtt?expand=0&rev=16
- Update to version 0.8.11
* Add GitHub templates and bots by @jmklix in (#272)
* Update builder version to fix aws-lc build on manylinux1
by @TingDaoK in (#273)
* Canary amazon linux by @TwistedTwigleg in (#275)
* Add a millisecond sleep to insure tests dont share
socket endpoints by @sbSteveK in (#276)
* Test endpoint UUID by @sbSteveK in (#277)
* Add const qualifier to topic alias options in
client options for mqtt5 by @sbSteveK in (#278)
* MQTT311 shared subscription support by @TwistedTwigleg in (#274)
* Backed up socket fixes by @TwistedTwigleg in (#254)
* Adjust the canary not to crash if it cannot poll
the metric alarms by @TwistedTwigleg in (#279)
OBS-URL: https://build.opensuse.org/request/show/1084309
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-mqtt?expand=0&rev=14
- Update to version 0.8.1
* Decoder logging and several canary improvements by @TwistedTwigleg in (#232)
* Private API to dump full packet byte sequences to logging by @bretambrose in (#233)
* Do not turn on full packet logging by default by @bretambrose in (#235)
* Make the Canary more resistant by @TwistedTwigleg in (#236)
* More canary adjustments by @TwistedTwigleg in (#237)
* TMP: Only print packet on error by @TwistedTwigleg in (#238)
* Disable outbound topic aliasing by default by @bretambrose in (#239)
OBS-URL: https://build.opensuse.org/request/show/1041799
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-mqtt?expand=0&rev=6
- Update to version 0.7.12
* Minimum stable connection time before resetting
reconnect timer by @sbSteveK in (#212)
* Load cmake target fallback by @TingDaoK in #218
* Infinite loop by @sbSteveK in (#219)
* Removed forced cleansession behavior on a user called
disconnect by @sbSteveK in (#220)
- from version 0.7.11
* Update to latest builder by @bretambrose in (#209)
* Fixed endpoint not being read in arguments by @sbSteveK in (#211)
* No resubscribe by @bretambrose in (#215)
* Clean up on user disconnect by @sbSteveK in (#216)
- Add rpmlint override for bogus shlib-policy-name-error
* aws-c-mqtt-rpmlintrc
OBS-URL: https://build.opensuse.org/request/show/1000841
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-mqtt?expand=0&rev=3
- Update to version 0.7.10
+ Remove using of try_lock
* Try lock is not available in Windows Server 2008. Remove it from our debug build
- from version 0.7.9
+ Empty payload fixes
* Fix a crash on Windows when the will payload was empty (precondition
is turned into a fatal assert on Windows CD builds still)
* Fix a decode error when receiving a message with an empty payload
- from version 0.7.8
+ Stability fix
* Fixes a crash due to a race condition in the mqtt connection logic
- from version 0.7.7
+ Allow for null on-message callbacks in subscribe
* Fixes a crash when the on-message callback is null for a subscription
* Updates the public API documentation with some missing parameters and
annotations as to what parameters can be null
- from version 0.7.6
+ Data race fixes
* Fixes several data races related to the outstanding requests table
and a request's timeout task.
- from version 0.7.5
+ Fix non-threadsafe hash-table accesses (take 2)
* fix test function (#190)
- from version 0.7.4
+ Fix non-threadsafe hash-table accesses
* Fix unsafe hash-table accesses (#189)
* Fact: It's not safe to mutate aws_hash_table while holding an aws_hash_element.
* Fact: `outstanding_requests_table` is accessed by multiple threads.
We always hold a lock while accessing it.
* Bug: There were several places where we release the lock, but continue to hold an
OBS-URL: https://build.opensuse.org/request/show/944713
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-mqtt?expand=0&rev=2
oid sha256:1dfc11d6b3dc1a6d408df64073e8238739b4c50374078d36d3f2d30491d15527
size 444303
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.