Skip to content

Latest commit

 

History

History
146 lines (64 loc) · 8.03 KB

File metadata and controls

146 lines (64 loc) · 8.03 KB

2.9.2 (2024-12-12)

Bug Fixes

  • http proxy tabs should not be gone when alarms tab is visited (339ed9b)

2.9.1 (2024-12-03)

Bug Fixes

  • do not attempt to retry failing request (#99) (7505004)

2.9.0 (2024-11-25)

Features

2.8.0 (2024-04-15)

Features

  • frontend: add support for sub paths (#67) (b0c7090)

2.7.0 (2024-04-15)

Features

  • frontend: unlock passthrough feature even on environments where passthrough option is not set (66c5214)

2.6.0 (2024-04-10)

Features

  • 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)

Features

  • 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)

Bug Fixes

  • microservice: disable timeouts as otherwise websocket connections were closed after ~60-90 seconds (66b38d5)

2.4.2 (2024-03-22)

Bug Fixes

  • microservice: allow forwarding auth header if cookie for auth is also present (97d66b9)

2.4.1 (2024-03-22)

Bug Fixes

  • microservice: prefer authorization cookie over bearer token in authorization header when trying to extract user and tenant information (5b4058b)

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)

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)

2.3.2 (2024-03-05)

Bug Fixes

  • add gainsight events for tracking (12b58d7)
  • make gainsight service optional (645571f)

2.3.1 (2024-03-04)

Bug Fixes

  • add https statistics to logging and return details on health endpoint (4f4199d)

2.3.0 (2024-03-04)

Features

  • add support for connections to https servers (e55e308)

2.2.1 (2024-02-04)

Bug Fixes

  • remove hint that only one session is possible at the same time (744a0a3)

2.2.0 (2024-02-04)

Features

  • added socket pool which allows to reuse previously established connections. (b44bc9b)

2.1.0 (2024-02-01)

Features

  • allow adding custom authorization headers per config to every request (d06aba7)

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.

1.0.5 (2024-01-29)