Releases: WebThingsIO/gateway
Releases · WebThingsIO/gateway
Release 2.0.0
- New groups feature
- Docker image upgraded from a Debian 10 (Buster) to Debian 12 (Bookworm) base
- Upgraded from Node.js 10 to Node.js 20
- Upgraded from Python 3.7 to Python 3.11
- Compliance with the W3C Web of Things 1.x family of standards, as a replacement for our legacy Web Thing API
- WoT Thing Description 1.1 replaces our legacy Web Thing Description format for describing connected devices in a standardised way
- WoT Discovery 1.0 Directory Service API replaces the Things resource of the our legacy Web Thing REST API
- WoT Profiles 1.0 (including the HTTP Basic Profile and HTTP SSE Profile) replaces the rest of our legacy Web Thing REST API
- An experimental new new snap package
- The first release not be shipped as a Raspbian-based OS image
- UI polish on overflow menus
Release 2.0.0-beta.1
2.0.0-beta.1
1.2.0-alpha.1
Release Notes
- New groups feature for grouping Things together
- Thing Descriptions exposed by the gateway are now compliant with the W3C WoT Thing Description 1.1 specification
- The API exposed by the gateway is now compliant with the HTTP Basic Profile and HTTP SSE Profile from the latest Working Draft of the W3C WoT Profiles 1.0 specification
- Refinements to the overflow menu UI
- Bug fixes and security patches
For known bugs, see: https://github.com/WebThingsIO/gateway/issues?q=is%3Aopen+is%3Aissue+label%3Abug+milestone%3A1.2
Release 1.1.0
- Migration of back end to TypeScript
- Removal of 1.0 transition code
- Removal of router and OpenWrt specific code
- Security fixes
- Bug fixes.
- TLS certificate generation fix
- New versions of gateway-addon-node and gateway-addon-python
Notes for add-on developers:
- The
visiblemember of properties in Thing Descriptions is deprecated and no longer observed. It will be removed entirely in a future version, so please filter out properties you don't want the gateway to display and do not rely on the presence of thevisiblemember in your code as it may result in properties not being displayed.
Release 1.1.0-beta.2
1.1.0-beta.2 release
Release 1.1.0-beta.1
Release 1.1.0-alpha.2
1.1.0-alpha.2 release
Release 1.1.0-alpha.1
Release 1.0.0
Mozilla WebThings is now WebThings!
Our home has moved from iot.mozilla.org to webthings.io.
Major changes
- Default profile directory has moved from
~/.mozilla-iotto~/.webthings. MOZIOT_HOMEenvironment variable is nowWEBTHINGS_HOME.- Default tunneling service has switched from
mozilla-iot.orgtowebthings.io. - Default update servers are now hosted on
api.webthings.io. - The Docker image has moved from
mozillaiot/gatewaytowebthingsio/gateway. - On Raspbian, the system services are now named
webthings-gateway.*, rather thanmozilla-iot-gateway.*. - On Raspbian, the gateway now lives in
~/webthings/gateway, rather than~/mozilla-iot/gateway. - Add-ons can now be searched.
- Node 14 is now supported by the gateway and add-ons.
- Podman is now supported by the Docker image.
- Support for new capabilities:
- HumiditySensor
- BarometricPressureSensor
- AirQualitySensor
- SmokeSensor
- InstantaneousPowerFactorProperty
- The
gateway-addonlibrary for Node is now written in TypeScript. - Users can now enable installation of prerelease updates via the config file.
- M-JPEG video streams are now supported as an alternative to MPEG-DASH and HLS.
- New translations:
- Portuguese (Portugal)
- Ukrainian
- Finnish
- Danish
- Galician
Minor changes
- The UI can now be reloaded when on an extension page, without being redirected back to the Things page.
- Built-in mDNS server has been removed in favor of the system server (e.g. Avahi or Bonjour).
- New udev rule for a CO2 monitor.
- SPI enabled on Raspbian.
- Add-on licenses are opened in a nice overlay.
- Rules can now be deleted from within the rule page.
- Lots of bug fixes.
0.12.0
- Added 2FA login support.
- Resolved issues with removing devices.
- Minimum Node.js version is now 10.
- Add-ons now use WebSockets for IPC, rather than nanomsg.
- Commands API has been removed.
- ColorModeProperty is now supported for light bulbs which can set both RGB
color and white temperature.