Skip to content

Commit

Permalink
Release notes for 1.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
arachnetech committed Nov 26, 2021
1 parent 9acfd50 commit 4ddc880
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

## Compatibility with previous versions

**From version 1.1.33, MQTT-Thing requires Node.js 14 or later.**

**From version 1.1.x, raw JavaScript values for Boolean properties are passed to MQTT apply functions.** This may change published message formats, e.g. when apply functions are used to build JSON strings.

For full details of changes please see the [Release notes](docs/ReleaseNotes.md).
Expand Down
10 changes: 10 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@

# Homebridge MQTT-Thing: Release Notes

### Version 1.1.33
+ Revert change in 1.1.32. MQTT-Thing now requires Node.js 14 or later.
+ Engines updated to require Homebridge 1.3.5 and Node.js 14 (thanks, Donavan Becker)
+ Fixed typo in documentation (thanks, Brian White)
+ Fixed duration characteristic validation error message (thanks, Thomas Vandahl)
+ Moved codec loading earlier to allow codecs to manipulate the configuration (thanks, Martin)
+ Added water level characteristic to leak sensor (thanks, Moritz)
+ Added max wind and dewpoint characteristics to weather station (thanks, 2610)
+ Added jsonpath support (thanks, Antonio Yip)

### Version 1.1.32
+ Improve compatibility with older Node.js versions

Expand Down

0 comments on commit 4ddc880

Please sign in to comment.