File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 4.3.0
4
+
5
+ ### PR
6
+
7
+ refined topic alias support (#1301 )
8
+
9
+ fix security vulnerability in ws stream (#1307 )
10
+
11
+ skip TLS SNI if host is IP address (#1311 )
12
+
13
+ update readme about vNext discussions (#1328 )
14
+
15
+ update readme sample (#1331 )
16
+
17
+ add support for ALPN TLS extension (#1332 )
18
+
19
+ align onConnectCallback with specs expecting connack packet (#1333 )
20
+
21
+ fix resubscribe messageId allocate twice (#1337 )
22
+
23
+ rework examples to be a bit more specific (#1352 )
24
+
25
+ readme typo fixed (#1353 )
26
+
27
+ fix(typescript): use correct version of @types/ws (#1358 )
28
+
29
+ fix(type): fix push properties types (#1359 )
30
+
31
+ fix: audit dev dependencies (#1374 )
32
+
33
+ fix(type): add properties type for IClientSubscribeOptions (#1378 )
34
+
35
+ feat(client): auth handler for enhanced auth (#1380 )
36
+
3
37
## 4.2.8
4
38
5
39
### PR
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mqtt" ,
3
3
"description" : " A library for the MQTT protocol" ,
4
- "version" : " 4.2.8 " ,
4
+ "version" : " 4.3.0 " ,
5
5
"contributors" : [
6
6
" Adam Rudd <adamvrr@gmail.com>" ,
7
7
" Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)" ,
You can’t perform that action at this time.
0 commit comments