Skip to content

Releases: PepperDash/Essentials

v2.31.0-tieline-visualisation.2

01 May 20:44

Choose a tag to compare

Pre-release

2.31.0-tieline-visualisation.2 (2026-05-01)

Features

  • enhance URL generation in DebugWebsocketSink to support dual-stack environments (b1a575e)

v2.31.0-hotfix-udpClient.3

01 May 23:10

Choose a tag to compare

Pre-release

2.31.0-hotfix-udpClient.3 (2026-05-01)

Bug Fixes

  • log connection refused errors in GenericUdpClient to prevent repeated warnings (87025b7)

v2.31.0-hotfix-udpClient.2

01 May 23:00

Choose a tag to compare

Pre-release

2.31.0-hotfix-udpClient.2 (2026-05-01)

Bug Fixes

  • rename UdpClient to UdpServer and update related documentation (c0b2ed1)

v2.31.0-hotfix-udpClient.1

01 May 21:30

Choose a tag to compare

Pre-release

2.31.0-hotfix-udpClient.1 (2026-05-01)

Features

  • add support for UdpClient in communication methods and implement GenericUdpClient class (7239c82)

v2.28.1-hotfix-mc-message-logging.1

01 May 14:06

Choose a tag to compare

Pre-release

2.28.1-hotfix-mc-message-logging.1 (2026-05-01)

Bug Fixes

  • Lower log level for client disconnect and missing client (a95356a)

v2.31.0-tieline-visualisation.1

30 Apr 20:33

Choose a tag to compare

Pre-release

2.31.0-tieline-visualisation.1 (2026-04-30)

Features

  • add ServeDebugAppRequestHandler for serving debug app assets and improve error handling in LoginRequestHandler (ee240ca)

v2.30.0

30 Apr 17:01
f31f061

Choose a tag to compare

2.30.0 (2026-04-30)

Bug Fixes

  • getroutingports command now prints port types (d05ebec)
  • move to concurrent dictionary instead of hash set for impossible routes (db14a61)
  • pre-built routes now respect source ports for finding routes (2197dc4)
  • update version to 2.29.0-local in Directory.Build.props (a610e12)

Features

  • add CWS endpoint to get routing devices & tielines together (9c9a643)
  • add DeleteAllUiClientsHandler and route for deleting all clients. Resolve issues with client closing websocket connection to DebugWebsocketSink (6e9480f)
  • handle timers correctly and migrate to native Timer instead of CTimer (18088d3)
  • implement login functionality with LoginRequestHandler and integrate asset loading (9ea5ec5)
  • improve routing feedback manager (d0fe225)
  • map routes/tielines at startup and new console commands (fb8216b)

v3.0.0-dev-v3-testing.13

24 Apr 15:21

Choose a tag to compare

Pre-release

3.0.0-dev-v3-testing.13 (2026-04-24)

Bug Fixes

  • return early if config devices are null, with an appropriate log message (89a1b66)

v3.0.0-dev-v3-testing.12

17 Apr 03:33

Choose a tag to compare

Pre-release

3.0.0-dev-v3-testing.12 (2026-04-17)

Features

  • Implement login request handler with token generation and error handling (dc656bd)

v2.29.0-tieline-visualisation.5

17 Apr 15:58

Choose a tag to compare

Pre-release

2.29.0-tieline-visualisation.5 (2026-04-17)

Bug Fixes

  • move to concurrent dictionary instead of hash set for impossible routes (db14a61)
  • pre-built routes now respect source ports for finding routes (2197dc4)

Features

  • handle timers correctly and migrate to native Timer instead of CTimer (18088d3)