Releases: arduino-libraries/WiFiNINA
Releases · arduino-libraries/WiFiNINA
2.0.1
2.0.0
What's Changed
- Preferences api introduction by @andreagilardoni in #284
- Add command to override BearSSL TrustAnchor by @pennam in #292
- Add command to read BearSSL client errorCode by @pennam in #293
- Preferences api fixes and cleaning by @andreagilardoni in #297
- Add command to set nina-fw system time by @pennam in #294
- WiFiServer - added end(), begin(port) and ctor without parameters by @JAndrassy in #254
- WiFiClient connect timeout by @JAndrassy in #252
- Putting const modifier on function parameters by @andreagilardoni in #301
- WiFiPagerServer example to better show how server.available() and server.print() work by @JAndrassy in #205
- WiFi.config - setting defaults as the Ethernet library by @JAndrassy in #219
- Changing BLE hci transport by @andreagilardoni in #287
- Add dedicated license file by @per1234 in #303
- setECTrustAnchorBearSSL: fix param length by @pennam in #300
- Add command to get firmware version as uint32 by @pennam in #298
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #306
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #307
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #310
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #311
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #312
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #314
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #313
- Removing misused parentheses in docs by @ivanbeltrame in #317
- Offload SPI driver to external library by @pennam in #309
- update wifi firmware latest version by @pennam in #319
- ci: add Arduino_SpiNINA library dependency by @pennam in #320
- Release 2.0.0 by @pennam in #318
New Contributors
- @ivanbeltrame made their first contribution in #317
Full Changelog: 1.9.1...2.0.0
1.9.1
What's Changed
- Fixing the architecture field in library.properties by @andreagilardoni in #285
- Increment WIFI_FIRMWARE_LATEST_VERSION to 2.0.0 by @pennam in #291
New Contributors
- @andreagilardoni made their first contribution in #285
Full Changelog: 1.9.0...1.9.1
1.9.0
What's Changed
- Bump actions/download-artifact from 3 to 4 by @dependabot in #269
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #270
- Bump geekyeggo/delete-artifact from 2 to 4 by @dependabot in #271
- Fix regression report-size-deltas after updating upload-artifact. by @aentinger in #275
- Bump geekyeggo/delete-artifact from 4 to 5 by @dependabot in #277
- DNS server IP getter dnsIP() by @JAndrassy in #251
- added server.accept() by @JAndrassy in #257
- WiFiServer operator bool by @JAndrassy in #253
- Fix nina-fw minimum required version for WiFiAdvancedChatServer by @pennam in #288
- Increment WIFI_FIRMWARE_LATEST_VERSION to 1.6.0 by @pennam in #289
New Contributors
- @JAndrassy made their first contribution in #251
Full Changelog: 1.8.14...1.9.0
1.8.14
Changelog
- Increment
WIFI_FIRMWARE_LATEST_VERSIONto1.5.0 - Docs updates and fixes (#196) (#201) (#206) (#216) (#220) (#225)
- Fix address of NTP server in example (#188)
- CI updates (#202) (#213) (#218) (#217) (#231)
- Moving asciilogo to a different domain (#212)
New Contributors
- @karlsoderby made their first contribution in #196
- @egueli made their first contribution in #188
- @markpatterson27 made their first contribution in #220
- @stevisco made their first contribution in #212