Releases: Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy
Releases · Cumulocity-IoT/cumulocity-remote-access-cloud-http-proxy
v2.4.0
2.4.0 (2024-03-21)
Bug Fixes
- Microservice: enhance logging in error cases (9357174)
- Plugin: add hint on console in case microservice was not found (d7d0960)
Features
- microservice: add custom user-agent header (#45) (52278e6)
v2.3.3
2.3.3 (2024-03-21)
Bug Fixes
- Plugin: allow tabs to show up even if
pass-through.enabled
system option is not set (ca4960b)
v2.3.2
2.3.2 (2024-03-05)
Bug Fixes
- add gainsight events for tracking (12b58d7)
- make gainsight service optional (645571f)
v2.3.1
2.3.1 (2024-03-04)
Bug Fixes
- add https statistics to logging and return details on health endpoint (4f4199d)
v2.3.0
2.3.0 (2024-03-04)
Features
- add support for connections to https servers (e55e308)
v2.2.1
2.2.1 (2024-02-04)
Bug Fixes
- remove hint that only one session is possible at the same time (744a0a3)
v2.2.0
2.2.0 (2024-02-04)
Features
- added socket pool which allows to reuse previously established connections. (b44bc9b)
v2.1.0
2.1.0 (2024-02-01)
Features
- allow adding custom authorization headers per config to every request (d06aba7)
v2.0.0
2.0.0 (2024-01-31)
Features
- add proper http server via express to handle every request individually instead of per socket (#2) (8123bb2)
BREAKING CHANGES
- The device and config id for the remote access connect session are now provided as parameters in the path instead of cookies. This allows to have multiple sessions in parallel from the same browser. Please update both the UI plugin and the microservice.