aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2020-03-04 10:01:28 +0000
committerAndy Green <andy@warmcat.com>2020-03-06 10:18:46 +0000
commit1289b0a0ef6fde60cb2d765c380a67167ca522f2 (patch)
treec95d02790584e1f98cb0645bb3b5dcc413ec08f6 /README.md
parent7efe93bb34ca2207ed27ada5b15226c3f9c9ef94 (diff)
downloadlibwebsockets-1289b0a0ef6fde60cb2d765c380a67167ca522f2.tar.gz
v4.0.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 528d5cc7..ff2a0696 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,12 @@
# Libwebsockets
Libwebsockets is a simple-to-use, pure C library providing client and server
-for **http/1**, **http/2**, **websockets** and other protocols in a security-minded,
+for **http/1**, **http/2**, **websockets**, **MQTT** and other protocols in a security-minded,
lightweight, configurable, scalable and flexible way. It's easy to build and
cross-build via cmake and is suitable for tasks from embedded RTOS through mass
cloud serving.
-[70 independent minimal examples](https://libwebsockets.org/git/libwebsockets/tree/minimal-examples) for
+[80 independent minimal examples](https://libwebsockets.org/git/libwebsockets/tree/minimal-examples) for
various scenarios, CC0-licensed (public domain) for cut-and-paste, allow you to get started quickly.
![overview](./doc-assets/lws-overview.png)
@@ -16,6 +16,15 @@ various scenarios, CC0-licensed (public domain) for cut-and-paste, allow you to
News
----
+## v4.0 is released
+
+Users wanting a stable branch should follow v4.0-stable to get the most stable version
+at any given time.
+
+See the [changelog](https://libwebsockets.org/git/libwebsockets/tree/lib/changelog) for
+information on the huge amount of new features in this release, and additional information
+below.
+
## Introducing Secure Streams client support
Secure Streams is an optional layer above lws (`-DLWS_WITH_SECURE_STREAMS=1`) that