Releases: Aypac/Arduino-TR-064-SOAP-Library
1.2.3
Fixed #64 (typo)
Known problem/bug
One some hardware (e.g. Wemos D1) and/or http and wifiClient library versions, all 1.2.x version do not work (apparently you cannot satisfy the old and new versions at the same time). Either try using a NodeMCU (the platform I primarily test on) with latest versions of http and wifiClient, or use >1.3.0 (to be released soon). Please read the release notes of the 1.3.0 version as well - you will have to modify your code slightly!
1.2.2 Unify and add more examples
- Add five new examples
- Unified naming of examples
- Unified handling of WIFI secrets for examples
- Adhere to standards of Arduino IDE library and file naming
- Updating CI (Travis was broken and not free any more, so migrated to GitHub)
- Todo update and remove notice over lacking hardware
Known problem/bug
One some hardware (e.g. Wemos D1) and/or http and wifiClient library versions, all 1.2.x version do not work. Either try using a NodeMCU (the platform I primarily test on) or use >1.3.0 (to be released soon). Please read the release notes of the 1.3.0 version as well - you will have to modify your code slightly!
1.2.1
Important bug fix
This version includes minor changes to fix a common bug that was encountered in previous versions (long delays or HTTP errors) by setting a timeout of 40ms.
Thanks to @saak2820
Known problem/bug
One some hardware (e.g. Wemos D1) and/or http and wifiClient library versions, all 1.2.x version do not work. Either try using a NodeMCU (the platform I primarily test on) or use >1.3.0 (to be released soon). Please read the release notes of the 1.3.0 version as well - you will have to modify your code slightly!
1.2.0
Second stable release.
I did not carefully test this, but since it appears the library does not work as is, I'm willing to risk it.
Release notes:
+Use HTTP stream update (this was required due to external breaking interface changes in the according arduino library)
+Move credentials from main example files
+Give error messages for router errors
+Many more small improvements
Known problem/bug
One some hardware (e.g. Wemos D1) and/or http and wifiClient library versions, all 1.2.x version do not work (apparently you cannot satisfy the old and new versions at the same time). Either try using a NodeMCU (the platform I primarily test on) with latest versions of http and wifiClient, or use >1.3.0 (to be released soon). Please read the release notes of the 1.3.0 version as well - you will have to modify your code slightly!
1.1.1
This might fix things according to PR #63
I don't really want to maintain older versions, but this might help some people
Known problem/bug
With some http and wifiClient library versions, all 1.1.x versions do not work. Either try using an older version of those libraries or use 1.2.3 (or higher). Please check one of the examples when upgrading the version - you will have to modify your code slightly! For some people 1.2.x versions were very slow.
Version 1.3.0 (to be released soon) will allow you to toggle between the implementations and maybe also solve the speed-issue.
1.1.0
This should be the first stable release.
Known problem/bug
With some http and wifiClient library versions, all 1.1.x versions do not work. Either try using an older version of those libraries or use 1.2.3 (or higher). Please check one of the examples when upgrading the version - you will have to modify your code slightly! For some people 1.2.x versions were very slow.
Version 1.3.0 (to be released soon) will allow you to toggle between the implementations and maybe also solve the speed-issue.