Releases: govorox/SSLClient
Releases · govorox/SSLClient
1.3.2
1.3.1
What's Changed
- Hotfix - 95 release 130 fails to compile on arduino esp32 v3 by @RobertByrnes in #100
Full Changelog: 1.3.0...1.3.1
1.3.0
- Feature flag for compatibility with MbedTLS v3.x.x - Automated by MBEDTLS_VERSION_MAJOR.
- Add Flag MBEDTLS_BACKPORT to allow override MBEDTLS_VERSION_MAJOR >= 3.
- Add workaround for W5500 Ethernet failing due to client returning -1 when no error - switch on flag W5500_WORKAROUND.
- close #44 close #85.
- Improve documentation.
- Add GitHub Actions workflow to ensure PlatformIO examples compile.
- Update GitHub Actions workflow to run tests multiple times with feature flags set.
- Add GitHub Actions workflow to ensure Arduino IDE compile.
- Fix Arduino IDE examples to compile when using arduino-esp32 @2.0.17 - This is still broken
for @3.0.2 There is a breaking change in arduino-esp32 from v3.0.0 which is causing ambiguous reference errors to byte.