Skip to content

Many changes

Latest
Compare
Choose a tag to compare
@hsaturn hsaturn released this 10 Sep 17:14
· 11 commits to main since this release

This is a major release. Please revert to 0.9.6 if you are using IDE Arduino. The 0.9.6 was the latest visible release from the IDE.

The json file has been fixed so IDE should now be able to follow release properly.

4b4e729 (HEAD -> main, origin/main, origin/HEAD) Release 1.1.0
a717ecd (tag: 1.1.0) Release 1.0.1
aa62bca (tag: 1.0.1) [ammend for ac391a4] Thanks to real-bombinho for the fix
90435b1 [issue #84] Fix and unit test added
ac391a4 [fix unit tests]
30e75b8 [tests] Added test for issue #86
65e22c8 [TinyMqtt.h] Added TINY_MQTT_ETHERNET compilation option
bd56694 [examples/tinytests] Get rid of useless debug command
66cb80f Added examples for W5500, thanks to real-bombinho
ef4a026 Merge pull request #79 from real-bombinho/patch-3
3135d9a Add RP2040 support
6b9d764 [Retain] Fix bug in last retained msg and add retain commands to tinytests
42d89cd Merge pull request #72 from richievos/patch-2
67ce97e Removed the bad 5000ms add in timeout detection
25602ec [TinyMqtt.cpp] Fix misusing of WiFiClient class
fd305d7 Fix return value of MqttClient::publish if not connected
6339be8 Add unit test for client deletion upon wifi disconnection
d3bf379 Fix memory leak for broker to remote broker connection
3c77f7c Added a test for instances count (memory leak again)
ff3ff6e Merge pull request #70 from richievos/patch-1
c4cc36a Remove 5000ms offset from alive check
14882fe Build cleanly under c++14
ead3ae9 Release 1.0.0
5d07294 (tag: 1.0.0) Merge branch 'main' into timeout
088071d [readme] Words about retain
e41452e (origin/timeout, timeout) [fixes] Timeout and broker to broker modifications
f8a2e35 [readme] Words about retain
43dbea1 [test] Fix payload bug in test + moved huge paylod from network to here
02496be [test] Test added for retain
e4ad27c [MqttClient] Added connect(IPAddress)
37fb46e [TinyMqtt.cpp] Removed obsolete comment
245e746 [examples] Little modification for RETAIN
294657f [bump_version] Added a commit message for bump version
bf84e29 retain is coming git status!
0c7c830 (retain) Release 0.9.19
6e60122 (tag: 0.9.19) Added compatibility with me-no-dev/ESPAsyncTCP@^1.2.2
46798ff Fix bug with Async Tcp
45fedf8 tinymqtt-tests.ino fix bad color after underrun
f9c8dca tinymqtt-tests fix prompt bug
7e1586c platformio, make tiny-tests example compilation ok
123c5a8 Release 0.9.18
21fb018 (tag: 0.9.18) Release 0.9.17
66b1e71 (tag: 0.9.17) Fix depends
e511508 Release 0.9.16
cc00487 (tag: 0.9.16) Release 0.9.16
58ae243 Release 0.9.15
cda9436 (tag: 0.9.15) Change bump version script
0126a39 Release 0.9.14
2587371 (tag: 0.9.14, tag: 0.9.13) Minor typo changes and add comments
a880a1f Minor updates
143d57d Re-enabled lot of local unit tests
2a8dbd0 Memory deletion fixes
00333ed [TinyMqtt] Fix obsolete warning
9228408 [tests] Added -Wall and use TinyConsole::string
1653b2e [tests] Added a compilation test (based on example tiny-tests)
775fbc1 [tests] Use TinyConsole::string instead of any
c21b7b6 [tests] Removed warning and using namespace std
e45af11 Update README.md
f9c539f Added TinyConsole aunit test and dependency
7dc23d3 TinyString moved to TinyConsole
4fb632c [TinyString] change size_t to be more tolerant with signed ints
c9130c7 [TinyString] Added size_t, added find(char)
31c51ae [aunit] Use my git repo instead of bxpark's
2eeda4e [makefiles] Added missing Makefile.opt
787cb77 String indexer std::string removed
d324a91 Merge pull request #59 from richievos/clearer-version-error
ac1eedd More informative error on version mismatch
0900e79 Update README.md
2086c7f Added auint test to unit tests array
72382bf Added missing dependency to bxparks AceRoutine
3fec7b8 Unit tests of dependencies projects added
8641627 Re-added flto in makefile
3b24605 Fix unit tests
a0435b2 (tag: 0.9.12) Release 0.9.12 unit test build upgrade
bda0414 Release 0.9.12
baffda8 MqttClient - fix local disconnect after pulish + ka
09e3a3e Rename MqttBroker to remote_broker
f17ece3 MqttClient::client renamed to tcp_client
0db07df Remove useless comment
292592c Added missing Makefile for unit test of MqttClassBinder
1f267c1 fix erroneous sizeof multimap comment
2b92833 Remove spaces to end of lines
42fc054 release 0.9.11
7f12ecf (tag: 0.9.11) Update mqtt_class_binder.ino
3ae1afe Release 0.9.10
9608ed9 Added example for MqttClassBinder
220e904 Add MqttClassBinder
49b6963 Fix TINY_MQTT_DEBUG compilation
a9ebf31 (tag: 0.9.9) Version 0.9.9
4b4eb0b Fix compilation error when not in debug
18ce34c (tag: 0.9.7) :xDefault client is no more empty
70ca378 (tag: 0.9.6) Better debugging code

Full Changelog: 0.9.6...1.1.0