evrythng-hub
Version:
Evrythng.js Hub plugin for transparent local Thng-Hub requests
82 lines (42 loc) • 1.82 kB
Markdown
# v2.0.0 (10-01-2017)
## Breaking changes
- **Options**: `hubId`, `httpApiUrl`, `wsApiUrl`, `mqttApiUrl` and `secure` options have been removed.
This information is now automatically setup when configuring the `targetHub` property.
## Features
- **getAvailableHubs**: Add `.getAvailabHubs` method to all scopes to get a list of available hubs in the project.
# v1.3.0 (20-10-2016)
## Features
- **Secure mode**: Support for half encryption (i.e. encrypt only requests) - default mode of Thng-Hub.
# v1.2.3 (10-10-2016)
## Bug fixes
- **Interceptors**: Merge globally defined interceptors
# v1.2.2 (04-05-2016)
## Bug fixes
- **Geolocation support**: Allow to use geolocation in secure mode.
# v1.2.1 (01-04-2016)
## Bug fixes
- **package.json**: Add missing dependencies.
# v1.2.0 (01-04-2016)
## Changes
- **Secure mode**: Support Thng-Hub local encryption mechanism (HTTP, MQTT/WS).
# v1.1.1 (15-01-2016)
## Changes
- **Docs**: update README instructions for using MQTT/WS plugin with the Hub.
# v1.1.0 (22-12-2015)
## Features
- **Pubsub integration**: connect to local Thng-Hub's WS/MQTT server.
## Changes
- **apiUrl**: renamed setting to httpApiUrl, as wsApiUrl and mqttApiUrl are now available.
Old setting still accepted with deprecation warning.
# v1.0.3 (07-10-2015)
## Bug fixes
- **Plugin API**: updated to conform with the Plugin API (`$inject` instead of `requires for dependencies).
# v1.0.2 (25-06-2015)
## Features
- **documentation**: updated documentation with consistent format from other libs.
# v1.0.1 (24-06-2015)
## Bug Fixes
- **package.json**: `request` dependency removed, as this is part of `evrythng.js`.
# v1.0.0 (22-06-2015)
## Features
- **Hub endpoints**: requests to Thng-Hub-compatible endpoints go to the local Hub url instead of the cloud.