Commit ce0ce03 1 parent 5bd814c commit ce0ce03 Copy full SHA for ce0ce03
File tree 2 files changed +35
-1
lines changed
2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.22.0
2
+ ---
3
+ - ** new devices**
4
+ - epd: add waveshare 2.9in (v1)
5
+ - makeybutton: add driver for MakeyMakey-like button
6
+
7
+ - ** enhancements**
8
+ - ** rtl8720dn**
9
+ - add UDP close function
10
+ - improve error handling
11
+ - ** net/http**
12
+ - improve header parsing
13
+ - add last-will-and-testament to MQTT
14
+ - ** net/mqtt**
15
+ - adds keepalive pinging, disconnect, and graceful goroutine cleanup
16
+ - support for cookies when https
17
+ - add support for retained messsages
18
+
19
+ - ** bugfixes**
20
+ - irremote: Fix irremote reporting incorrect NEC addresses and command codes (#422 )
21
+ - net/http: Fix http.Get() with port specification
22
+
23
+ - ** build**
24
+ - Makefile recursively finds unit-tests
25
+ - switching to GHA
26
+
27
+ - ** updates**
28
+ - update tinyfont to v0.3.0
29
+ - update tinyfs to v0.2.0
30
+
31
+ - ** examples**
32
+ - rtl8720dn: add ./examples/rtl8720dn/version
33
+
34
+
1
35
0.21.0
2
36
---
3
37
- ** new devices**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package drivers
2
2
3
3
// Version returns a user-readable string showing the version of the drivers package for support purposes.
4
4
// Update this value before release of new version of software.
5
- const Version = "0.21 .0"
5
+ const Version = "0.22 .0"
You can’t perform that action at this time.
0 commit comments