Skip to content

Commit

Permalink
Update version to v2.2.0
Browse files Browse the repository at this point in the history
New features:
- DynamicBuffer can now be moved to and from String
- DynamicBuffer can be copied from SharedBuffer
- AsyncWebSocket interface is updated to use DynamicBuffer, clarifying
  ownership semantics

Fixes:
- contentTypeFor: Fix handling when extension not found
- Fix warnings on ESP32 when debug prints are enabled
  • Loading branch information
willmmiles committed Mar 16, 2024
1 parent 0897c48 commit a68a18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "git",
"url": "https://github.com/Aircoookie/ESPAsyncWebServer.git"
},
"version": "2.1.0",
"version": "2.2.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP Async WebServer
version=2.1.0
version=2.2.0
author=Me-No-Dev, willmmiles, Aircoookie
maintainer=Aircoookie
sentence=Async Web Server for ESP8266 and ESP31B (WLED fork)
Expand Down

0 comments on commit a68a18c

Please sign in to comment.