Releases: wirepas/gateway
Releases · wirepas/gateway
Release 1.5.0
Main differences from v1.4.6
Fixes
- LG-93 Prevent status thread from crashing #312
- LG-91 Stop stack before setting security keys on sink #311
- Dbus service: switch to 3.22 alpine #310
- Missing error code mappings for CDD operations #307
- Add missing parameters to docker-compose readme #303
Features
- Setting sink service log level using environment variables #308
- Support for sink provisioning #305
- CDD API and feature flag support #301
Full Changelog: v1.4.6...v1.5.0
v1.5.0 release candidate 5
Main differences from v1.5.0-rc.4
Fixes
- LG-93 Prevent status thread from crashing #312
Full Changelog: v1.5.0-rc.4...v1.5.0-rc.5
v1.5.0 release candidate 4
v1.5.0 release candidate 3
Main differences from v1.5.0-rc.2
Features
- Setting sink service log level using environment variables #308
Full Changelog: v1.5.0-rc.2...v1.5.0-rc.3
v1.5.0 release candidate 2
Main differences from v1.5.0-rc.1
Fixes
- Missing error code mappings for CDD operations #307
Features
- Support for sink provisioning #305
Full Changelog: v1.5.0-rc.1...v1.5.0-rc.2
v1.5.0 release candidate 1
Main differences from v1.4.6
Fixes
Add missing parameters to docker-compose readme #303
Features
- CDD API and feature flag support #301
Full Changelog: v1.4.6...v1.5.0-rc.1
Release 1.4.6
Main differences from v1.4.5
Fixes
- Transport: Simplify setStatus mechanism #292
- Status: Optimize the sending of async response with id=0 #295
- LG-71 Respond to SetScratchpadTargetAndActionReq with invalid parameters #294
- Fix boolean parameter reading from dbus message #284
- Fix missing sd_bus_message_unref calls in sink service in #288
- Validate max network address for sink #280
Enhancements
- Graceful shutdown support for sink service #287
- Update base container images and use UPB implementation of protobuf on transport service #285
- Enable clearing of sink scratchpad #276
Full Changelog: v1.4.5...v1.4.6
v1.4.6 release candidate 2
Main differences from v1.4.6-rc.1
Fixes
- Transport: Simplify setStatus mechanism #292
- Status: Optimize the sending of async response with id=0 #295
- LG-71 Respond to SetScratchpadTargetAndActionReq with invalid parameters #294
Full Changelog: v1.4.6-rc.1...v1.4.6-rc.2
v1.4.6 release candidate 1
Main differences from v1.4.5
Fixes
- Fix boolean parameter reading from dbus message #284
- Fix missing sd_bus_message_unref calls in sink service in #288
- Validate max network address for sink #280
Enhancements
- Graceful shutdown support for sink service #287
- Update base container images and use UPB implementation of protobuf on transport service #285
- Enable clearing of sink scratchpad #276
Full Changelog: v1.4.5...v1.4.6rc1
Release 1.4.5
Main difference from 1.4.4
New features
- Black hole: add an option to stop stack in case of black hole instead of increasing sink cost
- Add a mechanism to limit the rate at which gateway is publishing on the broker.
- It is disabled by default and can be enabled with option --mqtt_rate_limit_pps (or with global variable WM_SERVICES_MQTT_RATE_LIMIT_PPS)
- Add a backoff mechanism to randomize the interval to reconnect to broker
- It is useful to avoid all gateways reconnecting at same time in case broker is down
Enhancements
- Upgrade c-mesh-api version for sink-service to support bigger MTU than 102
- Display the error code from transport in places where it was missing
Fixes
- Fix how black hole is enabled