8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765f2db commit 4e476a6Copy full SHA for 4e476a6
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## ArduinoHttpClient 0.3.0 - 2017.04.20
2
+
3
+* Added support for PATCH operations
4
+* Added support for chunked response bodies
5
+* Added new beginBody API
6
7
## ArduinoHttpClient 0.2.0 - 2017.01.12
8
9
* Added PATCH method
library.properties
@@ -1,5 +1,5 @@
name=ArduinoHttpClient
-version=0.2.0
+version=0.3.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.
0 commit comments