Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Latest commit

 

History

History
107 lines (68 loc) · 5.69 KB

changelog.md

File metadata and controls

107 lines (68 loc) · 5.69 KB

AsyncWebServer_RP2040W

arduino-library-badge GitHub release contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Release v1.5.0

  1. Fix _catchAllHandler not working bug. Check catchAll handler not working #12

Release v1.4.2

  1. Add examples Async_AdvancedWebServer_SendChunked_MQTT and AsyncWebServer_MQTT_RP2040W to demo how to use AsyncWebServer_RP2040W and AsyncMQTT_Generic libraries together
  2. Improve README.md so that links can be used in other sites, such as PIO

Release v1.4.1

  1. Add examples Async_AdvancedWebServer_SendChunked and AsyncWebServer_SendChunked to demo how to use beginChunkedResponse() to send large html in chunks
  2. Use allman astyle and add utils

Release v1.4.0

  1. Add LittleFS functions such as AsyncFSWebServer
  2. Add examples AsyncFSWebServer and AsyncFSWebServer_Complex to demo the new feature

Release v1.3.1

  1. Improve robustness of AsyncWebSockets server. Check AsyncWebSocketServer_RP2040W crashes with "[AWS] ERROR: Too many messages queued" #6
  2. Add example Async_WebSocketsServer_Xtreme to demo the nearly highest possible WebSockets Server speed

Release v1.3.0

  1. Fix crash when using AsyncWebSockets server. Check Can't connect to AsyncWebSocketServer_RP2040 via javascript #5
  2. Add example Async_WebSocketsServer to demo the AsyncWebSockets Server with a Python WSClient.py

Release v1.2.1

  1. Don't need memmove(), CString no longer destroyed. Check All memmove() removed - string no longer destroyed #11

Release v1.2.0

  1. Support using CString to save heap to send very large data. Check request->send(200, textPlainStr, jsonChartDataCharStr); - Without using String Class - to save heap #8
  2. Add multiple examples to demo the new feature

Release v1.1.2

  1. Add functions and example Async_AdvancedWebServer_favicon to support favicon.ico

Release v1.1.1

  1. To avoid the issue CRC doesn't match, file is corrupted with Arduino IDE Library Manager installation of v1.1.0

Release v1.1.0

  1. Fix issue with slow browsers or network. Check Target stops responding after variable time when using Firefox on Windows 10 #3

Release v1.0.3

  1. Modify examples to display country-code
  2. Add tempo method to modify arduino-pico core to change country-code
  3. Add example Async_AdvancedWebServer_Country

Release v1.0.2

  1. Fix LED bug in examples

Release v1.0.1

  1. Fix bug in examples, library.json
  2. Enhance README.md

Initial Release v1.0.0

  1. Initial coding to support RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+