Skip to content

Commit b5d8c72

Browse files
author
Yoseph Maguire
authored
release: 4.2.8 (mqttjs#1381)
1 parent d5850b7 commit b5d8c72

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Release History
22

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+
337
## 4.2.8
438

539
### PR

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mqtt",
33
"description": "A library for the MQTT protocol",
4-
"version": "4.2.8",
4+
"version": "4.3.0",
55
"contributors": [
66
"Adam Rudd <adamvrr@gmail.com>",
77
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",

0 commit comments

Comments
 (0)