Mozilla Gateway v1.0.0 Release Notes

Release Date: 2020-12-02 // over 3 years ago
  • 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-iot to ~/.webthings.
    • MOZIOT_HOME environment variable is now WEBTHINGS_HOME.
    • 0๏ธโƒฃ Default tunneling service has switched from mozilla-iot.org to webthings.io.
    • โšก๏ธ Default update servers are now hosted on api.webthings.io.
    • On Raspbian, the system services are now named webthings-gateway.*, rather than mozilla-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-addon library 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.

Previous changes from v0.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.