2.9.2 (2024-12-12)
- http proxy tabs should not be gone when alarms tab is visited (339ed9b)
2.9.1 (2024-12-03)
2.9.0 (2024-11-25)
2.8.0 (2024-04-15)
2.7.0 (2024-04-15)
- frontend: unlock passthrough feature even on environments where passthrough option is not set (66c5214)
2.6.0 (2024-04-10)
- frontend: add UI dialog to configure http headers that will be added by the microserivce to requests going to the http servers (f2ad509)
2.5.0 (2024-04-03)
- microservice: add support for dealing with cookies as a preparation for allowing to login into a c8y edge instance (b789902)
2.4.3 (2024-04-03)
- microservice: disable timeouts as otherwise websocket connections were closed after ~60-90 seconds (66b38d5)
2.4.2 (2024-03-22)
- microservice: allow forwarding auth header if cookie for auth is also present (97d66b9)
2.4.1 (2024-03-22)
- microservice: prefer
authorization
cookie over bearer token inauthorization
header when trying to extract user and tenant information (5b4058b)
2.4.0 (2024-03-21)
- Microservice: enhance logging in error cases (9357174)
- Plugin: add hint on console in case microservice was not found (d7d0960)
2.3.3 (2024-03-21)
- Plugin: allow tabs to show up even if
pass-through.enabled
system option is not set (ca4960b)
2.3.2 (2024-03-05)
2.3.1 (2024-03-04)
- add https statistics to logging and return details on health endpoint (4f4199d)
2.3.0 (2024-03-04)
- add support for connections to https servers (e55e308)
2.2.1 (2024-02-04)
- remove hint that only one session is possible at the same time (744a0a3)
2.2.0 (2024-02-04)
- added socket pool which allows to reuse previously established connections. (b44bc9b)
2.1.0 (2024-02-01)
- allow adding custom authorization headers per config to every request (d06aba7)
2.0.0 (2024-01-31)
- add proper http server via express to handle every request individually instead of per socket (#2) (8123bb2)
- 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.